﻿/*
body {
    margin: 0;
    background: #fff !important;
}

.breadcrumb {
    justify-content: right !important;
}

section {
    padding: 0;
}

@font-face {
    font-family: "Lahze";
    src: url("https://cdn.bmsd.net/Portal/Bmsd/fonts/Lahzeh/LahzehVariable/LahzehVariableWebfonts/Lahzeh-FaNumVF.woff2");
}

@font-face {
    font-family: "Lato Black";
    src: url("https://cdn.bmsd.net/Portal/Bmsd/fonts/Lato/Lato-Black.ttf");
}

@font-face {
    font-family: "Lato Bold";
    src: url("https://cdn.bmsd.net/Portal/Bmsd/fonts/Lato/Lato-Bold.ttf");
}

@font-face {
    font-family: "IranSansX";
    src: url("https://cdn.bmsd.net/Portal/Bmsd/fonts/IranSansX/Variable/webfont/IRANSansXV.woff2");
    font-display: swap;
}

.lato-black {
    font-family: 'Lato Black' !important;
}

.lato-bold {
    font-family: 'Lato Bold' !important;
}

.video-section {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 65rem;
    background: url("https://cdn.bmsd.net/Portal/Bmsd/images/bmsd/Dynamics365/video-background.webp") center / cover;
    text-align: center;
}

.video-section-desc {
    font-family: 'IranSansX-DemiBold';
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: #676767;
}

.video-section-elements {
    display: block;
}

.video-section-title {
    font-family: Lahze;
    line-height: 3rem;
    font-weight: 500;
    font-size: 2.25rem;
    color: #3c92ca;
}

.video-section-header {
    font-family: Lahze;
    margin: 1rem auto;
    font-size: 1.75rem;
    font-weight: 700;
    color: #676767;
}

.video-section-button-container {
    font-family: Lahze;
    font-weight: 700;
}

.play-btn {
    top: 45%;
    height: 8rem;
    border: none;
    background: transparent;
}

    .play-btn img {
        height: 8rem;
    }

.red-title {
    color: #e10547;
    font-weight: 900;
}

.demo-btn {
    background: #3c92ca;
    border-radius: 2rem;
    border: none;
    color: #fff;
    padding: .75rem 1.5rem;
    margin-left: 1rem;
    font-weight: 700;
    font-family: 'IranSansX-DemiBold';
    cursor: pointer;
}

.counseling-link {
    text-decoration: underline;
    color: #676767;
    font-family: 'IranSansX-DemiBold';
}

    .counseling-link:hover {
        cursor: pointer;
    }

#crmVideo {
    width: 50%;
    min-width: 37rem;
    display: block;
    max-width: 45rem;
    border-radius: 1rem;
    margin: 4rem auto;
    outline: .75rem solid rgba(141,140,145, .75);
}

#crmVideo2 {
    width: 50%;
    min-width: 19rem;
    display: block;
    max-width: 25rem;
    border-radius: .5rem;
    margin: 1rem auto;
    outline: .5rem solid rgba(141,140,145, .75);
}

@media screen and (max-width: 700px) {
    .video-section {
        height: 36rem;
        background: url("https://cdn.bmsd.net/Portal/Bmsd/images/bmsd/Dynamics365/video-background-phone.webp") center / cover;
    }

    .video-section-header {
        margin: 0;
        font-size: 1.1rem;
    }

    .video-section-title {
        line-height: 2.5rem;
        font-size: 1.5rem;
    }

    .video-section-desc {
        font-size: .75rem;
        margin-top: 2rem;
        margin-bottom: 0;
    }

    .video-section-button-container {
        margin: 1rem auto;
        font-size: .7rem;
    }

    .play-btn {
        right: 35%;
    }
}
*/
.crm-history {
    max-width: 85vw;
    margin: 1rem auto;
    max-width: 1300px;
}

.tabs-container {
    background-color: transparent;
    border-bottom: .125rem #676767;
    overflow: hidden;
    position: relative;
}

    .tabs-container nav {
        position: relative;
        block-size: 50px;
        inline-size: 80%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        padding: .5rem 0;
        margin-top: 1rem;
        font-family: Lahze;
        font-weight: 500;
        color: #676767;
    }

        .tabs-container nav::after {
            content: '';
            position: absolute;
            background: silver;
            inline-size: 100%;
            height: 1px;
            bottom: 0;
            filter: blur(0.01px);
        }

        .tabs-container nav > label {
            position: relative;
            display: flex;
            block-size: 100%;
            inline-size: 100%;
            text-align: center;
            line-height: 50px;
            cursor: pointer;
            transition: all 300ms ease;
            width: 20%;
            justify-content: center;
            filter: saturate(0);
        }

