.elementor-5 .elementor-element.elementor-element-69f4ce3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5 .elementor-element.elementor-element-fa658b0{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-5 .elementor-element.elementor-element-f3b243c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5 .elementor-element.elementor-element-78b5605{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-5 .elementor-element.elementor-element-c2c8a54{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5 .elementor-element.elementor-element-36037e4 .elementor-heading-title{font-family:"Shabnam", Sans-serif;font-weight:600;color:#2C3E50;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-5 .elementor-element.elementor-element-ab08576{--grid-columns:3;width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-5 .elementor-element.elementor-element-ab08576 .elementor-loop-container{grid-auto-rows:1fr;}.elementor-5 .elementor-element.elementor-element-ab08576 .e-loop-item > .elementor-section, .elementor-5 .elementor-element.elementor-element-ab08576 .e-loop-item > .elementor-section > .elementor-container, .elementor-5 .elementor-element.elementor-element-ab08576 .e-loop-item > .e-con, .elementor-5 .elementor-element.elementor-element-ab08576 .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}@media(max-width:1024px){.elementor-5 .elementor-element.elementor-element-ab08576{--grid-columns:2;}}@media(min-width:768px){.elementor-5 .elementor-element.elementor-element-69f4ce3{--content-width:100%;}.elementor-5 .elementor-element.elementor-element-f3b243c{--content-width:100%;}}@media(max-width:767px){.elementor-5 .elementor-element.elementor-element-f3b243c{--content-width:90%;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-5 .elementor-element.elementor-element-c2c8a54{--content-width:90%;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-5 .elementor-element.elementor-element-ab08576{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-fa658b0 */.arkajosh-about {
    max-width: 1200px;
    margin: 60px auto;
    padding: 40px 20px;
    background: white;
    direction: rtl;
    border-radius: 30px;
       font-family: "Shabnam",Sans-serif;
  }
  
  .about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
  }
  
  .about-content {
    padding-left: 30px;
  }
  
  .text-right {
    text-align: right;
  }
  
  .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 30px 0;
  }
  
  .feature-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
  }
  
  .feature-icon {
    font-size: 2rem;
    background: rgba(255, 215, 0, 0.1);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
  }
  
  .feature-item h4 {
    color: #2c3e50;
    margin: 0 0 5px;
    font-size: 1.1rem;
  }
  
  .feature-item p {
    color: #666;
    margin: 0;
    font-size: 0.9rem;
  }
  
  .about-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #ffd700;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 20px;
    transition: all 0.3s ease;
  }
  
  .about-btn:hover {
    background: #2c3e50;
    color: #ffd700;
  }
  
  .about-image {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    border: 3px solid #2c3e50;
  }
  
  .about-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .experience-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #ffd700;
    color: #2c3e50;
    padding: 20px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    border: 3px solid white;
  }
  
  .years {
    font-size: 2rem;
    line-height: 1;
  }
  
  @media (max-width: 768px) {
    .about-container {
      grid-template-columns: 1fr;
    }
    
    .features-grid {
      grid-template-columns: 1fr;
    }
    
    .experience-badge {
      width: 80px;
      height: 80px;
      padding: 15px;
      bottom: 20px;
      left: 20px;
    }
    
    .years {
      font-size: 1.5rem;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78b5605 */.arkajosh-services {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background: white;
    direction: rtl;
    font-family: "Shabnam",Sans-serif;
  
  .section-header {
    text-align: center;
    margin-bottom: 50px;
  }
  
  .section-subtitle {
    color: #ffd700;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
  }
  
  .section-title {
    color: #2c3e50;
    font-size: 2.5rem;
    margin: 0 0 10px;
    font-weight: 800;
  }
  
  .section-desc {
    color: #666;
    font-size: 1.1rem;
  }
  
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
  }
  
  .service-card {
    background: white;
    border: 2px solid #2c3e50;
    border-radius: 20px;
    padding: 30px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  
  .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #ffd700;
    transition: height 0.3s ease;
    z-index: 1;
    opacity: 0.1;
  }
  
  .service-card:hover::before {
    height: 100%;
  }
  
  .service-card:hover {
    border-color: #ffd700;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.2);
  }
  
  .card-icon {
    width: 80px;
    height: 80px;
    background: #2c3e50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
  }
  
  .service-card:hover .card-icon {
    background: #ffd700;
    transform: scale(1.1) rotate(5deg);
  }
  
  .service-card h3 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin: 0 0 10px;
    font-weight: 700;
    position: relative;
    z-index: 2;
  }
  
  .service-card p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0 0 15px;
    position: relative;
    z-index: 2;
  }
  
  .card-link {
    color: #ffd700;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
  }
  
  .service-card:hover .card-link {
    color: #2c3e50;
  }
  
  /* نسخه موبایل */
  @media (max-width: 768px) {
    .section-title {
      font-size: 2rem;
    }
    
    .services-grid {
      grid-template-columns: 1fr;
    }
    
    .service-card {
      padding: 25px 15px;
    }
  }/* End custom CSS */