/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.learndash-wrapper .ld-breadcrumbs {
    background: #e4970d;
}
.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete {
    background: #019e7c!important;
    color: #fff!important;
}
.learndash-wrapper:not(.ld-registration__outer-wrapper) .ld-content-actions {
    border-top: 4px solid #e4970d;
    clear: both;
    display: flex
;
    justify-content: space-between;
    padding: 1em 0;
}

.user-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.user-item {
    width: 250px;
    padding: 15px;
    background: #ECEFF1;
    border-radius: 60px 60px 0px 0px;
    text-align: center;
}

.user-infoo h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.user-item img {
    border-radius: 50%;
    border: 5px solid #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.user-infoo p {
    font-size: 14px;
    color: #555;
}
.user-infoo p .short-description {
    font-size: 14px;
    color: #333;
}

.user-infoo .full-description {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}

.user-infoo .toggle-description {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.social-links {
    margin-top: 10px;
}

.user-infoo a {
    display: inline-block;
    margin: 5px;
    text-decoration: none;
    font-size: 14px;
    padding: 8px;
    color: #fff;
}
.user-infoo a.url {
    width: 25px;
    height: 25px;
    background-color:#01579B;
    -webkit-mask-image: url('https://jamalmootab.ir/wp-content/uploads/2025/02/web.svg');
}
.user-infoo a.instagram {
    width: 25px;
    height: 25px;
    background-color: #E1306C;
    -webkit-mask-image: url('https://jamalmootab.ir/wp-content/uploads/2025/02/instagram.svg');
}
.user-infoo a.linkedin {
    width: 25px;
    height: 25px;
    background-color:#0288D1;
    -webkit-mask-image: url('https://jamalmootab.ir/wp-content/uploads/2025/02/linkedin.svg');
}
.user-infoo a.twitter {
    width: 25px;
    height: 25px;
    background-color: #03A9F4;
    -webkit-mask-image: url('https://jamalmootab.ir/wp-content/uploads/2025/02/twitter.svg');
}
.user-infoo a.youtube {
    width: 25px;
    height: 25px;
    background-color:#FF3D00;
    -webkit-mask-image: url('https://jamalmootab.ir/wp-content/uploads/2025/02/youtube.svg');
}
.user-infoo a.facebook {
    width: 25px;
    height: 25px;
    background-color: #039BE5;
    -webkit-mask-image: url('https://jamalmootab.ir/wp-content/uploads/2025/02/facebook.svg');
}
.user-infoo a.wikipedia {
    width: 25px;
    height: 25px;
    background-color: #229ED9;
    -webkit-mask-image: url('https://jamalmootab.ir/wp-content/uploads/2025/02/telegram.svg');
}
.user-infoo a.tumblr {
    width: 25px;
    height: 25px;
    background-color: #3b7d8f;
    -webkit-mask-image: url('https://jamalmootab.ir/wp-content/uploads/2025/02/bale.svg');
}
.user-infoo a.pinterest {
    width: 23px;
    height: 25px;
    background-color: #FF4081;
    -webkit-mask-image: url('https://jamalmootab.ir/wp-content/uploads/2025/02/rubika.svg');
}
.user-infoo a.soundcloud {
    width: 25px;
    height: 25px;
    background-color:#F77737;
    -webkit-mask-image: url('https://jamalmootab.ir/wp-content/uploads/2025/02/eitaa.svg');
}

@media (max-width: 768px) {
    .user-item {
    width:95%;
    padding: 15px;
    background: #e2e7ed;
    border-radius: 60px 60px 0px 0px;
    text-align: center;
}

}

.check-business-model ul {
    list-style-type: none;
    padding: 0;
}

.check-business-model ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.check-business-model ul li a {
    color:var(--links-normal-color,#5bc0de);
    text-decoration: none;
}

.check-business-model ul li a:hover {
    text-decoration: underline;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 600px) {
    .check-business-model ul li {
        font-size: 14px;
    }
}

.learndash-wrapper .ld-item-list .ld-item-list-item {
    background: rgba(114, 118, 139, .16);
    border: 2px solid #e4970d;
    border-radius: 6px;
    margin: 1em 0;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
    align-items: top;
    color: #495255!important;
    display: flex;
    flex: 1 1 100%;
    font-size: 15px;
    font-weight: 600;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name:hover {
    color: #e4970d!important;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
    margin-left: .5em;
    margin-top: 0px;
}



.downloadpdf {
    background: #e4970d30;
    padding: 30px;
    border-radius: 15px;
    margin: 6px;
}
.downloadpdf .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  width: 100%;
  background-color: #181e25;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.downloadpdf .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
  background-color: #e4970d;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button {
    background-color: #454545;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper {
    border:none;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .order_details, .elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-table--order-downloads {
    background-color: var(--sections-background-color, #fff);
    border-color: var(--sections-border-color, #d5d8dc);
    border-radius: var(--sections-border-radius, 3px);
    border-style: var(--sections-border-type, solid);
    border-width: var(--sections-border-top-width, 1px) var(--sections-border-right-width, 1px) var(--sections-border-bottom-width, 1px) var(--sections-border-left-width, 1px);
    padding: var(--sections-padding, 13px 12px 3px 12px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h2, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h3 {
    color: #e4970d;
    font-weight: 400;
    margin-bottom: var(--section-title-spacing, 10px);
    margin-top:20px;
}
.woocommerce form .form-row input.input-text {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 50px;
}
.woocommerce form .form-row textarea {
    height: 10em;
    line-height: 1.5;
    display: block;
    box-shadow: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
padding: 1em 3.5em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    background-color: #e2e7ed;
    color: #000000 !important;
    border: 2px solid #e4970d;
    list-style: none outside;
    width: auto !important;
    word-wrap: break-word;
    border-radius: 10px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    content: "\e028" / "";
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 10px;
    content: "\e015";
    color: #84a700;
    font-size: 30px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button {
    background: #e4970d;
    border-color: #ffffff;
    border-radius: var(--tables-button-border-radius,3px);
    border-style: var(--tables-buttons-border-type,solid);
    border-width: 2px;
    color: #ffffff;
    padding: var(--tables-button-padding,10px 15px);
    vertical-align: middle
}
.woocommerce .download-file a:hover {
    background: #3a3a3a;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button:hover {
    background: #3a3a3a;
}

.booom label {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 600;
}
.booom input[type="submit"] {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    
}
.booom textarea {
    width: 100%;
    border: 2px solid #e4970d;
    border-radius: 10px;
    padding: .5rem 1rem;
    transition: all .3s;
}


.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row select {
    background: #e4970d17;
    border: none;
    border-radius: var(--forms-fields-border-radius, 10px);
    color: var(--forms-fields-normal-color, #69727d);
    font-size: 15px;
    padding: var(--forms-fields-padding, 14px);
    margin-top: 10px;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    left: 0.7em;
    top: 1.7em;
    cursor: pointer;
}



/* ناحیه کاربری --- PC */



#my-account-menu {
    width: 30%;
    box-sizing: border-box;
}
#my-account-menu~.woocommerce-MyAccount-content {
    width: 74%;
}
#my-account-menu.position-vertical-right {
    float: right;
    margin-left: 20px;
}
#my-account-menu.position-vertical-right li a {
    text-align: center;
    justify-content: flex-end;
}
#my-account-menu.position-vertical-right {
    width: 25%;
    margin-left: 10px;
}

    
    
@media only screen and (max-width: 1024px) {
    
.woocommerce {
    align-items: center;
    flex-direction: column;
}

#my-account-menu.position-vertical-right {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
}
#my-account-menu.position-vertical-right li a {
    padding:0px;
}
#my-account-menu~.woocommerce-MyAccount-content {
    width: 100%;
    padding: var(--tab-content-spacing, 1%) 0 0 0;
}

#my-account-menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
#my-account-menu ul li {
    width: 100px;
    height: 100px;
    margin: 10px;
}
#my-account-menu ul li .item-label {
    display: none;
}
#my-account-menu.position-vertical-right li a span.item-icon {
    margin-right: 0;
    margin-left: auto;
}
#my-account-menu .myaccount-menu li a span.item-icon img, #my-account-menu .myaccount-submenu li a span.item-icon img, #my-account-menu-tab .myaccount-menu li a span.item-icon img, #my-account-menu-tab .myaccount-submenu li a span.item-icon img {
    width: auto;
    max-width: 100px!important;
    max-height: 100px!important;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper {
    padding: var(--sections-padding, 15px 12px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper {
    padding: var(--sections-padding, 3px 10px 3px 10px);
}
}


@media (max-width: 768px) {
    
    #my-account-menu ul {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
    #my-account-menu ul li {
    width: 65px;
    height: 65px;
    margin: 10px;
    }
    #my-account-menu .myaccount-menu li a span.item-icon img, #my-account-menu .myaccount-submenu li a span.item-icon img, #my-account-menu-tab .myaccount-menu li a span.item-icon img, #my-account-menu-tab .myaccount-submenu li a span.item-icon img {
    width: auto;
    max-width: 64px!important;
    max-height: 64px!important;
    
}
    #my-account-menu .myaccount-menu li a span.item-icon i {
    font-size: 50px;
    padding-right: 8px;
    padding-top: 6px;
    
}
    #my-account-menu .myaccount-menu li .item-icon {
        display: flex;
    }
    

}