.crm-history-tab-title {
    margin: .5rem;
    line-height: 1.2;
    font-size: 1.25rem;
}

#history:checked ~ .tab-list label .history,
#global-position:checked ~ .tab-list label .global-position,
#versions:checked ~ .tab-list label .versions,
#licences:checked ~ .tab-list label .licences {
}

input[type="radio"] {
    display: none;
}

.tab-list .slider {
    position: absolute;
    block-size: .15rem;
    background: #3c92ca;
    border-radius: 1em;
    inline-size: 12.5%;
    z-index: 1;
    inset-inline-start: 0;
    inset-block-end: -1.5px;
    transition: all 300ms;
    filter: blur(0.4px);
}

#history:checked ~ .tab-list .slider {
    inset-inline-start: 8.25%;
}

#global-position:checked ~ .tab-list .slider {
    inset-inline-start: 31.5%;
}

#versions:checked ~ .tab-list .slider {
    inset-inline-start: 56%;
}

#licences:checked ~ .tab-list .slider {
    inset-inline-start: 79.5%;
}

@media screen and (max-width: 1100px) {
    .tab-list .slider {
        inline-size: 15%;
    }

    #history:checked ~ .tab-list .slider {
        inset-inline-start: 6.25%;
    }

    #global-position:checked ~ .tab-list .slider {
        inset-inline-start: 30%;
    }

    #versions:checked ~ .tab-list .slider {
        inset-inline-start: 54%;
    }

    #licences:checked ~ .tab-list .slider {
        inset-inline-start: 78%;
    }
}

@media screen and (max-width: 800px) {
    .crm-history-tab-title {
        display: block;
        font-size: .7rem;
    }

    .tab-list .slider {
        block-size: 3px;
        inline-size: 17.5%;
    }

    #history:checked ~ .tab-list .slider {
        inset-inline-start: 4%;
    }

    #global-position:checked ~ .tab-list .slider {
        inset-inline-start: 29%;
    }

    #versions:checked ~ .tab-list .slider {
        inset-inline-start: 54%;
    }

    #licences:checked ~ .tab-list .slider {
        inset-inline-start: 78.5%;
    }
}

#history:checked ~ .tab-list .history,
#global-position:checked ~ .tab-list .global-position,
#versions:checked ~ .tab-list .versions,
#licences:checked ~ .tab-list .licences {
    filter: saturate(1);
    color: black;
    font-weight: 700;
}

.crm-history-content-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .crm-history-content-container .content {
        display: none;
        margin-block-end: 20px;
    }

#history:checked ~ section .content-1 {
    display: block;
}

#global-position:checked ~ section .content-2 {
    display: block;
}

#versions:checked ~ section .content-3 {
    display: block;
}

#licences:checked ~ section .content-4 {
    display: block;
}

@font-face {
    font-family: "IranSansX-Black";
    src: url("https://cdn.bmsd.net/Portal/Bmsd/fonts/IranSansX/Webfonts/fonts/woff2/IRANSansX-Black.woff2");
    font-display: swap;
}

@font-face {
    font-family: "IranSansX-UltraLight";
    src: url("https://cdn.bmsd.net/Portal/Bmsd/fonts/IranSansX/Webfonts/fonts/woff2/IRANSansX-UltraLight.woff2");
    font-display: swap;
}

@font-face {
    font-family: "IRANSansX-Regular";
    src: url("https://cdn.bmsd.net/Portal/Bmsd/fonts/IranSansX/Webfonts/fonts/woff2/IRANSansX-Regular.woff2");
    font-display: swap;
}

@font-face {
    font-family: "IranSansX-DemiBold";
    src: url("https://cdn.bmsd.net/Portal/Bmsd/fonts/IranSansX/Webfonts/fonts/woff2/IRANSansX-DemiBold.woff2");
    font-display: swap;
}

@font-face {
    font-family: "IranSansX-Medium";
    src: url("https://cdn.bmsd.net/Portal/Bmsd/fonts/IranSansX/Webfonts/fonts/woff2/IRANSansX-Medium.woff2");
    font-display: swap;
}

