header {
    background-color: #DEEAF7;
}
section.hero {
    background-color: #DEEAF7;
}
.navbar{
    /*display: none;*/
    direction: ltr;
}
.icon{
    margin: 0;
}
.hero{
    overflow: hidden;
}
.hero .container{
    /*position: relative;*/
}
.hero-content .title{
    font-size: 38px;
    font-weight: 700;
    font-family: 'yekan-bakh';
    color: #3C5788;
}
.hero-content .desc{
    font-size: 19px;
    font-weight: 300;
    color: #3C5788;
    font-family: 'yekan-bakh';
    padding: 18px 0 30px 0;
}
.hero-content{
    position: absolute;
    margin: auto;
    display: flex;
    z-index: 99;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 146px;
}
.hero-circle-bg{
    background-color: #DEEAF7;
    background-image: url(../assets/images/plugin/pwp-head-circles.png);
    height: 600px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    margin-bottom: 24px;
}
.hero-backline{
    width: 100%;
    height: 2px;
    background-color: #CAD8E655;
    position: absolute;
    right: 0;
    top: 375px;
    z-index: 1;
}
.buy-steps .step{
    background-color: #ffffff;
}
.buy-steps .desc {
    font-family: 'yekan-bakh';
    font-size: 13px;
    font-weight: 400;
    line-height: 200%;
    color: #98A2B3;
}
.buy-steps.buy-steps-carousel .head {
    width: 100px;
    height: 64px;
    border-radius: 60px;
    padding-right: 24px;
    margin-bottom: 24px;
}
.buy-steps.buy-steps-carousel .head.red{
    background-color: #FFD1D7;
}
.buy-steps.buy-steps-carousel .head.blue{
    background-color: #D1F5FF;
}
.buy-steps.buy-steps-carousel .head.green{
    background-color: #EAFFD1;
}
.buy-steps.buy-steps-carousel .head.orange{
    background-color: #FFEBD1;
}
.buy-steps.buy-steps-carousel .head img{
    width: 24px !important;
}
.action .button {
    background: #F79009;
    color: #fff;
    padding: 12px 22px;
    font-size: 14px;
    border-radius: 12px;
    position: relative;
    z-index: 99;
    font-family: "yekan-bakh", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpp-join{
    width: 100%;
    height: 300px;
    background-color: #DEF5D7;
    background-image: url(../assets/images/plugin/wpp-join-2bg.png);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.wpp-join .main-text{
    font-family: 'yekan-bakh';
    font-weight: 700;
    font-size: 24px;
}
.wpp-join .num-box{
    width: 250px;
    height: 93px;
    background-color: #F3FBF1;
    border-radius: 100px;
    border: 1px solid #D3EBC9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpp-join .num{
    font-family: 'yekan-bakh';
    font-weight: 700;
    font-size: 48px;
    margin-top: 8px;
}
.wpp-steps{
    background-color: #FEF1D5;
    height: 750px;
    border-radius: 40px;
    background-image: url(../assets/images/plugin/wpp-steps-4bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 70px;
}
.wpp-steps .title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.wpp-steps .title .question{
    background-color: #E1D1AE;
    color: #ffffff;
    font-family: 'yekan-bakh';
    border-radius: 56px;
    padding: 10px 18px;
}
.wpp-steps .title .answer{
    font-family: 'yekan-bakh';
    font-weight: 800;
    font-size: 24px;
}
.wpp-steps .steps{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
}
.wpp-steps .step{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-family: 'yekan-bakh';
    max-width: 175px;
}
.wpp-steps .step .number{
    width: 120px;
    height: 120px;
    background-color: #FFFDF7;
    border-radius: 100px;
    font-size: 52px;
    font-family: 'yekan-bakh';
    box-shadow: 0px 6px 16px 0px #EFE0BECC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 24px;
}
.wpp-steps .step .title{
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}
.wpp-steps .step .desc{
    font-size: 13px;
    font-weight: 300;
    color: #212631;
    opacity: 0.6;
}
.wpp-steps .arrow-main{
    height: 100%;
    display: flex;
    align-items: center;
}
.wpp-steps .arrow{
    width: 50px;
    height: 40px;
    background-image: url(../assets/images/plugin/dot-arrow-left.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.wpp-steps .action{

}
.wpp-links{
    background-color: #DEF5D7;
    height: 750px;
    border-radius: 40px;
    background-image: url(../assets/images/plugin/wpp-links-5bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 70px;
    padding-top: 118px;
}
.wpp-links .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'yekan-bakh';
}
.wpp-links .title .question {
    background-color: #B6D9AC;
    color: #ffffff;
    font-family: 'yekan-bakh';
    border-radius: 56px;
    padding: 10px 18px;
}
.wpp-links .title .answer {
    font-family: 'yekan-bakh';
    font-weight: 800;
    font-size: 24px;
}
.wpp-links .arrow-main{
    width: 100%;
    display: flex;
    align-items: center;
}
.wpp-links .arrow{
    width: 50px;
    height: 40px;
    background-image: url(../assets/images/plugin/dot-arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}
.wpp-links .action{
    display: flex;
    gap: 28px;
}
.wpp-links .action .link-btn{
    width: 280px;
    height: 100px;
    background: #F3FBF1;
    border: 1px solid #D3EBC9;
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 22px;
    box-shadow: 0px 2px 6px 0px #D3ECC9CC;
    cursor: pointer;
}
.wpp-links .action .title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'yekan-bakh';
    color: #333;
}
.wpp-links .action .desc{
    font-family: 'yekan-bakh';
    font-weight: 300;
    font-size: 14px;
}
.wpp-links .action .download{
    width: 36px;
    height: 36px;
    background-image: url(../assets/images/plugin/download-btn.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.footer{
    width: 100%;
    height: 70px;
    background-color: #F9FAFB;
    display: flex;
    justify-content: space-between;
    padding: 75px 0 60px 0;
    align-items: center;
}
.footer .logo{
    width: 111px;
    height: 32px;
    background-image: url(../assets/images/plugin/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.footer .text{
    font-size: 13px;
    font-family: 'yekan-bakh';
    color: #98A2B3;
}
.footer .up{
    display: flex;
    align-items: center;
    gap: 14px;
}
.footer .up .text{
    font-size: 13px;
    font-family: 'yekan-bakh';
    color: #98A2B3;
}
.footer .up .gototop{
    width: 40px;
    height: 40px;
    background-image: url(../assets/images/plugin/gototop.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}


.icon.azure-down-arrow{
    background: url(../assets/images/plugin/azure-arrow-down.svg) no-repeat left center;
}
.header{
    width: 100%;
    height: 70px;
    background-color: #DEEAF7;
    display: flex;
    justify-content: space-between;
    padding: 60px 0 60px 0;
    align-items: center;
}
.header .logo{
    width: 140px;
    height: 37px;
    background-image: url(../assets/images/plugin/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.header .text{
    font-size: 13px;
    font-family: 'yekan-bakh';
    color: #98A2B3;
}
.header .up{
    display: flex;
    align-items: center;
    gap: 14px;
}
.header .up .text{
    font-size: 13px;
    font-family: 'yekan-bakh';
    color: #98A2B3;
}
.header .up .gototop{
    width: 40px;
    height: 40px;
    background-image: url(../assets/images/plugin/gototop.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.header .action .button{
    background: transparent;
    color: #3C5788;
    padding: 12px 22px 12px 18px;
    font-size: 14px;
    border-radius: 12px;
    position: relative;
    z-index: 99;
    display: inline-block;
    font-family: "yekan-bakh", sans-serif;
    border: 1px solid #CAD8E6;
    font-weight: 700;
}
.header .links{
    display: flex;
    gap: 42px;
    align-items: center;
}
.header .links .link{
    font-family: 'yekan-bakh';
    font-size: 14px;
    color: #3C5788;
}
.header .links .dot{
    width: 6.5px;
    height: 6.5px;
    background-color: #CBD5E3;
    border-radius: 40px;
}
.faq-container {
    margin: 0 auto;
    background-color: #D1F5FF;
    padding-top: 90px;
    padding-bottom: 90px;
}

.faq-title {
    text-align: center;
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 40px;
    font-weight: bold;
}

.accordion {
    background: white;
    margin: auto;
    border-radius: 26px;
    margin-bottom: 24px;
    overflow: hidden;
    transition: all 0.3s ease;
    max-width: 1080px;
}

.accordion:hover {
    /*box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);*/
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    cursor: pointer;
    background: white;
    transition: background 0.3s ease;
}

.accordion-header:hover {
    /*background: #f8f9fa;*/
}

.accordion-question {
    font-size: 16px;
    color: #2c3e50;
    font-weight: 600;
    font-family: 'yekan-bakh';
}

.accordion-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F79009;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.accordion.active .accordion-icon {
    background: #ff6b35;
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: #f8f9fa;
    padding: 0 30px;

}

.accordion.active .accordion-content {
    max-height: 200px;
    padding: 16px 30px;
}

.accordion-answer {
    color: #2c3e5099;
    line-height: 1.6;
    margin: 0;
    padding: 8px 0;
    font-size: 13px;
    font-family: 'yekan-bakh';
}

@media (max-width: 768px) {
    .faq-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .accordion-header {
        padding: 15px 20px;
    }

    .accordion.active .accordion-content {
        padding: 15px 20px;
    }

    .accordion-question {
        font-size: 1rem;
    }

    .accordion-icon {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
        padding-top: 5px;
    }
}
.mobile-header{
    padding: 0 20px;
}
.mobile-header .action .button{
    padding: 12px 10px 12px 18px;
}
.mobile-header .logo{
    width: 120px;
    height: 35px;
}
#mobileMenu{
    width: 100%;
    direction: rtl;
    font-family: 'yekan-bakh';
    border-radius: 10px;
    z-index: 999;
    background-color: rgba(255, 255, 255, .5);
    backdrop-filter: blur(10px);
}
#mobileMenu .nav-link{
    color: #3C5788;
}
#mobileMenu .nav-item{
    padding: 10px;
}
@media (max-width: 767.98px) {
    .header {
        display: none;
    }
    .navbar {
        display: flex;
    }
    .col-rev .container .row{
        flex-direction: column-reverse;
    }
    .wpp-steps .steps {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
        flex-direction: column;
    }
    .wpp-steps .arrow {
        transform: rotate(-90deg);
        margin-top: -16px;
    }
    .wpp-steps{
        height: auto;
        padding: 50px 20px;
    }
    .wpp-steps .title .answer,
    .wpp-links .title .answer{
        text-align: center;
    }
    .wpp-links .action {
        flex-direction: column;
    }
    .footer > .text {
        display: none;
    }
    .footer{
        padding: 60px 28px 44px 28px;
    }
}

/* در سایز md به بالا (768px و بالاتر) */
@media (min-width: 768px) {
    .navbar {
        display: none;
    }
    .header {
        display: flex;
    }

}

@media (max-width: 991px) {
    .header .links {
        gap: 10px;
    }
    .hero-circle-bg {
        background-image: none;
        height: 400px;
    }
    .hero-content{
        margin-top: 90px;
    }
    .wpp-steps .steps {
        gap: 40px;
    }
}

@media (max-width: 1400px) {
    .hero .container {
        display: contents;
    }
}

@media (max-width: 576px) {
    .wpp-steps{
        border-radius: 0;
    }
    .hero-content .title {
        font-size: 26px;
    }
    .hero-content .desc {
        font-size: 13px;
    }
    .hero-content {
        margin-top: 110px;
    }
}