.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
    padding-right: var(--tab-content-spacing, 0%)!important;
}
.yith-wcmap .user-profile {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-direction: row!important;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
}


#my-account-menu-tab.layout-modern .myaccount-menu li.active, #my-account-menu-tab.layout-modern .myaccount-menu li.is-active, #my-account-menu.layout-modern .myaccount-menu li.active, #my-account-menu.layout-modern .myaccount-menu li.is-active {
    background-color: #e4970d!important;
}

.woocommerce-info::before {
    color: #3a3a3a!important;
}
.yith-wcmap .user-profile .user-avatar.avatar-upload:after {
    background-color: #e4970d!important;
    background-position: 8px 9px!important;
    background-size: 18px!important;
}
#yith-wcmap-avatar .avatar-modal-wrapper .avatar-modal-wrapper-region {
    margin-top: 40px;
}
#yith-wcmap-avatar .avatar-modal-close {
    color: #ffa300!important;
    font-size: 25px!important;
}
#yith-wcmap-avatar .avatar-modal-content:not(.avatar-uploaded) .current-avatar:after {
    font-size: 40px!important;
    top: 10px!important;
    right: -21px!important;
}
#yith-wcmap-avatar .avatar-modal-content .avatar-select form {
    background: #ffa300!important;
    border-radius: 10px!important;
}
#yith-wcmap-avatar .avatar-modal-content:not(.avatar-uploaded) .current-avatar {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}
.yith-wcmap .user-profile .user-info .logout a {
    background-color: #3a3a3a!important;
}