.crm-history-content-title {
    font-family: "IranSansX-Black", sans-serif;
    font-weight: 500;
    display: block;
    margin-bottom: .5rem;
    text-align: right;
    color: #3c92ca;
    font-size: 1.25rem;
}

.crm-history-desc {
    font-family: "IranSansX-UltraLight", sans-serif;
}

.crm-history-bold-desc {
    font-family: "IranSansX-DemiBold", sans-serif;
}

.crm-history-content-container {
    color: #000000;
    text-align: justify;
    font-family: "-", sans-serif;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 400;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 90%, rgba(240, 240, 240, 1) 100%);
    padding: 2rem 0 1rem 0;
}

.crm-history-content {
    display: flex;
    justify-content: space-around;
    padding: 0 1rem;
}

.crm-history-content-desc {
    width: 55%;
}

.crm-history-content > img {
    margin: auto;
}

@media screen and (max-width: 1000px) {
    .crm-history-content-desc {
        width: 100%;
    }

    .crm-history-content {
        display: block;
        margin: 0 2rem;
    }

        .crm-history-content > img {
            display: none;
        }
}

@media screen and (max-width: 700px) {
    .crm-history {
        max-width: 100vw;
        margin-bottom: 0;
    }

    .crm-history-desc {
        font-size: .8rem;
    }

    .crm-history-bold-desc {
        font-size: .8rem;
    }

    .tabs-container nav {
        block-size: 62px;
        padding: 0;
    }

        .tabs-container nav > label {
            line-height: 30px;
            width: 24%;
            display: block;
        }

    .crm-history-tab-img {
        height: 2.25rem !important;
    }

    .crm-history-content-container {
        line-height: 1.25rem;
    }

    .crm-history-content {
        margin: 0;
    }

    .crm-history-content-title {
        font-size: .9rem;
    }
}

.commercial-section {
    font-family: Lahze;
    padding-bottom: 4rem;
    text-align: center;
}

.commercial-img-container {
    width: 85vw;
    margin: auto;
    max-width: 1300px;
    margin-bottom: 1rem;
}

    .commercial-img-container > img {
        width: 80%;
    }

.commercial-section-header {
    font-weight: 400;
    font-size: 1.85rem;
    display: block;
    color: #222;
}

.commercial-section-title {
    font-weight: 900;
    font-size: 2.85rem;
    display: block;
    color: #3c92ca;
}

.commercial-section-btn {
    margin: 1rem auto 0 auto;
    font-family: Lahze;
    font-weight: 700;
}

@media screen and (max-width: 700px) {
    .commercial-section {
        padding-top: 0;
        padding-bottom: 2rem;
    }

    .commercial-img-container {
        width: 95vw;
    }

    .commercial-section-header {
        font-size: .7rem;
    }

    .commercial-section-title {
        font-size: 1rem;
    }

    .commercial-section-btn {
        font-size: .7rem;
    }
}

.features-section {
    background: linear-gradient(90deg,rgba(238, 240, 244, 1) 0%, rgba(235, 246, 238, 1) 30%, rgba(238, 240, 244, 1) 70%, rgba(234, 245, 239, 1) 100%);
}

.features-container {
    display: flex;
    justify-content: center;
    padding: 4rem 0;
    max-width: 1300px;
    margin: 0 auto;
    width: 85vw;
}

.features-control {
    width: 50%;
    border-left: .15rem solid #676767;
    padding-left: 3rem;
}

.features-details {
    width: 50%;
    padding-right: 3rem;
}

.primary-color {
    color: #3c92ca;
}

.features-title {
    font-family: Lahze;
    font-weight: 900;
    font-size: 2.5rem;
    display: block;
    color: #3c92ca;
    line-height: 4rem;
    margin-bottom: 1rem;
}

.features-title-mobile {
    font-family: Lahze;
    font-weight: 900;
    font-size: .9rem;
    display: block;
    color: #3c92ca;
    line-height: 2.5rem;
    display: none;
}

.features-desc,
.static-details {
    font-family: IranSansX-Medium;
    text-align: justify;
    font-size: 1.1rem;
}

.static-details {
    font-size: 1rem;
    color: #222;
}

.static-details {
    margin-top: auto;
}