@media screen {
    #canvasContainer {
        width: 100%;
    }
}

@media print {
    #canvasContainer {
        width: 1000px !important;
    }
}
.pdf-logo {
    position: absolute;
    top:90%;
    left:13%;
    transform: translate(-50%, -50%);
    background: url('https://jamalmootab.ir/wp-content/uploads/2025/02/logo-Business-Model-Canvas.png')  no-repeat center center;
    background-size: 23%;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bmc-canvas {
      display: grid;
      grid: repeat(3, 250px) / repeat(10, 10%);
    }
    

    .bmc-row {
      display: grid;
      position: relative;
      gap: 10px;
      grid-template-rows: 30px;
      grid-auto-rows: 65px;
      padding: 8px;
    }

    .bmc-section {
      border: 1px solid;
      margin: 4px;
      padding: 4px;
    }

    /* رنگ‌های بخش‌های مختلف */
    .customer_segments {
      /* سبز */
      grid-area: span 2 / span 2;
      border-radius: 0px 0px 15px 15px;
    }

    .customer_segments p {
      padding: 4px;
      background: #b6e6ff;
      color: #2e2e2e;
      font-size: 15px;
      display: flex;
      box-shadow: 3px 2px 2px -1px rgba(0, 0, 0, 0.2);
      justify-content: center;
      width: fit-content;
      float: right;
      margin: 4px;
    }
      .customer_segments h4 {
          background: #dedede;
    color: #2e2e2e;
    font-weight: 600;
    font-size: 15px;
      padding: 8px;
      justify-content: space-evenly;
      display: flex;
      margin: -4px -4px 5px -4px;
    }

    .customer_relationships {
      /* آبی */
      grid-column: span 2;
      border-radius: 0px 0px 15px 15px;
    }

    .customer_relationships p {
      padding: 4px;
      background: #b6ebcb;
      color: #2e2e2e;
      font-size: 15px;
      display: flex;
      box-shadow: 3px 2px 2px -1px rgba(0, 0, 0, 0.2);
      justify-content: center;
      width: fit-content;
      float: right;
      margin: 2px;
    }
      .customer_relationships h4 {
          background: #dedede;
    color: #2e2e2e;
    font-weight: 600;
    font-size: 15px;
      padding: 8px;
      justify-content: space-evenly;
      display: flex;
      margin: -4px -4px 5px -4px;
    }
    
    
    .channels {
      grid-column: 3 / span 2;
      grid-row: 2;
      border-radius: 0px 0px 15px 15px;
    }

    .channels p {
      padding: 4px;
      background: #ebeab6;
      color: #2e2e2e;
      font-size: 15px;
      display: flex;
      box-shadow: 3px 2px 2px -1px rgba(0, 0, 0, 0.2);
      justify-content: center;
      width: fit-content;
      float: right;
      margin: 2px;
    }
      .channels h4 {
          background: #dedede;
    color: #2e2e2e;
    font-weight: 600;
    font-size: 15px;
      padding: 8px;
      justify-content: space-evenly;
      display: flex;
      margin: -4px -4px 5px -4px;
    }
    
    
    .value_proposition {
      border-radius: 0px 0px 15px 15px;
      /* نارنجی */
      grid-area: span 2 / span 2;
    }

    .value_proposition p {
      padding: 4px;
      background: #eec0b2;
      color: #2e2e2e;
      font-size: 15px;
      display: flex;
      box-shadow: 3px 2px 2px -1px rgba(0, 0, 0, 0.2);
      justify-content: center;
      width: fit-content;
      float: right;
      margin: 2px;
    }
      .value_proposition h4 {
          background: #dedede;
    color: #2e2e2e;
    font-weight: 600;
    font-size: 15px;
      padding: 8px;
      justify-content: space-evenly;
      display: flex;
      margin: -4px -4px 5px -4px;
    }
    
    
    .key_activities {
      border-radius: 0px 0px 15px 15px;
      /* بنفش */
      grid-column: span 2;
    }

    .key_activities p {
      padding: 4px;
      background: #b2b6ee;
      color: #2e2e2e;
      font-size: 15px;
      display: flex;
      box-shadow: 3px 2px 2px -1px rgba(0, 0, 0, 0.2);
      justify-content: center;
      width: fit-content;
      float: right;
      margin: 2px;
    }
      .key_activities h4 {
          background: #dedede;
    color: #2e2e2e;
    font-weight: 600;
    font-size: 15px;
      padding: 8px;
      justify-content: space-evenly;
      display: flex;
      margin: -4px -4px 5px -4px;
    }
    
    
    .key_resources {
      border-radius: 0px 0px 15px 15px;
      /* قرمز */
      grid-column: 7 / span 2;
      grid-row: 2;
    }

    .key_resources p {
      padding: 4px;
      background: #d6d4d0;
      color: #2e2e2e;
      font-size: 15px;
      display: flex;
      box-shadow: 3px 2px 2px -1px rgba(0, 0, 0, 0.2);
      justify-content: center;
      width: fit-content;
      float: right;
      margin: 2px;
    }
      .key_resources h4 {
          background: #dedede;
    color: #2e2e2e;
    font-weight: 600;
    font-size: 15px;
      padding: 8px;
      justify-content: space-evenly;
      display: flex;
      margin: -4px -4px 5px -4px;
    }
    
    
    .key_partners {
      border-radius: 0px 0px 15px 15px;
      /* فیروزه‌ای */
      grid-area: span 2 / span 2;
    }

    .key_partners p {
      padding: 4px;
      background: #d3b2ee;
      color: #2e2e2e;
      font-size: 15px;
      display: flex;
      box-shadow: 3px 2px 2px -1px rgba(0, 0, 0, 0.2);
      justify-content: center;
      width: fit-content;
      float: right;
      margin: 2px;
    }
      .key_partners h4 {
          background: #dedede;
    color: #2e2e2e;
    font-weight: 600;
    font-size: 15px;
      padding: 8px;
      justify-content: space-evenly;
      display: flex;
      margin: -4px -4px 5px -4px;
    }
    
    
    .revenue_streams {
      border-radius: 0px 0px 15px 15px;
      /* آبی تیره */
      grid-area: -2 / span 5;
    }

    .revenue_streams p {
      padding: 4px;
      background: #b2eeda;
      color: #2e2e2e;
      font-size: 15px;
      display: flex;
      box-shadow: 3px 2px 2px -1px rgba(0, 0, 0, 0.2);
      justify-content: center;
      width: fit-content;
      float: right;
      margin: 2px;
    }
      .revenue_streams h4 {
         background: #dedede;
    color: #2e2e2e;
    font-weight: 600;
    font-size: 15px;
      padding: 8px;
      justify-content: space-evenly;
      display: flex;
      margin: -4px -4px 5px -4px;
    }
    
    
    .cost_structure {
      border-radius: 0px 0px 15px 15px;
      /* قهوه‌ای */
      grid-area: -2 / span 5;
    }

    .cost_structure p {
      padding: 4px;
      background: #ebeaaf;
      color: #2e2e2e;
      font-size: 15px;
      display: flex;
      box-shadow: 3px 2px 2px -1px rgba(0, 0, 0, 0.2);
      justify-content: center;
      width: fit-content;
      float: right;
      margin: 2px;
    }
      .cost_structure h4 {
          background: #dedede;
    color: #2e2e2e;
    font-weight: 600;
    font-size: 15px;
      padding: 8px;
      justify-content: space-evenly;
      display: flex;
      margin: -4px -4px 5px -4px;
    }
.button-canvas  {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0px 15px 0px;
}
.button-canvas button {
    background: #0c0d19;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
}
.button-canvas button:hover {
    background: #e4970d;
}
@media (max-width: 768px) {
        
.bmc-canvas {
    display: flex;
    flex-direction: column;
}
.bmc-section {
    margin:15px 0px 5px 0px;
}
.bmc-section p {
    margin: 10px;
}
}

    