.feature-control-container {
    margin-top: 2rem;
}

    .feature-control-container nav {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .feature-control-container label {
        display: flex;
        padding: .75rem;
        background: #fff;
        border-radius: 1rem;
        width: fit-content;
        font-family: Lahze;
        gap: .3rem;
        cursor: pointer;
    }

        .feature-control-container label img {
            padding: .5rem;
            border-radius: .75rem;
            height: 2.75rem;
        }

.workflow-engine img {
    background: #FFE2E2;
}

.solution img {
    background: #FFE3D9;
}

.duplicate-detection img {
    background: #E8FFD9;
}

.form-builder img {
    background: #D9F0FF;
}

.business-rule img {
    background: #FFE8D0;
}

.organizational-chart img {
    background: #B5FDF1;
}

#workflow-engine:checked ~ .features-control .feature-control-container .features-control-list .workflow-engine,
#solution:checked ~ .features-control .feature-control-container .features-control-list .solution,
#duplicate-detection:checked ~ .features-control .feature-control-container .features-control-list .duplicate-detection,
#form-builder:checked ~ .features-control .feature-control-container .features-control-list .form-builder,
#business-rule:checked ~ .features-control .feature-control-container .features-control-list .business-rule,
#organizational-chart:checked ~ .features-control .feature-control-container .features-control-list .organizational-chart {
    font-weight: 500;
    border: .1rem solid;
}

#workflow-engine:checked ~ .features-control .feature-control-container .features-control-list .workflow-engine {
    background: #FFE2E2;
}

#solution:checked ~ .features-control .feature-control-container .features-control-list .solution {
    background: #FFE3D9;
}

#duplicate-detection:checked ~ .features-control .feature-control-container .features-control-list .duplicate-detection {
    background: #E8FFD9;
}

#form-builder:checked ~ .features-control .feature-control-container .features-control-list .form-builder {
    background: #D9F0FF;
}

#business-rule:checked ~ .features-control .feature-control-container .features-control-list .business-rule {
    background: #FFE8D0;
}

#organizational-chart:checked ~ .features-control .feature-control-container .features-control-list .organizational-chart {
    background: #B5FDF1;
}

    #workflow-engine:checked ~ .features-control .feature-control-container .features-control-list .workflow-engine img,
    #solution:checked ~ .features-control .feature-control-container .features-control-list .solution img,
    #duplicate-detection:checked ~ .features-control .feature-control-container .features-control-list .duplicate-detection img,
    #form-builder:checked ~ .features-control .feature-control-container .features-control-list .form-builder img,
    #business-rule:checked ~ .features-control .feature-control-container .features-control-list .business-rule img,
    #organizational-chart:checked ~ .features-control .feature-control-container .features-control-list .organizational-chart img {
        background: #fff;
    }

.dynamic-details .content {
    display: none;
    margin-block-end: 20px;
}

#workflow-engine:checked ~ .features-details .dynamic-details .content-1,
#solution:checked ~ .features-details .dynamic-details .content-2,
#duplicate-detection:checked ~ .features-details .dynamic-details .content-3,
#form-builder:checked ~ .features-details .dynamic-details .content-4,
#business-rule:checked ~ .features-details .dynamic-details .content-5,
#organizational-chart:checked ~ .features-details .dynamic-details .content-6 {
    display: block;
}

.dynamic-details-title {
    display: block;
    font-family: Lahze;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 2rem;
    color: #3c92ca;
}

.dynamic-details-img {
    display: block;
    margin: 1rem auto;
}

@media screen and (max-width: 700px) {
    .feature-control-container {
        margin-top: 1rem;
    }

    .features-container {
        display: block;
        padding: 2rem 0;
        width: 95vw;
    }

    .features-control {
        border: none;
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }

    .features-details {
        width: 85%;
        margin: auto;
        padding: 0;
    }

    .features-title {
        display: none;
    }

    .features-title-mobile {
        display: block;
    }

    .features-desc {
        font-size: .8rem;
        color: #222;
    }

    .static-details {
        font-size: .7rem;
    }

    .feature-control-container nav {
        gap: .5rem;
    }

    .feature-control-container label {
        padding: .5rem;
        border-radius: .6rem;
        gap: 0;
        margin-bottom: 0;
    }

        .feature-control-container label > img {
            padding: .5rem;
            border-radius: .5rem;
            height: 2.1rem !important;
        }

        .feature-control-container label > span {
            margin: auto .25rem !important;
            line-height: 2.5 !important;
            font-size: .65rem !important;
        }

    .dynamic-details-img {
        min-height: 10rem;
    }

    .dynamic-details-title {
        font-size: .9rem;
        margin-top: 1rem;
    }

    .demo-btn {
        padding: .5rem 1rem;
    }
}


.crm-facilities {
    padding-top: 4rem;
    text-align: center;
}

.crm-facilities-title {
    display: block;
    color: #3c92ca;
    font-family: Lahze;
    font-size: 2.25rem;
    font-weight: 800;
    text-align: center;
}

.crm-facilities-desc {
    font-family: 'IranSansX-Medium';
    font-size: 1.6rem;
    color: #222;
}

.crm-facilities-component {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.crm-facilities-component-details {
    width: 50%;
    padding: 2rem;
}

.crm-facilities-component-img {
    text-align: center;
    margin: auto 0;
    width: 45%;
}

.crm-facilities-component-desc {
    display: block;
    font-family: 'IranSansX';
    font-size: 1.6rem;
    color: #222;
    text-align: right;
    margin: 1rem 0;
    font-weight: 500;
}

.crm-facilities-component-title {
    text-align: right;
    font-weight: 900;
    color: #3c92ca;
}

.crm-facilities-component-header {
    font-family: Lahze;
    font-size: 2rem;
    font-weight: 700;
    display: block;
    text-align: right;
    line-height: 2.3rem;
    margin-bottom: 0;
}

.crm-facilities-container-desktop {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    width: 85vw;
}

.crm-facilities-container-mobile {
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 25rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /*transform: rotate(0) translateY(0);
    padding: 0;
    margin: 0;*/
}

.crm-facilities-inner-container-mobile {
    width: 400px;
    max-width: 100%;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 20px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    white-space: nowrap;
    -webkit-transform: translate3d(0, 0, 0);
    overscroll-behavior-x: contain;
    pointer-events: auto;
}


.crm-facilities-container-mobile .crm-facilities-card:last-child {
    margin-bottom: -2rem;
}

.crm-facilities-card {
    display: inline-flex;
    flex-direction: column;
    width: 16rem;
    height: 23rem;
    border: 0.1rem solid #676767;
    border-radius: 1rem;
    padding: 1rem;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    overflow: hidden;
    box-sizing: border-box;
    white-space: normal;
}

.crm-facilities-card-img {
    height: 10rem;
}

@media screen and (max-width: 700px) {
    .crm-facilities-container-desktop {
        display: none;
    }

    .crm-facilities-container-mobile {
        display: flex;
    }

    .crm-facilities-component-details {
        width: 100%;
        padding: 0;
    }

    .crm-facilities-component-title,
    .crm-facilities-component-desc,
    .crm-facilities-desc {
        font-size: .7rem;
    }

    .crm-facilities-component-desc {
        margin: 0;
    }

    .crm-facilities-desc {
        margin: auto;
        width: 85%;
        display: block;
    }

    .crm-facilities {
        height: 33rem;
        text-align: right;
        padding-top: 2rem;
    }

    .crm-facilities-title {
        font-size: 1rem;
        width: 85%;
        margin: auto;
        display: block;
        text-align: right;
    }

    .crm-facilities-component-header {
        font-size: 1rem;
        line-height: 1.2rem;
        margin: .75rem 0;
    }
}

.third-party {
    width: 100%;
    padding: 4rem 0;
    background: #EEF2FF;
}

.third-party-details {
    width: 85%;
    margin: 3rem auto 0 auto;
    max-width: 1300px;
}

.third-party-tab-list {
    position: relative;
    block-size: 50px;
    inline-size: 80%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    padding: .5rem 0;
    margin-top: 1rem;
    font-family: Lahze;
    font-weight: 500;
    color: #676767;
}

    .third-party-tab-list label {
        display: flex;
        padding: .5rem;
        background: #F4F4F4;
        border-radius: .75rem;
        width: 23%;
        font-family: "IranSansX";
        gap: .5rem;
        cursor: pointer;
        border: 1.5px solid black;
        font-weight: 500;
        max-width: 17rem;
        line-height: 1.75;
    }

.third-party-img {
    padding: .25rem;
    border-radius: .75rem;
    height: 3.5rem;
    border: 1.5px solid black;
    display: block;
    margin: auto 0;
    background: #fff;
}

#partnerbase-verion:checked ~ .third-party-tab-list .partnerbase-verion,
#crm-module:checked ~ .third-party-tab-list .crm-module,
#integrated-crm:checked ~ .third-party-tab-list .integrated-crm,
#data-analysis:checked ~ .third-party-tab-list .data-analysis {
    filter: saturate(1);
    color: #3c92ca;
    font-weight: 900;
    background: #fff;
    border-color: #3c92ca;
}

    #partnerbase-verion:checked ~ .third-party-tab-list .partnerbase-verion img,
    #crm-module:checked ~ .third-party-tab-list .crm-module img,
    #integrated-crm:checked ~ .third-party-tab-list .integrated-crm img,
    #data-analysis:checked ~ .third-party-tab-list .data-analysis img {
        background: #F4F4F4;
        border-color: #3c92ca;
    }

.third-party-content-container .content {
    display: none;
    margin-block-end: 20px;
}

#partnerbase-verion:checked ~ .third-party-content-container .content-1 {
    display: block;
}

#crm-module:checked ~ .third-party-content-container .content-2 {
    display: block;
}

#integrated-crm:checked ~ .third-party-content-container .content-3 {
    display: block;
}

#data-analysis:checked ~ .third-party-content-container .content-4 {
    display: block;
}

.third-party-content-container {
    padding: 2rem 0 0 0;
}

.third-party-content-title {
    display: block;
    font-family: 'IranSansX';
    font-size: 1.6rem;
    line-height: 3rem;
    color: #3c92ca;
    font-weight: 700;
}

.third-party-content-desc {
    margin-top: 1rem;
    display: block;
    font-family: 'IranSansX';
    font-size: 1.4rem;
    color: #222;
    text-align: justify;
    font-weight: 300;
}

@media screen and (max-width: 1320px) {
    .third-party-details {
        width: 95%;
    }
}

@media screen and (max-width: 1180px) {
    .third-party-tab-list > label {
        font-size: .9rem;
        min-width: 10rem;
    }
}

@media screen and (max-width: 1000px) {
    .third-party-tab-list > label {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 10rem;
    }
}

@media screen and (max-width: 800px) {
    .third-party {
        background: none;
        padding: 0;
    }

        .third-party > .crm-facilities-title {
            text-align: right;
        }

    .third-party-details {
        margin: 0 auto;
    }

    .third-party-tab-list {
        flex-wrap: wrap;
        height: 9rem;
        margin-top: 0;
    }

        .third-party-tab-list > label {
            flex-wrap: nowrap;
            justify-content: right;
            max-width: 45%;
            font-size: .6rem;
            margin: 0;
            padding: .4rem;
            border-radius: .5rem;
            gap: .4rem;
        }

    .third-party-title {
        line-height: 1rem;
        margin: auto 0;
    }

    .third-party-content-title {
        line-height: 2rem;
        font-size: .9rem;
    }

    .third-party-content-desc {
        font-size: .7rem;
        margin-top: 0;
    }

    .third-party-content-container {
        padding: 0 0 1rem 0;
        padding: .75rem;
        width: 90vw;
        margin: auto;
        border: .1rem solid #676767;
        border-radius: .5rem;3c92ca;
        background: #EEF2FF;
    }

    .third-party {
        padding-bottom: 0;
    }

    .third-party-img {
        height: 2rem;
        border-radius: .5rem;
        padding: .25rem;
    }
}

.download-img-container {
    width: 85%;
    position: relative;
    margin: 4rem auto;
    max-width: 1300px;
}

.download-img-desktop {
    border-radius: 2rem;
    width: 100%;
}

.download-img-mobile {
    border-radius: 1rem;
    width: 100%;
    display: none;
}

.download-content-container {
    position: absolute;
    top: 35%;
    right: 6%;
    width: 55%;
    font-family: 'IranSansX-Medium';
    font-size: 1rem;
    font-weight: 900;
}

.download-btn-container {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-top: 1rem;
}

.download-header {
    color: #fcddff;
    font-size: 3rem;
    font-weight: 1000;
    font-family: Lahze;
    display: block;
}

.download-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    font-family: Lahze;
    display: block;
}

.download-desc {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    font-family: IranSansX;
    display: block;
}

.download-btn-container-mobile {
    display: none;
}

.free-download-btn,
.buy-btn {
    margin: auto 0;
}

.buy-btn {
    background: #fff;
    color: #000000;
    border-radius: 1rem;
    padding: .75rem;
}

.free-download-btn {
    color: #fff;
}

.download-btn {
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 1300px) {
    .download-content-container {
        top: 30%;
    }
}

@media screen and (max-width: 1200px) {
    .download-header {
        font-size: 2rem;
    }

    .download-title {
        font-size: 1.4rem;
    }

    .download-desc {
        font-size: 1rem;
    }

    .download-btn-container {
        font-size: .9rem;
    }
}

@media screen and (max-width: 1000px) {
    .download-btn-container {
        font-size: .8rem;
    }

    .download-logo {
        max-width: 30%;
    }
}

@media screen and (max-width: 700px) {
    .download-img-desktop {
        display: none;
    }

    .download-img-mobile {
        display: block;
    }

    .download-img-container {
        width: 90%;
        margin: 2rem auto;
    }

    .download-btn-container {
        display: none;
    }

    .download-btn-container-mobile {
        position: absolute;
        bottom: 5%;
        right: 50%;
        transform: translateX(50%);
        width: 80%;
        display: flex;
        justify-content: space-between;
        font-size: .5rem;
    }

    .download-content-container {
        top: 10%;
        right: 50%;
        width: 67.5%;
        transform: translateX(50%);
    }

    .download-header {
        font-size: 1.175rem;
    }

    .download-title {
        font-size: .74rem;
    }

    .download-desc {
        font-size: .5rem;
    }

    .buy-btn {
        border-radius: .25rem;
        padding: .25rem;
    }
}

.compare-section .crm-facilities-title {
    line-height: 3rem;
    margin-bottom: 3rem;
}

.compare-table-container {
    width: 85%;
    margin: 0 auto;
}

.compare-table {
    width: 100%;
    border-collapse: separate;
    border: .1rem solid #676767;
    border-radius: 1rem;
    text-align: center;
    margin-bottom: 5rem;
    font-family: 'Lahze';
    font-size: 1.2rem;
    max-width: 1300px;
    margin: 0 auto 5rem auto;
}

.compare-table-header {
    border: .1rem solid transparent;
    border-radius: 1rem 1rem 0 0;
    padding: .5rem;
    font-size: 1.4rem;
}

.compare-table th, .compare-table td {
    width: 33%;
    padding: 1.5rem;
}

.compare-table th {
    background: #e10547;
    color: #fff;
}

    .compare-table th:first-child {
        border-top-right-radius: 1rem;
    }

    .compare-table th:last-child {
        border-top-left-radius: 1rem;
    }

.compare-table td {
    background: #F4F4F4;
}

    .compare-table td:first-child {
        font-weight: 600;
        background: #F9F9F9;
    }

.compare-table tr:last-child td:first-child {
    border-bottom-right-radius: 1rem;
}

.compare-table tr:last-child td:last-child {
    border-bottom-left-radius: 1rem;
}

.advantages-section {
    background: url("https://cdn.bmsd.net/Portal/Bmsd/images/bmsd/Dynamics365/advantages-Desktop.webp") center / cover;
    height: 55rem;
    padding: 4rem 0;
}

    .advantages-section .crm-facilities-title {
        color: #fff;
    }

.advantages-cards-container {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 4rem auto;
    gap: 2rem;
}

.advantages-card {
    background-color: rgba(43, 116, 250, .5);
    backdrop-filter: blur(5px);
    padding: 2rem 1.5rem;
    z-index: 10;
    color: whitesmoke;
    border: .1rem solid #fff;
    border-radius: 1.5rem;
    height: fit-content;
    text-align: justify;
}

.advantages-card-title {
    display: block;
    font-family: 'Lahze';
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0 1.25rem 1rem 1rem;
}

.advantages-card-desc {
    font-family: 'IranSansX-Medium';
    font-size: 1.25rem;
    line-height: 3rem;
}

    .advantages-card-desc .fa-check {
        color: #70da6c;
        font-weight: 700;
    }

    .advantages-card-desc .fa-times {
        color: #eb3f36;
        font-weight: 700;
    }

@media screen and (max-width: 1100px) {
    .advantages-cards-container {
        display: block;
    }

    .advantages-card {
        width: 85% !important;
        margin: 1rem 0;
    }

    .advantages-section {
        height: 65rem;
    }
}

@media screen and (max-width: 800px) {
    .advantages-section {
        background: url("https://cdn.bmsd.net/Portal/Bmsd/images/bmsd/Dynamics365/advantages-Mobile.webp") center / cover;
        height: 45rem;
    }

    .advantages-cards-container {
        display: block;
        width: 90%;
        margin: 2rem auto;
    }

    .advantages-card {
        width: 100% !important;
        margin: 1rem 0;
        padding: 1rem;
    }

    .implementation-desc,
    .advantages-card-desc {
        font-size: .7rem !important;
    }

    .advantages-card-desc {
        line-height: 2rem;
    }

    .advantages-section .crm-facilities-title {
        text-align: center;
        font-size: 1.2rem;
    }

    .advantages-card-title {
        font-size: 1.2rem;
        margin: 0 .5rem .5rem .5rem;
    }
}

.implementation-section {
    background: #F4F4F4;
    padding: 3rem 0;
}

    .implementation-section .crm-facilities-title {
        line-height: 3rem;
        margin-bottom: 3rem;
    }

.implementation-desc {
    font-family: "IranSansX-Medium";
    font-size: 1.3rem;
    line-height: 3rem;
}

.implementation-bold-desc {
    font-family: "IranSansX-Black";
}

.implementation-container {
    width: 85%;
    margin: 0 auto;
    max-width: 1300px;
}

.implementation-desc-container {
    text-align: justify;
}

.implementation-cards-container {
    display: flex;
    justify-content: center;
    margin: 3rem 0 1rem 0;
    flex-wrap: wrap;
    gap: 2rem;
}

.implementation-card {
    width: 17rem;
    background: #fff;
    padding: 1rem 1rem 2rem 1rem;
    border-radius: 1rem;
    box-shadow: 0.125rem .25rem .25rem #A7A7A7;
    text-align: center;
    margin: 1rem 0;
}

.implementation-card-img {
    height: 6.5rem;
    display: block;
    margin: 1.25rem auto;
}

.implementation-card-title {
    display: block;
    margin: .5rem 0;
    font-family: 'IranSansX-Black';
    color: #3c92ca;
}

.implementation-card-desc {
    font-family: 'IranSansX-Medium';
    font-size: .89rem;
}

@media screen and (max-width: 700px) {
    .implementation-section {
        padding: 2rem 0;
    }

        .implementation-section .crm-facilities-title,
        .compare-section .crm-facilities-title {
            line-height: 1.5rem;
            margin-bottom: 2rem;
        }

        .implementation-section .crm-facilities-title {
            font-size: 1rem;
            width: 95%;
            text-align: right;
            margin: 0;
        }

    .table td, .table th {
        padding: .25rem;
    }#3c92ca;

    .implementation-container {
        width: 90%;
    }

    .implementation-card {
        width: 9rem;
        padding: .5rem;
        margin: 0;
    }

    .implementation-card-img {
        height: 3rem;
        margin: .5rem auto;
    }

    .implementation-cards-container {
        gap: 1rem;
        margin: 2rem 0 1rem 0;
    }

    .implementation-desc-container {
        margin: .5rem auto;
    }

    .implementation-desc {
        display: block;
        line-height: 1.25rem;
        color: #222;
    }

    .implementation-card-title {
        margin: .5rem 0;
        font-size: .75rem;
    }

    .implementation-card-desc {
        font-size: .575rem;
        display: block;
    }
}

.table-fixed-column-outter {
    display: none;
    font-family: 'Lahze';
    position: relative;
    margin: 2rem auto;
    max-width: 100%;
    border: .1rem solid;
    border-radius: 1rem;
    padding: .5rem;
    font-size: .65rem;
}

.table-fixed-column-inner {
    overflow-x: scroll;
    overflow-y: visible;
    margin-right: 40%;
}

    .table-fixed-column-inner .table {
        margin-bottom: 0.25rem;
    }

.table.table-fixed-column {
    table-layout: fixed;
    width: 100%;
}

.table td,
.table th {
    width: 40vw;
    padding: 1rem;
    text-align: center;
}

    .table th:first-child,
    .table tr td:first-child {
        position: absolute;
        right: .5rem;
        width: 40%;
        padding-right: 0;
        display: inline-block;
        margin: auto 0;
        border: none;
    }

.table th, .table td {
    border-right: .1rem solid #676767;
}

.table td {
    border-top: .1rem solid #676767;
}

@media screen and (max-width: 700px) {
    .compare-table {
        display: none;
    }

    .table-fixed-column-outter {
        display: block;
    }
}
