/*
Theme Name: Unbound
Theme URI: https://themes.radiantthemes.com/unbound/
Author: RadiantThemes
Author URI: https://themeforest.net/user/radiantthemes
Description: Unbound is feature packed WordPress theme with designs made for business agencies & creative agencies. While developing this theme, we made sure the theme is easy to use and highly customizable. The theme is built with 150+ original pre-designed template blocks which you can simply drag and drop to include in your design to create a completely new design of your own. Play with drag & drop template block builder option to make your own template. Unbound has potential of making thousands of combinations of design. It also has unlimited theme color option. Enjoy Unbound!
Version: 2.2.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: unbound
Tags:  Agency, Business, Company, Corporate, Creative, Freelancer, Agencies, Startup, Software, Portfolio, custom-colors, Woocommerce, theme-options, left-sidebar-, right-sidebar, header options, sticky post, translation ready, threaded comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

unbound is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/* English */
html[lang="en-US"] body {
    font-family: "Roboto", sans-serif;
}

/* Persian */
html[lang="fa-IR"] body {
    font-family: "IRANYekanX", sans-serif;
}
@font-face {
  font-family: 'iranyekanwebmediumfanum';	
  src: url('/tafahomco/wp-content/themes/unbound-child/fonts/woff/iranyekanwebmediumfanum.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IRANYekanX';
  src: url('/tafahomco/wp-content/themes/unbound-child/fonts/IRANYekanX-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANYekanX';
  src: url('/tafahomco/wp-content/themes/unbound-child/fonts/IRANYekanX-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANYekanX';
  src: url('/tafahomco/wp-content/themes/unbound-child/fonts/IRANYekanX-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


body,html, button, input, select, textarea, .ast-button, .ast-custom-button, .heading, h2, .content, .entry-content h2, .entry-content h2 a, h3, .entry-content :where(h3), .entry-content :where(h3) a
 {
    font-family:"iranyekanwebmediumfanum", "IRANYekanX", sans-serif !important;
}
.h6-num strong {
    font-family: 'iranyekanwebmediumfanum' !important;
    font-size: 50px;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body {
    background-color: #fcfcfc;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.maintassist{
	margin-top: 100px !important;
}
#cont-num {
    font-family: 'iranyekanwebmediumfanum' !important;
}
#menu-item-10561 li {
    direction: rtl;
}
.wpforms-field-container input{
    width: 85% !important;
    border-radius: 10px !important;
}
 .wpforms-field-container textarea {
    width: 95% !important;
    border-radius: 10px !important;
}
.vc_custom_1527595174469 polygon {
    fill: #090d29 !important;
}
.wpforms-container .wpforms-field{
	max-width: 95%;
}
.custom-retina p, .custom-retina .lead {
    line-height: 1.8;
    text-align: justify;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
.process-section-en{
    direction:ltr;
}
.process-track-en{
    display:flex;
    align-items:flex-start;
    justify-content:center;
}
.process-track-en .process-item{
    flex:1;
    text-align:center;
    position:relative;
}
.process-track-en .connector{
    width:60px;
    height:2px;
    border-top:2px dashed #bbb;
    margin-top:45px;
}
.process-track-en .icon-box{
    display:flex;
    align-items:center;
    justify-content:center;
}
.process-section {
  direction: rtl;
  padding:0;
  font-family: Tahoma, sans-serif;
}
.process-track {
  display: flex;
  flex-direction: row; 
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  max-width: 1300px;
  margin: 0 auto;
}
.process-item {
  width: 185px;
  text-align: center;
  transition: transform 0.35s ease;
}

.process-item:hover {
  animation: floatUp 2s ease-in-out infinite;
}
.count70{
	padding-top:40px;
}
#menu-item-11926 ul, #menu-item-12013 ul, #menu-item-10561 ul {
    right: 0;
}

@keyframes floatUp {
  0% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

.step-top {
  display: flex;
  flex-direction: row-reverse; 
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.architecture-icon{
    display:block;
    width:32px;
    height:32px;
    margin:0 auto 18px;
    color:#EE8321;
}
#menu-item-10561 ul ul {
    right: 215px;
}

.icon-box {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  border: 1px solid #f2f2f2;
}

.icon-box img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.process-item-en h3,.process-item h3 {
  font-size: 2.05rem;
  font-weight: 700;
  color: #000080;
  margin-bottom: 10px;
}
.process-item-en h3 {
	width:255px;
}
.process-item p {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #6f6f6f;
}
.connector {
  width: 70px;
  border-top: 2px dashed #dcdcdc;
  margin-top: 45px;
}

.feature-item img {
    width: 40px;  
    height: auto;
}

.feature-text {
    font-size: 16px;
}
.list-icon li:before{
	    right: 0 !important;
}
.services-container {
	text-align:justify;
    display: flex;
    gap: 24px;
    max-width: 1200px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    direction: ltr; 
}
.service-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding:20px;
    flex: 1 1 calc(33.333% - 24px); 
    min-width: 300px;
    max-width: 380px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    border-color: #e0e0e0;
}
.tafahom-theme-container {
        font-family: 'Vazirmatn', 'IRANSans', system-ui, sans-serif;
        color: #1e293b;
        direction: rtl;
        line-height: 1.8;
        max-width: 1100px;
        margin: 0 auto;
        padding: 20px;
        background-color: #fafafa; 
    }
    .tf-site-hero {
        text-align: center;
        padding: 40px 20px;
        margin-bottom: 30px;
    }
    .tf-site-main-title {
        font-size: 1.7rem;
        font-weight: 800;
        color: #d97706; 
        line-height: 1.6;
        max-width: 800px;
        margin: 0 auto;
    }
    .tf-site-divider {
        display: flex;
        align-items: center;
        text-align: center;
        margin: 50px 0 30px 0;
    }
    .tf-site-divider::before, .tf-site-divider::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #d97706; 
        opacity: 0.6;
    }
    .tf-site-divider:not(:empty)::before { margin-left: .75em; }
    .tf-site-divider:not(:empty)::after { margin-right: .75em; }
    .tf-site-divider span {
        font-size: 2.4rem;
        font-weight: 700;
        color: #0f172a; 
    }

    .tf-site-section { margin-bottom: 30px; }
    .tf-site-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .tf-site-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        padding: 25px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
        transition: transform 0.3s ease;
    }
    .intro-card {
        border-top: 4px solid #1e3a8a;
    }
    .border-top-orange { border-top: 4px solid #d97706; }
    .border-top-blue { border-top: 4px solid #1e3a8a; }

    .tf-card-header-title {
        font-size: 2.2rem;
        font-weight: 700;
        color: #1e3a8a;
        margin-top: 0;
        margin-bottom: 15px;
        padding-bottom: 8px;
    }
    .color-orange { color: #d97706 !important; }
    .color-blue { color: #1e3a8a !important; }
    .tf-site-list { list-style: none; padding: 0; margin: 0; }
    .tf-site-list li {     
	position: relative;
    padding-right: 22px;
    margin-bottom: 12px;
    font-size: 1.50rem;
    text-align: justify;
 }
   
#menu-item-11926 li{
	direction:rtl;
}

    .tf-site-notice { text-align: justify;font-size: 1.5rem; color: #475569; margin-bottom: 15px; font-weight: 600; }
    .tf-site-desc-center { text-align: center; color: #475569; margin-bottom: 20px; font-size: 1.50rem; }
    .tf-site-desc-justify { text-align: justify; color: #475569; margin-bottom: 20px; font-size: 1.50rem; }
    .tf-site-table-wrapper {
        overflow-x: auto;
        background: #ffffff;
        border-radius: 8px;
        border: 1px solid #e2e8f0;
    }
    .tf-site-table { width: 100%; border-collapse: collapse; text-align: right; font-size: 1.50rem; }
    .tf-site-table th, .tf-site-table td { padding: 14px 20px; border-bottom: 1px solid #e2e8f0; }
    .tf-site-table th { background-color: #1e3a8a; color: #ffffff; font-weight: 700; }
    .tf-site-table tbody tr:hover { background-color: #f8fafc; }
    
    .alt-table-colors th { background-color: #1e3a8a; }
    .tf-site-roadmap {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding-right: 10px;
    }
    .tf-roadmap-node {
        display: flex;
        align-items: center;
        gap: 20px;
        background: #ffffff;
        padding: 15px;
        border-radius: 8px;
        border: 1px solid #e2e8f0;
    }
    .node-number {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #1e3a8a;
        color: #ffffff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        font-weight: bold;
        flex-shrink: 0;
        box-shadow: 0 2px 5px rgba(30, 58, 138, 0.2);
    }
    .node-text { font-size: 1.50rem; font-weight: 600; color: #334155; }
    .tf-faq-box {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 6px;
        padding: 20px;
        margin-bottom: 15px;
        border-right: 4px solid #d97706; 
    }
    .faq-q { font-weight: 700; color: #1e3a8a; margin-bottom: 8px; font-size: 1.50rem; }
    .faq-a { color: #475569; font-size: 1.50rem; text-align: justify; margin: 0; }

.card-illustration {
    height: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    overflow: hidden; 
}

.card-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.card-title {
    color: #0a1172;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}


.card-description {
    color: #666666;
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 32px;
    flex-grow: 1;
}

.card-link {
    display: inline-flex;
    align-items: center;
    color: #ff7a00;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s;
    width: fit-content;
}

.card-link:hover {
    color: #e06c00;
}


.link-icon {
    margin-left: 8px;
    transition: transform 0.2s;
}

.card-link:hover .link-icon {
    transform: translateX(4px);
}


#counterbg{
    background-color: #fcfcfe !important;
}
.form-row.last .form-row input[type="email"] {
    margin-right: 50px !important;
}

#pro-category {
    background-position: right center!important;
}
.rt-flip-box.element-one > .holder .first-card, .rt-flip-box.element-one > .holder .second-card {
    padding: 5px 20px  !important;
}
.rt-flip-box.element-one > .holder .second-card p {
    color: #000 !important;
}
.rt-flip-box.element-one > .holder .second-card .btn {
    color: #000080 !important;
}

.hero-section-en{
    direction:ltr;
}

.hero-container-en{
	position: relative;
	gap:20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.hero-left-pattern-en{
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    height: 220px;
    background-image: radial-gradient(#7ea3d6 2px, transparent 2px);
    background-size: 20px 20px;
    opacity: 0.6;
    z-index: 0;
    pointer-events: none;
}

.hero-left-pattern{
    position:absolute;
    left:0;
}

.hero-image{
    flex:1;
    text-align:center;
}

.hero-content{
    flex:1;
}

#hero-box-h2-en{
	color: #13254a;
    font-size:32px;
    font-weight:700;
    line-height:1.4;
    margin-bottom:15px;
}


#footer-left-en,#footer-background{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background: #000080 url("https://aitdco.com/tafahomco/wp-content/uploads/2026/05/bg-2.png") bottom !important;
}
#footer-background{
    position: relative;
    overflow: hidden;
}

#advise .wpcf7-form-control-wrap {
    text-align: right;
    direction: rtl;
}
#advise .wpcf7-submit {
	width: 60% !important;
    font-family:"iranyekanwebmediumfanum", "IRANYekanX", sans-serif !important;
    padding: 0 11px !important;
}
#advise .wpcf7-validates-as-email {
    width: 100% !important;
    margin: 0 auto;
    border: 1px solid #000080 !important;
    padding: 0 10px !important;
}
#advise .col-md-4 {
    width: 50% !important;
}
#advise .form-row {
    margin: 0;
}

/*=====================================
      Tafahom Capabilities
======================================*/

.tafahom-capabilities{

    padding:70px 0;

    background:#fff;

}

.section-title{

    text-align:center;

    margin-bottom:45px;

}

.section-subtitle{

    display:inline-block;

    padding:7px 18px;

    border-radius:30px;

    background:#FFF4EA;

    color:#EE8321;

    font-size:13px;

    font-weight:700;

    margin-bottom:15px;

}

.section-title h2{

    font-size:36px;

    color:#13254A;

    font-weight:800;

    margin-bottom:15px;

}

.section-title p{

    max-width:760px;

    margin:auto;

    color:#6f7683;

    line-height:2;

}

.capabilities-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:22px;

}

.capability-card{

    background:#fff;

    border:1px solid #edf1f7;

    border-radius:18px;

    padding:28px 22px;

    text-align:center;

    transition:.35s;

    box-shadow:0 10px 30px rgba(19,37,74,.05);

}

.capability-card:hover{

    transform:translateY(-6px);

    border-color:#EE8321;

    box-shadow:0 18px 40px rgba(19,37,74,.10);

}

.icon{

    width:62px;

    height:62px;

    margin:0 auto 18px;

    border-radius:50%;

    background:#FFF4EA;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

}

.capability-card h3{

    color:#13254A;

    font-size:16px;

    font-weight:700;

    line-height:1.9;

    margin:0;

}

@media(max-width:1200px){

.capabilities-grid{

grid-template-columns:repeat(2,1fr);

}

}


.form-row.last .form-row input[type="email"] {
    width: 95% !important;
    height: 38px !important;
    margin-right: 270px;
}
.laptop-wrap{
    background-image: url("/tafahomco/wp-content/uploads/2026/05/laptop2.png");
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
}
.footer-bg{
    padding-bottom: 10px !important;
    background: #13254a url("/tafahomco/wp-content/uploads/2026/02/footer.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#counter-bg {
	background: url("/tafahomco/wp-content/uploads/2026/01/hero-white-2.jpg") no-repeat center center;
    background-size: auto;
	min-height: 31.6389vh !important;
}
#counter-bg .vc_column-inner{
	    padding-top: 0;
}

.hero-title,#counter-num {
    text-align: center;
	font-weight: bold;
    font-size: 50px !important;
}
#about{
	padding-top: 0;
}
.elementskit-border-divider{
	background: linear-gradient(90deg, #FD9E01 0%, #FD9E01 100%);
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    left: 13px;
    border-radius: 2px;
    position: relative;
}
.elementskit-border-divider::before {
    content: "";
    position: absolute;
    color: #EE8321;
    left: -27px;
    top: 0;
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #EE8321;
    -webkit-box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
    box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
}
.footer-conter{
	color:#fff;
}
.vc_custom_1769865691074 {
    background: url("/tafahomco/wp-content/uploads/2026/01/footer.png") bottom center;
    background-color: #13254a !important;
    background-size: cover;
}
.wpb_wrapper a {
    border-radius: 5px;
    padding: 2px 5px;
    border: 1px solid;
    color: #EE8321;
}
.about-text {
	font-family:"iranyekanwebmediumfanum", "IRANYekanX", sans-serif !important;
	margin-right: 10px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.9;
}
#menu-item-8454-en span{
	margin-left: 0.3em;
}
#menu-item-10568 ul ul{
	left:100% !important;
}
#footer_down {
    margin-bottom: 20px;
}

.read-more-btn,.read-more-btn-en {
    display: inline-block;
    margin-top: 12px;
    padding: 6px 16px;
    color: #EE8321;
    border: 1px solid #EE8321;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.read-more-btn-en {
    padding: 2px 20px !important;
}

.read-more-btn:hover {
    background-color: #EE8321;
    color: #ffffff;
}
.contact-box {
    direction: rtl;
}

.contact-item {
    display: flex;
    align-items: flex-start; 
    gap: 10px;
    margin-bottom: 14px;
}

.contact-icon {
    width:35px;        
    min-width: 35px;
    height:35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;      
}

.contact-icon i,
.contact-icon svg {
	
    color: #EE8321;
    font-size: 18px;
    line-height: 1;
}

.contact-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.9;
	 font-feature-settings: "kern" 1;
}
.about-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 0 0 20px 50px;
    flex-wrap: wrap;
}
.about-container-en{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 0 10px 0 0;
    flex-wrap: wrap;
}

.about-text {
	text-align:justify;
    flex: 1;
    color: #ffffff; 
}

.about-image img {
	padding:8px;
	background: #fff;
    max-width: 80px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.clients[class*='element-'].owl-dot-style-one .owl-dots > .owl-dot.active > span {
    background-color: #EE8321 !important;
}
.vc_separator h4 {
    font-size: 30px !important;
}
.smart-tools-title p {
    font-size: 40px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 30px;
}

.vc_custom_1770535792545 {	
	background-position: top !important;
}
.counter_front{
	margin-bottom: 50px;
    padding-bottom: 0;  
    padding-top: 0;  
	 position: relative;
    overflow: hidden;
    background-color: #fff;
  
}

.counter_front > * {
    position: relative;
    z-index: 1;
}

.counter-txt {
    padding: 30px 0 0;
}
#pro-bg-main {
    background-image: url(https://aitdco.com/tafahomco/wp-content/uploads/2026/05/pro-bg.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.counter_bg{
	background:#fbfbfd !important;
}
#customer_style_en,.customer_style{
	margin-right: 20px;
	width:18% !important;
	background: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.wpb_single_image img {
    height: auto;
	max-width: 94% !important;
}

.vc_column-inner.vc_custom_1770546985395 {
    border-top: 1px solid #ccc;
}

.vc_column_container>.vc_column-inner
 {

    padding-left: 0 !important;
    padding-right: 0 !important;
}

.customer_style.wpb_content_element.vc_custom_1758971878703 {
    padding-bottom: 39px;
    margin-top: 13px !important;
    border-bottom: 1px solid #ccc;
}

.customer_style .wpb_content_element {
    margin-bottom: 0 !important;
}
#contact-us-fa span,#phone-footer-fa span{
	font-family: 'iranyekanwebmediumfanum' !important;
}
 
.counter_up {
	font-family: 'iranyekanwebmediumfanum' !important;
}
.counter_up_en{
	padding-top: 25px;
}
.pro-feature-txt .vc_row-has-fill,#pro-feature .vc_row-has-fill {
    background: #000080 !important;
}

.vc_section.counter_front {
    padding-top: 0 !important;
    padding-bottom:0;
}
.customer-txt {
    padding-top: 6px;
    padding-bottom: 15px;
}


.vc_col-sm-3/5.vc_col-has-fill {
    margin-right: 20px; 
    margin-left: 20px;  
}
.vc_custom_1770539875689 {
	background-position: center top !important;
}
.owl-carousel .owl-item img {
    border-radius: 10px;
    display: block;
    margin: 0 auto 0;
    width: 73% !important;
    max-width: 100%;
    height: auto;
}
.pic {
    margin-top: 55px;
    margin-right: 16px;
}

.contact-us .wpb_single_image {
    padding: 0 !important;
    margin: 0 !important;
}
.rt-image-slider.element-two .rt-image-slider-item > .holder{
	box-shadow: none !important;
}
.rt-image-slider.element-two .rt-image-slider-item > .holder > .overlay {
    background:none!important;
    filter: none!important;
}
.slider_main .vc_column-inner {
    margin: 0;
    padding: 0 !important;
}
.vc_custom_1770725589012 {
    background-position: center !important;
    background-size: 70%;
}
.rt-image-slider.element-two .owl-dots > .owl-dot.active > span {
    background-color: #EE8321 !important;
}

/* انیمیشن شناور شدن لپ‌تاپ */
@keyframes laptopFloat {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}

/* اعمال انیمیشن روی ستون لپ‌تاپ */
.laptop-wrapper .vc_column-inner {
  animation: laptopFloat 7s ease-in-out infinite;
  will-change: transform;
}


#section03 h2 {
font-family: "iranyekanwebmediumfanum", "IRANYekanX", sans-serif !important;
}


#hero-box-h2 {
    font-weight: 800;
    color: #13254a;
    font-family: "iranyekanwebmediumfanum", "IRANYekanX", sans-serif !important;
    font-size: 28px;
}

/* 🔵 باکس سورمه‌ای */
.hero-container::before {
    content: "";
    position: absolute;
    top: 287px;
    right: -50vw;
    width: 100%;
    height: 33%;
    background: #172c4f;
    z-index: 0;
}
.hero-container-en::before {
    content: "";
    position: absolute;
    top: 227px;
    left: -50vw;
    width: 100%;
    height: 33%;
    background: #172c4f;
    z-index: 0;
}



/* نقطه‌های سمت چپ */
.hero-left-pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 220px;
  background-image: radial-gradient(#7ea3d6 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.6;
}

/* متن */
.hero-content {
  position: relative;
  z-index: 2;
  width: 50%;
  display: flex;
  justify-content: center;
}

.hero-box {
  background: #f7941d;
  padding: 60px 50px;       
  color: #fff;
  position: relative;
  z-index: 2;
  min-height: 320px;       
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-box h2 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.hero-box p {
  font-size: 15px;
  line-height: 1.9;
}


/* تصویر */
.hero-image {
  position: relative;
  width: 45%;
  z-index: 2;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
.hero-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
}
.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 0;
}

.cards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;  
}
.card ,.card-en{
  flex: 0 0 calc(25% - 20px);
  max-width: calc(25% - 20px);
  width: 100%;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 33px 35px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px #4445;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.card p{
font-family:"iranyekanwebmediumfanum", "IRANYekanX", sans-serif !important;
}
.card-en p{
	margin: 15px 0 0;
    padding: 0;
	font-family:"IRANYekanX", sans-serif !important;
}

.icon,
.heading,
.content {
  position: relative;
  z-index: 5;
  transition: all 0.5s;
}

.icon {
  width: 40px;
  fill:#fd9800;
  margin-bottom: 20px;
}

.heading {
    padding-top: 35px;
    padding-right: 10px;
  color: #fd9800;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}

.number,.number-en {
  position: absolute;
  top: -90px;
  right: -85px;
  padding: 80px 100px 30px 30px;
  background: #13254A;
  border-radius: 100%;
  z-index: 5;
}

.number .text,.number-en .text {
  font-size: 28px;
  font-weight: 600;
  color: #fd9800;
}

.number::after,.number-en::after {
  content: "";
  width: 50px;
  height: 50px;
  background:#13254A;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  right: 50%;
  transition: all 0.5s;
  transform: translateX(50%) translateY(-50%);
  z-index: -1;
}

.card:hover,.card-en:hover {
  scale: 1.02;
  box-shadow: 0 5px 20px #444e;
}

.card:hover .number::after,.card-en:hover .number::after  {
  width: 900px;
  height: 900px;
}

.card:hover .icon,
.card:hover .heading,
.card:hover .content ,.card-en:hover .icon,
.card-en:hover .heading,
.card-en:hover .content {
  color: #f5f5f5;
  fill: #fd9800;
}
.text {
    margin-top: 20px;
}
.contact-text-en {
    color: #fff;
}


/* social-icon */
.social_icons .wpb_content_element{
	margin: 0px;
}
.social_icons .card {	
  padding: 5px 0 30px;
  background:none;
  max-width: fit-content;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  gap: 1rem;
  transition: 0.5s;
}

.social_icons .card:hover {
  box-shadow: none;
  animation: ease-out 5s;
  background:  none;
}

.social_icons .card ul {
  padding: 1rem;
  display: flex;
  list-style: none;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.social_icons .card ul li {
  list-style: none;
  cursor: pointer;
}

.social_icons .svg {
  transition: all 0.3s;
  padding: 1rem;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  color: #EE8321;
  fill: currentColor;
  box-shadow:
    inset 0 0 20px rgba(255, 255, 255, 0.3),
    inset 0 0 5px rgba(255, 255, 255, 0.5),
    0 5px 5px rgba(0, 0, 0, 0.164);
}
.social_icons {
    margin: 0 !important;
}
.social_icons .text {
  font-size: 10px;
  margin:0;
  opacity: 0;
  border-radius: 5px;
  padding: 5px;
  transition: all 0.3s;
  color: rgb(255, 174, 0);
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  z-index: 9999;
  box-shadow:
    -5px 0 1px rgba(153, 153, 153, 0.2),
    -10px 0 1px rgba(153, 153, 153, 0.2),
    inset 0 0 20px rgba(255, 255, 255, 0.3),
    inset 0 0 5px rgba(255, 255, 255, 0.5),
    0 5px 5px rgba(0, 0, 0, 0.082);
}

.social_icons .iso-pro {
	margin-right:10px !important;
   transition: 0.5s;
	padding-right: 15px !important;
}
.social_icons .iso-pro:hover a > .svg {
  transform: translate(15px, -15px);
  border-radius: 100%;
}

.social_icons .iso-pro:hover .text {
  opacity: 1;
  transform: translate(25px, -2px) skew(-5deg);
}

.social_icons .iso-pro:hover .svg {
  transform: translate(5px, -5px);
}

.social_icons .iso-pro span {
  opacity: 0;
  position: absolute;
  color: #1877f2;
  border-color: #1877f2;
  box-shadow:
    inset 0 0 20px rgba(255, 255, 255, 0.3),
    inset 0 0 5px rgba(255, 255, 255, 0.5),
    0 5px 5px rgba(0, 0, 0, 0.164);
  border-radius: 50%;
  transition: all 0.3s;
  height: 40px;
  width: 40px;
}

.social_icons .iso-pro:hover span {
  opacity: 1;
}

.social_icons .iso-pro:hover span:nth-child(1) {
  opacity: 0.2;
}

.social_icons .iso-pro:hover span:nth-child(2) {
  opacity: 0.4;
  transform: translate(5px, -5px);
}

.social_icons .iso-pro:hover span:nth-child(3) {
  opacity: 0.6;
  transform: translate(10px, -10px);
}
.social_icons .wpb_wrapper a{
	padding: 0;
    border: none;
}

.social_icons img {
    transition: all 0.3s;
    padding: 1rem;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    color: rgb(255, 174, 0);
    fill: currentColor;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3), inset 0 0 5px rgba(255, 255, 255, 0.5), 0 5px 5px rgba(0, 0, 0, 0.164);
}
.vc_message_box-icon{

    right: 0 !important;
}
.vc_color-sandy_brown.vc_message_box-outline, .vc_color-sandy_brown.vc_message_box-solid-icon {
    color: #13254a !important;
    border-color: #EE8321 !important;
    background-color: transparent;
    padding-right: 65px !important;
    padding-left: 20px !important;
    text-align: justify !important;
	border-radius: 10px;
}
.vc_message_box-icon>*
 {
    transform: scaleX(-1)!important;
    font-style: normal;
    left: 23%!important;
    position: absolute;
    top: 42%!important;
}
.vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
    background-color: #13254a!important;
	color: #EE8321!important;
}
.contact-card{
    width: 85%;
    background:#fff;
    border-radius:26px;
    padding:40px 35px;
    box-shadow:0 15px 45px rgba(19,37,74,.08);
    border:1px solid #f3f4f9;

}
.card-title{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:12px;
    margin-bottom:35px;
}
.title-line{

    width:42px;
    height:3px;
    background:#EE8321;
    border-radius:10px;
}
.card-title h3{
    margin:0;
    font-size:24px;
    font-weight:700;
    color:#13254A;
}
.contact-item{
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    gap:16px;
    margin-bottom:28px;
}
.contact-icon{
    width:34px;
    height:34px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#EE8321;
}
.contact-form-en {
	width: 63% !important;
    margin-right: 35px;
    background: #fff;
    border-radius: 26px;
    padding: 40px 35px;
    box-shadow: 0 15px 45px rgba(19, 37, 74, .08);
    border: 1px solid #f3f4f9;
    padding-left: 60px !important;
}

.contact-icon svg{
    width:24px;
    height:24px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;

}

.img-wrapper img {
  width: 100%;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.service-box:hover img {
  transform: scale(1.1);
  filter: blur(3px);
   border-radius: 10px;
}
.product-view a.btn:hover {
    color: #fff;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s ease;
}
.service-box:hover .overlay {
  opacity: 1;
}
.products-view .content {
  text-align: center;
  color: #fff;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.4s ease;
}
.products-view .service-box:hover .content {
  transform: translateY(0);
  opacity: 1;
}
.product-view {
    margin: 10px;
}
.product-view h5 {
    color: #fff;
    padding: 0 30px 15px;
}
.product-view .img-wrapper img {
    border-radius: 10px !important;
}
.product-view .content {
    background: rgba(0, 0, 0, 0.5);
    padding: 25px;
    border-radius: 10px;
}
#notif-en .vc_message_box-icon>* {
    transform: scaleX(1) !important;
    left: 22% !important;
}
#notif-en {
    padding-left: 65px !important;
    padding-right: 20px !important;
}
#list-fa .radiantthemes-list.element-five ul li:before {
    right: 0 !important;
}
#list-fa ul li:before {
    right: 0 !important;
}
#list-fa ul,#list-fa ul li{
	padding-right: 20px !important;      
    text-align: right !important;         
    direction: rtl !important;  
}
.radiantthemes-list.element-five > ul > li:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "\f05d";
    font-family: 'FontAwesome';
}
#list-fa ul ul li:before {
    content: none !important;
	color: #EE8321;
}
#list-fa ul ul li {
    list-style-type: circle !important;
}
list-fa ul li ul li {
    list-style: circle;
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.radiantthemes-list.element-five ul ul li:before {
    content: none !important;
	color: #EE8321;
}
.radiantthemes-list.element-five ul ul li {
    list-style-type: circle !important;
}
.radiantthemes-list.element-five ul {
    list-style-position: outside !important;
    padding-left: 20px !important;      
    text-align: left !important;         
    direction: ltr !important;           
}

.radiantthemes-list.element-five ul li {
    text-align: left !important;
    direction: ltr !important;
}

.retina-section {
    margin-bottom: 40px;
}

.retina-section h5 {
    margin-bottom: 12px;
    margin-top: 20px;
    color: #181d27;
    font-size: 20px;
    font-weight: 700;
}

.retina-section p {
    color: #535862;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.7;
}
.retina-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.retina-section ul li {
    position: relative;
    padding-left: 32px;
    margin: 10px 0;
    color: #535862;
    font-size: 16px;
    line-height: 1.7;
}
.retina-section ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23EE8321' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.55 18.4 3.3 12.15l1.4-1.4 4.85 4.85 9.45-9.45 1.4 1.4Z'/%3E%3C/svg%3E");
}
.benefits-section{
    padding:10px 0 0;
    direction:rtl;
    background:#f8fafc;
}
.benefits-title{
	font-weight: unset;
    text-align:right;
    font-size:32px;
    margin-bottom:50px;
}
.benefits-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
}
.benefit-card{
    background:#fff;
    padding:30px;
    border-radius:14px;
    box-shadow:0 8px 25px rgba(0,0,0,.07);
    text-align:center;
    transition:.3s;
}
.benefit-card:hover{
    transform:translateY(-8px);
}
.benefit-icon{
    width:60px;
    height:60px;
    margin:auto;
    margin-bottom:20px;
    background:#e8f1ff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.benefit-icon svg{
    width:28px;
    height:28px;
    stroke:#000080;
    fill:none;
    stroke-width:2;
}
.benefit-card h3{
    margin-bottom:18px;
    font-size:20px;
}
.benefit-card ul{
    list-style:none;
    padding:0;
    margin:0;
}
.benefit-card li{
	list-style: none !important;
    margin-bottom:10px;
    font-size:15px;
    position:relative;
    padding-right:16px;
}
.benefit-card li:before{
    content:"•";
    position:absolute;
    right:0;
    color:#EE8321;
}

   #retina-txt{
	width: 46.666667%;

}
	#retina-pic {
        width: 45%;
    }
.f-section-wrapper {
    direction: rtl;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    gap: 25px;
    padding: 20px 0;
    font-family: "iranyekanwebmediumfanum", "IRANYekanX", sans-serif !important;
    background: #f7f9fc;
}
.f-card-item {
     background: #ffffff;
    border-radius: 18px;
    width:100%;
    max-width: 245px;
    padding: 20px 20px;
    text-align: right;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid #eef2f8;
    transition: all 0.35s cubic-bezier(.25, .8, .25, 1);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.f-card-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.12);
    border-color: #dbe4f3;
}
.f-card-svg-box {
  width: 50px;
  height: 50px;
  background: #f5f7fa;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.f-card-svg-box svg {
  width: 28px;
  height: 28px;
}

.f-card-item:hover .f-card-svg-box {
    background: rgba(37, 99, 235, 0.14);
}
.f-card-item h3 {
    color: #1e293b;
    margin: 0 0 18px 0;
    font-weight: 700;
    font-size: 1.15rem;
}
.f-card-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.f-card-item ul li {
	list-style:none;
    position: relative;
    padding-right: 18px;
    margin-bottom: 12px;
    line-height: 1.7;
    color: #475569;
    font-size: 0.92rem;
}
.f-card-item ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: linear-gradient(135deg, #2563eb, #4f8bff);
    border-radius: 50%;
}
.products-section{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:30px;
  margin-top:30px;
}
.product-card{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:all .35s ease;
  text-align:center;
  padding-bottom:20px;
}

.product-card:hover{
  transform:translateY(-12px);
  box-shadow:0 20px 45px rgba(0,0,0,0.15);
}

.product-image{
  height:200px;
  overflow:hidden;
}

.product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s ease, filter .6s ease;
}

.product-card:hover .product-image img{
  transform:scale(1.15);
  filter:brightness(1.05);
}

.product-card h3{
  font-size:20px;
  margin:15px 15px 10px;
}

.product-card p{
  font-size:14px;
  color:#555;
  padding:0 18px;
  line-height:1.8;
}

.product-btn{
  display:inline-block;
  margin-top:15px;
  padding:10px 22px;
  background:#d004d4;
  color:#fff;
  border-radius:8px;
  text-decoration:none;
  transition:.3s;
}

.product-btn:hover{
  background:#a903a9;
  transform:scale(1.05);
}

.rt-flip-box.element-one > .holder .second-card h4,.rt-flip-box.element-one > .holder .second-card p
 {
    color: #000080 !important;
}
.rt-flip-box.element-one > .holder .first-card p, .rt-flip-box.element-one > .holder .second-card p {
	padding: 0 20px  !important;;
}
#pro-category{
	background-position:bottom right !important;
}
#pro-category-en{
	background-position:bottom left !important;
}
.customers{
		margin-top:50px !important;
	}
.first-card-main img {
    padding: 20px;
}
.rt-flip-box.element-one > .holder .first-card h4, .rt-flip-box.element-one > .holder .second-card h4 {
    padding: 0 30px;
}
.retina-mod-wrapper{
max-width:1300px;
margin:auto;
padding:0 20px 40px;
}
.retina-mod-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
gap:25px;
}
.retina-mod-card{
background:#fff;
border-radius:14px;
padding:22px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.retina-mod-head{
color: #EE8321;
font-size:20px;
font-weight:700;
margin-bottom:10px;
}

.retina-mod-intro{
color:#555;
margin-bottom:15px;
font-size:14px;
}

.retina-mod-item{
border:1px solid #e6e6e6;
border-radius:10px;
margin-bottom:10px;
overflow:hidden;
}

.retina-mod-btn{
padding:12px;
cursor:pointer;
background:#f7f7f7;
font-weight:600;
}

.retina-mod-panel{
 max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 12px;
}

.retina-mod-item.active .retina-mod-panel{
max-height: 500px; 
  padding: 12px;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s;
}

.services-container-fa {
	text-align:justify;
    display: flex;
    gap: 24px;
    max-width: 1200px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    direction: rtl;
}
:root{
  --primarycolor:#101860;
  --secondarycolor:#FF5E14;
  --glass-bg:rgba(255,255,255,0.18);
  --glass-border:rgba(255,255,255,0.35);
  --glass-shadow:0 8px 25px rgba(0,0,0,0.14);

}
.erppro-section{
    color: #fff;
    border-radius: 15px;
    direction: rtl;
    padding: 100px 20px;
    background: linear-gradient(145deg, #0f1c47, #182769 40%, #101860 100%);
    font-family: "iranyekanwebmediumfanum", "IRANYekanX", sans-serif !important;
    position: relative;
    overflow: hidden;
}
.erppro-section::before,
.erppro-section::after{
  content:"";
  position:absolute;
  width:380px;
  height:380px;
  border-radius:50%;
  filter:blur(140px);
  opacity:0.55;
}

.erppro-section::before{
  background:#ff5e14;
  top:-80px;
  right:-80px;
}

.erppro-section::after{
  background:#008cff;
  bottom:-80px;
  left:-80px;
}

.erppro-header{
  text-align:center;
  margin-bottom:70px;
  position:relative;
  z-index:2;
}

.erppro-title{
  font-size:42px;
  font-family:"iranyekanwebmediumfanum", "IRANYekanX", sans-serif !important;
  color:#fff;
  letter-spacing:-0.3px;
}

.erppro-subtitle{
  color:#eee;
  font-size:18px;
  margin-top:12px;
}
.erppro-grid{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:center !important;
  gap:25px !important;
  max-width:1100px;
  margin:60px auto 0 !important;
}
.erppro-card{
	z-index:1;
  flex:0 0 180px !important;
  max-width:180px !important;
  padding:25px 20px !important;
}

.erppro-card-title{
  color: #EE8321;
  font-size:16px !important;
  line-height:1.6;
}
.erppro-icon svg{
  width:38px;
  height:38px;
  stroke:#fff;
  transition:.3s;
}

.erppro-card:hover .erppro-icon svg{
  stroke:var(--secondarycolor);
}
.erppro-icon svg{
  transition: 
    transform .45s cubic-bezier(0.16, 1, 0.3, 1),
    stroke .35s ease,
    filter .45s ease;
}
.erppro-card:hover .erppro-icon svg{
  transform: translateY(-6px) scale(1.07);
  stroke: var(--secondarycolor);
  filter: drop-shadow(0 0 8px rgba(238,131,33,0.55));
}
@keyframes strokePulse {
  0%   { stroke-width: 1.6; }
  50%  { stroke-width: 2; }
  100% { stroke-width: 1.6; }
}

.erppro-card:hover .erppro-icon svg path,
.erppro-card:hover .erppro-icon svg circle,
.erppro-card:hover .erppro-icon svg rect,
.erppro-card:hover .erppro-icon svg line,
.erppro-card:hover .erppro-icon svg polyline {
  animation: strokePulse .7s ease-in-out infinite;
}
.retina-timeline-container {
    max-width: 1100px;
    margin: auto;
}
.retina-main-title {
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 60px;
}
.retina-timeline {
    position: relative;
    padding-right: 30px;
}
.retina-timeline::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    width: 3px;
    height: 100%;
    background:linear-gradient(to bottom, #000080, #EE8321);
}
.retina-timeline-item {
    position: relative;
    margin-bottom: 60px;
}
.retina-timeline-dot {
    position: absolute;
    right: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 8px;
}
.retina-timeline-content {
    color: #000;
}
.retina-timeline-content h3 {
    color: #EE8321;
    margin-bottom: 15px;
}

.retina-timeline-content ul {
    margin-top: 15px;
    padding-right: 20px;
}

.retina-timeline-content li {
    margin-bottom: 10px;
    line-height: 1.9;
}
.attractive-modern-section h2 {
    font-size: 2.2em; 
    margin-bottom: 40px; 
    font-weight: bold;
}
.attractive-modern-item {
    display: flex; 
    align-items: center; 
    margin-bottom: 30px; 
    text-align: right; 
    direction: rtl; 
}
.attractive-modern-item-en {
    display: flex; 
    align-items: center; 
    margin-bottom: 30px; 
    text-align: left; 
    direction: ltr; 
}
.attractive-modern-item .icon-container,.attractive-modern-item-en .icon-container {
	width:50px;
    display: flex;
    justify-content: center; 
    align-items: center; 
    margin-left: 20px; 
    flex-shrink: 0; 
}
.attractive-modern-item-en .icon-container {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    flex-shrink: 0;
}
.attractive-modern-item .content {
    text-align: right; 
    flex-grow: 1; 
}
.attractive-modern-item h3,.attractive-modern-item-en h3 {
    color: #EE8321; 
    font-size: 1.4em; 
    margin-bottom: 8px; 
    font-weight: bold;
}
.attractive-modern-item p,.attractive-modern-item-en p {
    color: #333333; 
    font-size: 1em; 
    line-height: 1.6;
    margin: 0; 
}
.rt-flip-box.element-one > .holder .second-card h4 {
    padding: 55px 55px 0;
}
.rt-flip-box.element-one > .holder .second-card .btn {
    padding: 0 55px !important; 
    font-weight: 800!important;
    color: #000080 !important;
}

:root{
  --bg:#f6f8fb;
  --card:#ffffff;
  --text:#1f2a37;
  --muted:#4b5563;
  --border:#e6edf6;
  --shadow: 0 10px 30px rgba(15,23,42,.08);
  --radius:16px;
}

*{box-sizing:border-box;}


.wrapper-main{
  max-width:1200px;
  margin:0 auto;
}

.title-main{
  margin:0 0 8px;
  font-size:28px;
}

.desc-main{
  color:var(--muted);
  margin-bottom:25px;
}

/* ===== SUMMARY SECTION ===== */

.summary-section{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:14px;
  margin-bottom:25px;
}

.summary-box-hr,
.summary-box-fin,
.summary-box-pro,
.summary-box-cor,
.summary-box-cmms{
  background:#fff;
  padding:14px;
  border-radius:14px;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  font-size:14px;
  text-align:center;
}

/* ===== GRID ===== */

.modules-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(360px,1fr));
  gap:20px;
}

/* ===== HR MODULE ===== */

.module-hr{
  background:var(--card);
  padding:20px;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}

.module-hr-title{font-size:20px;margin-bottom:10px;}
.module-hr-text{color:var(--muted);margin-bottom:12px;}
.module-hr-item1,
.module-hr-item2,
.module-hr-item3{
  background:#fafaff;
  padding:10px;
  border-radius:10px;
  margin-bottom:8px;
  border:1px solid var(--border);
}

/* ===== FINANCE MODULE ===== */

.module-fin{
  background:var(--card);
  padding:20px;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}

.module-fin-title{font-size:20px;margin-bottom:10px;}
.module-fin-text{color:var(--muted);margin-bottom:12px;}
.module-fin-item1,
.module-fin-item2,
.module-fin-item3{
  background:#f8fbff;
  padding:10px;
  border-radius:10px;
  margin-bottom:8px;
  border:1px solid var(--border);
}

/* ===== PROCUREMENT MODULE ===== */

.module-pro{
  background:var(--card);
  padding:20px;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}

.module-pro-title{font-size:20px;margin-bottom:10px;}
.module-pro-text{color:var(--muted);margin-bottom:12px;}
.module-pro-item1,
.module-pro-item2,
.module-pro-item3{
  background:#fffaf4;
  padding:10px;
  border-radius:10px;
  margin-bottom:8px;
  border:1px solid var(--border);
}

/* ===== CORRESPONDENCE MODULE ===== */

.module-cor{
  background:var(--card);
  padding:20px;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}

.module-cor-title{font-size:20px;margin-bottom:10px;}
.module-cor-text{color:var(--muted);margin-bottom:12px;}
.module-cor-item1,
.module-cor-item2,
.module-cor-item3{
  background:#f4fdff;
  padding:10px;
  border-radius:10px;
  margin-bottom:8px;
  border:1px solid var(--border);
}

/* ===== CMMS MODULE ===== */

.module-cmms{
  background:var(--card);
  padding:20px;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}

.module-cmms-title{font-size:20px;margin-bottom:10px;}
.module-cmms-text{color:var(--muted);margin-bottom:12px;}
.module-cmms-item1,
.module-cmms-item2,
.module-cmms-item3{
  background:#fff5f5;
  padding:10px;
  border-radius:10px;
  margin-bottom:8px;
  border:1px solid var(--border);
}

.header_main .brand-logo img {
    max-width:150px !important;
}
#wpforms-submit-9755,#wpforms-submit-9708 {
    margin: 0 auto !important;
    width: 15% !important;
}

/*product-abou*/
#gp-portfolio-3x .gp-glass h3 {
	color: #EE8321;
    margin: 0 0 5px 0;
    font-weight: 500;
    line-height: 1.6;
    font-size: 14px;
}
#gp-portfolio-3x{
    display: flex;
    width: 97%;
    max-width: 1385px;
    height: 318px;
    gap: 45px;
    margin: auto;
    overflow: hidden;
}

#gp-portfolio-3x .gp-item{
  flex:1 1 0%;
  position:relative;
  overflow:hidden;
  border-radius:10px;
  cursor:pointer;
  transition:flex-grow .7s cubic-bezier(.77,0,.18,1),
             transform .5s ease;
}

#gp-portfolio-3x .gp-item img{
  width:100%;
  height:100%;
  object-fit:fill;
  transition:transform 1s ease;
}

#gp-portfolio-3x .gp-item.active{
  flex-grow:4;
}

#gp-portfolio-3x .gp-item:not(.active){
  flex-grow:1;
}

#gp-portfolio-3x .gp-item:hover img{
  transform:scale(1.05);
}

/* Glass */
#gp-portfolio-3x .gp-glass{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  padding:10px 30px;
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-top:1px solid rgba(255,255,255,0.2);
  color:#fff;
  transform:translateY(100%);
  transition:transform .6s ease;
}

#gp-portfolio-3x .gp-item:hover .gp-glass{
  transform:translateY(0);
}
#contact-us-txt {
    padding-right: 40px;
}
    .slogan-en {
		margin-top: 40px !important;
}
.power-header{
	    background: linear-gradient(90deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, .35) 43%, rgba(255, 255, 255, .98) 75%, #fff 100%), url(https://aitdco.com/tafahomco/wp-content/uploads/2026/08/mahtab-header.webp) left / contain no-repeat;
}

   .aitd-pp-seg3{
      --navy:#000080;
      --orange:#EE8321;
      --text:#161b35;
      --muted:#62687b;
      --line:#e8ebf3;
      --soft:#f8f9fc;
      --white:#ffffff;
      font-family:inherit;
      background:#fff;
      padding:34px 18px 48px;
    }
    .aitd-pp-seg3 *{box-sizing:border-box}
    .aitd-pp-seg3__wrap{
      width:min(1200px,100%);
      margin:0 auto;
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:24px;
      align-items:stretch;
    }
    .aitd-pp-seg3__panel{
      position:relative;
      background:linear-gradient(180deg,#fff 0%,#fbfcff 100%);
      border:1px solid var(--line);
      border-radius:22px;
      padding:30px;
      overflow:hidden;
      box-shadow:0 10px 34px rgba(19,31,83,.045);
    }
    .aitd-pp-seg3__panel:before{
      content:"";
      position:absolute;
      width:220px;
      height:220px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(0,0,128,.055),rgba(0,0,128,0) 70%);
      left:-90px;
      top:-90px;
      pointer-events:none;
    }
    .aitd-pp-seg3__head{
      position:relative;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      margin-bottom:20px;
      z-index:1;
    }
    .aitd-pp-seg3__titlebox{min-width:0}
    .aitd-pp-seg3__kicker{
      display:flex;
      align-items:center;
      gap:9px;
      margin-bottom:7px;
      color:var(--orange);
      font-size:13px;
	  font-weight: 700;
    }
    .aitd-pp-seg3__kicker:before{
      content:"";
      width:30px;
      height:3px;
      border-radius:20px;
      background:var(--orange);
    }
    .aitd-pp-seg3 h2{
      margin:0;
      color:var(--navy);
      font-size:clamp(23px,2.4vw,34px);
      line-height:1.55;
      letter-spacing:-.35px;
    }
    .aitd-pp-seg3__badge{
      width:62px;
      height:62px;
      min-width:62px;
      display:grid;
      place-items:center;
      border:1px solid rgba(0,0,128,.11);
      background:#fff;
      border-radius:18px;
      color:var(--navy);
      box-shadow:0 8px 26px rgba(0,0,128,.06);
    }
    .aitd-pp-seg3__badge svg{width:35px;height:35px;display:block}
    .aitd-pp-seg3__desc{
      position:relative;
      z-index:1;
      margin:0;
      color:var(--text);
      font-size:16px;
      line-height:2.05;
      text-align:justify;
    }
    .aitd-pp-seg3__desc strong{color:var(--navy);}
    .aitd-pp-seg3__points{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:10px;
      margin-top:22px;
    }
    .aitd-pp-seg3__point{
      min-height:72px;
      border:1px solid var(--line);
      background:#fff;
      border-radius:14px;
      padding:12px 10px;
      display:flex;
      align-items:center;
      gap:9px;
      color:#31364d;
      font-size:12.5px;
      line-height:1.75;
      font-weight:800;
    }
    .aitd-pp-seg3__dot{
      width:28px;height:28px;min-width:28px;border-radius:10px;
      display:grid;place-items:center;background:rgba(238,131,33,.09);color:var(--orange)
    }
    .aitd-pp-seg3__dot svg{width:16px;height:16px}

    .aitd-pp-seg3__market .aitd-pp-seg3__head{margin-bottom:16px}
    .aitd-pp-seg3__market-intro{
      margin:0 0 18px;
      color:var(--muted);
      font-size:14px;
      line-height:1.95;
    }
    .aitd-pp-seg3__cards{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:12px;
    }
    .aitd-pp-seg3__card{
      min-height:132px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      text-align:center;
      gap:10px;
      padding:18px 12px;
      background:#fff;
      border:1px solid var(--line);
      border-radius:16px;
      transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
    }
    .aitd-pp-seg3__card:hover{
      transform:translateY(-3px);
      border-color:rgba(238,131,33,.36);
      box-shadow:0 12px 28px rgba(19,31,83,.07);
    }
    .aitd-pp-seg3__icon{
      width:46px;
      height:46px;
      display:grid;
      place-items:center;
      color:var(--navy);
      border-radius:14px;
      background:rgba(0,0,128,.045);
    }
    .aitd-pp-seg3__icon--orange{color:var(--orange);background:rgba(238,131,33,.08)}
    .aitd-pp-seg3__icon svg{width:29px;height:29px;display:block}
    .aitd-pp-seg3__card h3{
      margin:0;
      color:#1b2140;
      font-size:14px;
      line-height:1.7;
    }
    .aitd-pp-seg3__applications{
      margin-top:16px;
      padding:16px 18px;
      border-radius:15px;
      border:1px solid rgba(0,0,128,.08);
      background:linear-gradient(90deg,rgba(0,0,128,.035),rgba(238,131,33,.025));
    }
    .aitd-pp-seg3__applications strong{
      display:block;
      color:var(--navy);
      margin-bottom:8px;
      font-size:13px;
    }
    .aitd-pp-seg3__applications ul{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:7px;
    }
    .aitd-pp-seg3__applications li{
      position:relative;
      padding-right:18px;
      color:#50566c;
      font-size:12.5px;
      line-height:1.8;
    }
    .aitd-pp-seg3__applications li:before{
      content:"";
      position:absolute;
      right:0;
      top:.73em;
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--orange);
      box-shadow:0 0 0 4px rgba(238,131,33,.09);
    }
.entry-content ul li {
    list-style: none !important;
    margin-right: 10px !important;
    padding-right: 30px !important;
}
    .aitd-pp-benefits{
      --aitd-blue:#000080;
      --aitd-orange:#EE8321;
      --aitd-text:#121936;
      --aitd-muted:#5f6579;
      --aitd-border:#e8ebf3;
      --aitd-soft:#f8f9fc;
      font-family:inherit;
      background:#fff;
      padding:70px 18px 30px;
      position:relative;
      overflow:hidden;
    }

    .aitd-pp-benefits *{box-sizing:border-box}

    .aitd-pp-benefits:before{
      content:"";
      position:absolute;
      width:360px;
      height:360px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(0,0,128,.055) 0%,rgba(0,0,128,0) 70%);
      right:-120px;
      top:-110px;
      pointer-events:none;
    }

    .aitd-pp-benefits__inner{
      width:min(1200px,100%);
      margin:0 auto;
      position:relative;
      z-index:1;
    }

    .aitd-pp-benefits__heading{
      text-align:center;
      margin:0 auto 34px;
      max-width:780px;
    }

    .aitd-pp-benefits__eyebrow{
      display:inline-flex;
      align-items:center;
      gap:9px;
      color:var(--aitd-orange);
      font-size:13px;
      font-weight:800;
      margin-bottom:10px;
    }

    .aitd-pp-benefits__eyebrow:before,
    .aitd-pp-benefits__eyebrow:after{
      content:"";
      width:22px;
      height:2px;
      border-radius:99px;
      background:var(--aitd-orange);
    }

    .aitd-pp-benefits h2{
      margin:0;
      color:var(--aitd-blue);
      font-size:clamp(28px,3vw,42px);
      line-height:1.45;
      letter-spacing:-.45px;
    }

    .aitd-pp-benefits__lead{
      margin:13px auto 0;
      color:var(--aitd-muted);
      font-size:15px;
      line-height:2;
      max-width:760px;
    }

    .aitd-pp-benefits__grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:16px;
    }

    .aitd-pp-benefit{
      position:relative;
      background:#fff;
      border:1px solid var(--aitd-border);
      border-radius:16px;
      padding:24px 22px;
      min-height:172px;
      display:flex;
      align-items:flex-start;
      gap:16px;
      box-shadow:0 8px 28px rgba(18,25,54,.035);
      overflow:hidden;
      transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
    }

    .aitd-pp-benefit:after{
      content:"";
      position:absolute;
      right:0;
      top:0;
      width:0;
      height:3px;
      background:var(--aitd-orange);
      transition:width .25s ease;
    }

    .aitd-pp-benefit:hover{
      transform:translateY(-4px);
      border-color:rgba(0,0,128,.18);
      box-shadow:0 16px 38px rgba(0,0,128,.08);
    }

    .aitd-pp-benefit:hover:after{width:100%}

    .aitd-pp-benefit__icon{
      width:54px;
      min-width:54px;
      height:54px;
      border-radius:14px;
      display:grid;
      place-items:center;
      color:var(--aitd-blue);
      background:rgba(0,0,128,.055);
      border:1px solid rgba(0,0,128,.08);
    }

    .aitd-pp-benefit:nth-child(2n) .aitd-pp-benefit__icon{
      color:var(--aitd-orange);
      background:rgba(238,131,33,.07);
      border-color:rgba(238,131,33,.12);
    }

    .aitd-pp-benefit__icon svg{
      width:30px;
      height:30px;
      display:block;
    }

    .aitd-pp-benefit__body{min-width:0}

    .aitd-pp-benefit h3{
      margin:0 0 8px;
      color:var(--aitd-text);
      font-size:16px;
      line-height:1.65;
    }

    .aitd-pp-benefit p{
      margin:0;
      color:var(--aitd-muted);
      font-size:13.5px;
      line-height:1.95;
    }

    .aitd-pp-benefits__note{
      margin-top:24px;
      padding:18px 22px;
      border-radius:14px;
      background:linear-gradient(90deg,rgba(0,0,128,.045),rgba(238,131,33,.045));
      border:1px solid rgba(0,0,128,.08);
      color:#363b52;
      font-size:14px;
      line-height:2;
      text-align:center;
    }

    .aitd-pp-benefits__note strong{color:var(--aitd-blue)}

    .aitd-pp-workflow{
      --aitd-blue:#000080;
      --aitd-orange:#EE8321;
      --aitd-green:#168A45;
      --aitd-text:#12162f;
      --aitd-muted:#666c7f;
      --aitd-border:#e7eaf2;
      --aitd-soft:#f8f9fd;
      font-family:inherit;
      background:#fff;
      padding:0 20px 20px;
      box-sizing:border-box;
    }
    .aitd-pp-workflow *{box-sizing:border-box}

    .aitd-pp-workflow__wrap{
      width:min(1200px,100%);
      margin:0 auto;
    }

    .aitd-pp-workflow__head{
      text-align:center;
      margin-bottom:34px;
    }

    .aitd-pp-workflow__head h2{
      margin:0;
      color:var(--aitd-blue);
      font-size:clamp(26px,3vw,38px);
      line-height:1.4;
    }

    .aitd-pp-workflow__line{
      display:block;
      width:48px;
      height:3px;
      margin:12px auto 0;
      border-radius:99px;
      background:var(--aitd-orange);
    }

    .aitd-pp-workflow__intro{
      max-width:760px;
      margin:16px auto 0;
      color:var(--aitd-muted);
      font-size:15px;
      line-height:2;
    }

    .aitd-pp-workflow__flow{
      display:grid;
      grid-template-columns:repeat(5,minmax(0,1fr));
      gap:18px;
      align-items:stretch;
      position:relative;
    }

    .aitd-pp-workflow__flow:before{
      content:"";
      position:absolute;
      top:56px;
      right:10%;
      left:10%;
      height:2px;
      background:linear-gradient(90deg,
        rgba(0,0,128,.10),
        rgba(0,0,128,.28),
        rgba(238,131,33,.38),
        rgba(0,0,128,.28),
        rgba(0,0,128,.10));
      z-index:0;
    }

    .aitd-pp-workflow__step{
      position:relative;
      z-index:1;
      background:#fff;
      border:1px solid var(--aitd-border);
      border-radius:18px;
      padding:22px 18px 20px;
      min-height:235px;
      text-align:center;
      box-shadow:0 12px 32px rgba(13,24,76,.045);
      transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
    }

    .aitd-pp-workflow__step:hover{
      transform:translateY(-4px);
      border-color:rgba(238,131,33,.35);
      box-shadow:0 18px 42px rgba(13,24,76,.08);
    }

    .aitd-pp-workflow__badge{
      width:30px;
      height:30px;
      border-radius:50%;
      display:grid;
      place-items:center;
      margin:0 auto -13px;
      position:relative;
      top:-7px;
      color:#fff;
      font-weight:900;
      font-size:12px;
      background:var(--aitd-orange);
      box-shadow:0 6px 16px rgba(238,131,33,.24);
    }

    .aitd-pp-workflow__icon{
      width:76px;
      height:76px;
      margin:0 auto 16px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:#fff;
      border:2px solid rgba(0,0,128,.16);
      color:var(--aitd-blue);
      box-shadow:0 8px 24px rgba(0,0,128,.06);
    }

    .aitd-pp-workflow__icon svg{
      width:36px;
      height:36px;
      display:block;
    }

    .aitd-pp-workflow__step:nth-child(2) .aitd-pp-workflow__icon,
    .aitd-pp-workflow__step:nth-child(4) .aitd-pp-workflow__icon{
      color:var(--aitd-orange);
      border-color:rgba(238,131,33,.28);
    }

    .aitd-pp-workflow__step h3{
      margin:0 0 10px;
      color:var(--aitd-blue);
      font-size:17px;
      line-height:1.6;
    }

    .aitd-pp-workflow__step p{
      margin:0;
      color:var(--aitd-muted);
      font-size:13px;
      line-height:1.95;
    }

    .aitd-pp-workflow__arrow{
      display:none;
    }

    .aitd-pp-workflow__summary{
      margin-top:26px;
      padding:20px 22px;
      background:linear-gradient(135deg,#f8f9ff 0%,#fff 58%,#fff9f3 100%);
      border:1px solid var(--aitd-border);
      border-radius:16px;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:14px;
      color:var(--aitd-text);
      text-align:center;
      font-size:14px;
      line-height:1.9;
      font-weight:700;
    }
    .aitd-pp-workflow__summary strong{
      color:var(--aitd-blue);
    }
    .aitd-pp-workflow__summary i{
      width:11px;
      height:11px;
      min-width:11px;
      border-radius:50%;
      background:var(--aitd-orange);
      box-shadow:0 0 0 6px rgba(238,131,33,.10);
    }
.aitd-pp-kpi{
    --aitd-blue:#000080;
    --aitd-orange:#EE8321;
    --aitd-green:#119447;
    --aitd-text:#0d1536;
    --aitd-muted:#74798c;
    --aitd-border:#e8ebf3;
    font-family:inherit;
    background:transparent;
    padding:0 18px 34px;
    position:relative;
    z-index:4;
}
.aitd-pp-kpi *{
    box-sizing:border-box;
}
/* کانتینر اصلی KPI */
.aitd-pp-kpi__wrap{
    width:min(1200px,100%);
    margin:-66px auto 0;
    background:rgba(255,255,255,.98);
    border:1px solid var(--aitd-border);
    border-radius:18px;
    box-shadow:0 18px 45px rgba(12,22,65,.08);   
    display:grid;
    grid-template-columns:
    repeat(5,minmax(0,1fr));
    overflow:hidden;
}
/* هر KPI */
.aitd-pp-kpi__item{
    min-height:132px;
    padding:22px 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    border-left:
    1px solid #e7eaf1;
    background:#fff;
    transition:
    transform .25s ease,
    box-shadow .25s ease;
}
.aitd-pp-kpi__item:last-child{
    border-left:0;
}
.aitd-pp-kpi__item:hover{
    transform:
    translateY(-3px);
    box-shadow:
    0 12px 30px
    rgba(0,0,128,.07);
    z-index:2;
}
/* ICON */
.aitd-pp-kpi__icon{
    width:48px;
    min-width:48px;
    height:48px;
    display:grid;
    place-items:center;
    color:#0c63ff;
}
.aitd-pp-kpi__icon--orange{
    color:var(--aitd-orange);
}
.aitd-pp-kpi__icon svg{
    width:38px;
    height:38px;
    display:block;
}
/* متن */
.aitd-pp-kpi__content{
    text-align:center;
    line-height:1.45;
    min-width:0;
}
.aitd-pp-kpi__label{
    margin:0 0 5px;
    font-size:13px;
    font-weight:800;
    color:#151936;
    white-space:nowrap;
}
.aitd-pp-kpi__value{
    margin:0;
    font-size:25px;
    line-height:1.1;
    font-weight:900;
    color:#11142f;
    letter-spacing:-.4px;
}
.aitd-pp-kpi__unit{
    display:block;
    margin-top:6px;
    min-height:18px;
    color:#535a70;
    font-size:11px;
    font-weight:700;
}
/* رشد */
.aitd-pp-kpi__trend{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:5px;
    margin-top:7px;
    font-size:10.5px;
    color:#767b8f;
    white-space:nowrap;
}
.aitd-pp-kpi__trend strong{
    color:var(--aitd-green);
    font-size:12px;
    font-weight:900;
}


/* Tablet */

@media (max-width:1024px){
    .aitd-pp-kpi__wrap{
        grid-template-columns:
        repeat(2,minmax(0,1fr));
        margin:-42px auto 0;
    }
    .aitd-pp-kpi__item{
        border-bottom:
        1px solid #e7eaf1;
    }
    .aitd-pp-kpi__item:nth-child(2n){
        border-left:0;
    }
    .aitd-pp-kpi__item:last-child{
        grid-column:1/-1;
        border-bottom:0;
    }
}
/* Mobile */
@media (max-width:600px){
    .aitd-pp-kpi{
        padding:0 16px 24px 0;
    }
    .aitd-pp-kpi__wrap{
        grid-template-columns:1fr;
        margin:-210px auto 0;
        border-radius:16px;
    }

    .aitd-pp-kpi__item{
        min-height:108px;
        justify-content:flex-start;
        padding:18px 22px;
        border-left:0;
        border-bottom:
        1px solid #e7eaf1;
    }

    .aitd-pp-kpi__item:last-child{

        grid-column:auto;
        border-bottom:0;
    }
    .aitd-pp-kpi__content{
        text-align:right;
        flex:1;
    }
    .aitd-pp-kpi__trend{
        justify-content:flex-start;
    }
    .aitd-pp-kpi__value{
        font-size:23px;
    }
}
    @media(max-width:1024px){
      .aitd-pp-workflow__flow{
        grid-template-columns:repeat(2,minmax(0,1fr));
      }
      .aitd-pp-workflow__flow:before{display:none}
      .aitd-pp-workflow__step:last-child{grid-column:1/-1}
      .aitd-pp-workflow__step{min-height:215px}
    }

    @media(max-width:640px){
      .aitd-pp-workflow{
        padding:0 14px;
      }
      .aitd-pp-workflow__head{
        text-align:right;
      }
      .aitd-pp-workflow__line{
        margin:10px 0 0 auto;
      }
      .aitd-pp-workflow__intro{
        margin:14px 0 0;
        text-align:justify;
      }
		.aitd-pp-workflow__step p {
			text-align: justify;
		}
      .aitd-pp-workflow__flow{
        grid-template-columns:1fr;
        gap:14px;
      }
      .aitd-pp-workflow__step:last-child{grid-column:auto}
      .aitd-pp-workflow__step{
        min-height:auto;
        text-align:right;
        padding:18px;
        display:grid;
        grid-template-columns:64px 1fr;
        gap:0 14px;
        align-items:center;
      }
      .aitd-pp-workflow__badge{
        position:absolute;
        right:52px;
        top:8px;
        margin:0;
      }
      .aitd-pp-workflow__icon{
        width:58px;
        height:58px;
        margin:0;
        grid-row:1 / span 2;
      }
      .aitd-pp-workflow__icon svg{
        width:29px;
        height:29px;
      }
      .aitd-pp-workflow__step h3{
        font-size:16px;
        margin-bottom:5px;
      }
      .aitd-pp-workflow__step p{
        font-size:12.5px;
        line-height:1.85;
      }
      .aitd-pp-workflow__summary{
        align-items:flex-start;
        text-align:right;
        justify-content:flex-start;
      }
    }

    @media(max-width:980px){
      .aitd-pp-benefits{padding:58px 16px 62px}
      .aitd-pp-benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    }

    @media(max-width:640px){
      .aitd-pp-benefits{padding:46px 12px 50px}
      .aitd-pp-benefits__heading{text-align:right;margin-bottom:24px}
      .aitd-pp-benefits__eyebrow:after{display:none}
      .aitd-pp-benefits__grid{grid-template-columns:1fr;gap:12px}
      .aitd-pp-benefit{min-height:auto;padding:20px 17px;border-radius:14px}
      .aitd-pp-benefit__icon{width:48px;min-width:48px;height:48px;border-radius:12px}
      .aitd-pp-benefit__icon svg{width:27px;height:27px}
      .aitd-pp-benefit h3{font-size:15px}
      .aitd-pp-benefit p{font-size:13px}
      .aitd-pp-benefits__note{text-align:right;padding:16px 18px}
    }

    @media(max-width:980px){
      .aitd-pp-seg3__wrap{grid-template-columns:1fr}
      .aitd-pp-seg3__market{grid-row:2}
    }
    @media(max-width:680px){
      .aitd-pp-seg3{padding:24px 12px 34px}
      .aitd-pp-seg3__panel{padding:22px 17px;border-radius:17px}
      .aitd-pp-seg3__head{align-items:flex-start}
      .aitd-pp-seg3__badge{width:50px;height:50px;min-width:50px;border-radius:14px}
      .aitd-pp-seg3__badge svg{width:28px;height:28px}
      .aitd-pp-seg3__desc{text-align:right;font-size:14.5px;line-height:2}
      .aitd-pp-seg3__points{grid-template-columns:1fr}
      .aitd-pp-seg3__cards{grid-template-columns:repeat(2,minmax(0,1fr))}
      .aitd-pp-seg3__card{min-height:118px;padding:14px 8px}
    }
    @media(max-width:430px){
      .aitd-pp-seg3__cards{grid-template-columns:1fr}
    }


/* ===== Responsive ===== */

/* تبلت */
@media(max-width:992px){
	.contact-us-title{
    font-size:44px;
}
	.contact-us-description{
    font-size:17px;
}
	.hero-container-en{
        flex-direction:column;
        text-align:center;
    }
    .hero-image,
    .hero-content{
        width:100%;
    }
    #hero-box-h2-en{
        font-size:26px;
    }
	.process-track {
    flex-wrap: wrap;
  }
  .erppro-card{
    flex:0 0 160px !important;
    max-width:160px !important;
  }
	.process-track-en{
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .process-track-en .connector{
        display:none;
    }

    .process-track-en .process-item{
        flex:0 0 calc(50% - 20px);
        max-width:calc(50% - 20px);
    }
}

/* موبایل */
@media(max-width:768px){
	.contact-form {
    width: 85% !important;
    margin: 0 auto 40px;
}
	#footer_down {
    margin-right: 30px;
    line-height: 20px;
    margin-bottom: 20px;
}
	.cantact-info{
		padding-top:0 !important;
	}
.contact-icons,.about-container {
     margin: 0 30px;
}
		
	.contact-us-banner{
    padding:50px 20px;
}
	.contact-us-title{
    font-size:32px;
    line-height:1.7;
}
	.contact-us-description{
    font-size:15px;
}
	.contact-card{
    padding: 28px 22px;
    margin-right: 30px;
    margin-top: 25px;
}
	.card-title h3{
    font-size:21px;
}
	.contact-item{
    gap:12px;
    margin-bottom:22px;
}
	.contact-icon{
    width:30px;
    height:30px;
}
	.contact-icon svg{
    width:20px;
    height:20px;
}
	.contact-content h4{
    font-size:15px;
}
	.contact-content p,
	.contact-content a{
    font-size:13px;
}
	.vc_column-inner{
    padding-left:0 !important;
    padding-right:0 !important;
}

.wpb_wrapper{
    overflow:visible !important;
}

sr7-module{
    width:100% !important;
}

sr7-content{
    left:0 !important;
    width:100% !important;
}
	.tf-site-grid { 
		grid-template-columns: 1fr;
	}
	 .process-section-en{
        padding:30px 15px;
    }
	#customer_style_en, .customer_style {
     width: 100% !important; 
}

    .process-track-en{
        flex-direction:column;
        align-items:center;
        gap:35px;
    }

    .process-track-en .process-item{
        width:100%;
        max-width:340px;
    }

    .process-track-en .connector{
        display:none;
    }

    .process-track-en h3{
        font-size:20px;
    }

    .process-track-en p{
        font-size:15px;
    }
	.process-track {
    flex-direction: column;
    align-items: center;
  }

  .connector {
    width: 2px;
    height: 40px;
    border-top: none;
    border-left: 2px dashed #dcdcdc;
    margin: 0;
  }
	#gp-portfolio-3x{
    flex-direction:column;
    height:auto;
  }
  #gp-portfolio-3x .gp-item{
    height:300px;
  }
	#advise {
    padding: 0 20px;
}
	#advise .vc_column-inner {
    padding: 10px 0 !important;
}
	#advise .wpcf7-validates-as-email {
    text-align: right;
    margin: 0 auto !important;
}
	#advise .col-md-4 {
     width: 100% !important; 
}
	#advise .wpcf7-submit {
    width: 30% !important;
}
	#advise .wpb_wrapper strong {
    font-size: 30px;
}
	#retina-title{
		margin-top:0 !important;		
}
	.vc_row.wpb_row.vc_inner {
    display:flex;
    flex-wrap:wrap;
}
	#contact-us-txt {
    margin: 0 auto;
    padding: 0 20px 0 30px;
}
    #wpforms-submit-9755, #wpforms-submit-9708 {
    width: 25% !important;
}
	.contact-us {
    margin-top: 55px;
}
	.contact-us .vc_custom_1777874188547 {
    padding-top: 30px !important;
}
.vc_row.wpb_row.vc_inner > .vc_col-sm-2{
    order:1;
    width:auto !important;
    flex:0 0 auto;
}
.vc_row.wpb_row.vc_inner > .vc_col-sm-10{
    order:2;
    width:auto !important;
    flex:1;
}
.vc_row.wpb_row.vc_inner .wpb_wrapper{
    display:flex;
    flex-direction:column;
}
.vc_row.wpb_row.vc_inner{
    align-items:flex-start;
    gap:10px;
}
	.bg-slider{
		background-image: url(https://aitdco.com/tafahomco/wp-content/uploads/2026/02/bg-header2-scaled.jpg);
		
	}	
    .attractive-modern-item {
        flex-direction: column;
        align-items: center; 
        text-align: center; 
        margin-bottom: 25px;
    }

    .attractive-modern-item .icon-container {
        margin-left: 0; 
        margin-bottom: 15px; 
    }

    .attractive-modern-section h2 {
        font-size: 1.8em;
    }

    .attractive-modern-item h3 {
        font-size: 1.2em;
    }

    .attractive-modern-item p {
        font-size: 0.95em;
    }
	    .retina-timeline::before {
        right: 8px;
    }
    .retina-timeline-dot {
        right: -1px;
    }
	
	#SR7_83_1-391-1,#SR7_83_1-395-1,#SR7_83_1-396-1{   
	background-size: 100% !important;
    width: 700px !important;
    height: 187px !important;
    background-position: right !important;
}	
 #SR7_84_1-397-8 {
        right: 268px;
        background-size: 100% !important;
        width: 700px !important;
        height: 187px !important;
        background-position: left 0 !important;
    }
	#SR7_84_1-399-1{
	    margin-top: 30px;
        margin-left: 177px;
        right: 268px;
        background-size: 100% !important;
        width: 700px !important;
        height: 187px !important;
        background-position: left 0 !important;
    }
	#SR7_84_1-398-1 {
        margin-left: 0;
        right: 83px;
        background-size: 100% !important;
        width: 462px !important;
        height: 188px !important;
        background-position: left 0 !important;
    }

	 #SR7_84_1-399-4 {
        padding: 4px !important;
        background: #ffffffb8 !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 18px !important;
        text-align: left !important;
        bottom: 118px;
        width: 86% !important;
    }
	#SR7_84_1-398-4 {
		width:66% !important;
		left: 140px;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 21px !important;
        text-align: left !important;
        bottom: 30px;
    }
    #SR7_83_1-396-4,#SR7_83_1-395-4{
        background: #ffffffb0 !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 19px !important;
        text-align: justify !important;
        width: 60% !important;
        float: left !important;
}
	sr7-txt#SR7_83_1-395-4 {
    width: 66% !important;
    top: 0;
    right: 21px;
}

#SR7_84_1-397-4 {
        background: #ffffffb8 !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 21px !important;
        bottom: 135px;
        width: 85% !important;
		padding: 10px !important;
        right: 24px !important;
        text-align: right !important;
	}
	#SR7_84_1-397-5,#SR7_84_1-399-5{
	    padding: 0 !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 21px !important;
        text-align: left !important;
        width: 48% !important;
        float: right !important;
	}
	#SR7_84_1-397-20{
		padding: 7px !important;
	    background: #ffffffb8 !important;
        bottom: 140px;
        font-size: 14px !important;
        text-align: left !important;
        width: 85% !important;
	}

	#SR7_84_1-398-20 {
        left: 140px;
        bottom: 38px;
        font-size: 14px !important;
        text-align: left !important;
        width: 62% !important;
        line-height: 20px !important;
    }
	#SR7_84_1-399-20{
		width: 86% !important;
        bottom: 125px;
        font-size: 14px !important;
        text-align: left !important;
        background: #ffffffb8 !important;
        padding: 2px 0px 8px 5px !important;
	}

	
	#SR7_83_1-391-20,#SR7_83_1-396-20,#SR7_83_1-395-20{
        font-size: 16px !important;
        line-height: 0;
        background: #ffffffb0 !important;
        text-align: right !important;
        padding: 0 173px 0 0 !important;
        width: 66% !important;
        margin-right: 130px !important;
        height: auto !important;
	}
	#SR7_83_1-391-20,#SR7_83_1-391-4{
		padding-right: 10px !important;
        bottom: 0;
        margin-right: 145px !important;
        background: #ffffffb0 !important;
	}
	#SR7_83_1-391-4{
		font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 19px !important;
        text-align: justify !important;
        width:55% !important;
        float: left !important;		
	}
	
	
	#SR7_83_1-391-21,#SR7_83_1-396-21,#SR7_83_1-395-21{
	top: 30px!important;
	}
	#SR7_83_1-391-5,#SR7_83_1-396-5,#SR7_83_1-395-5{
	padding: 0px 28px 0px!important;
	}
	.rs-ov-hidden{
		height:183px !important;
	}
	#SR7_83_1-395-4 {
    top: 44px;
}
	#SR7_84_1-397-0{
    font-size: 10px!important;
    font-weight: 400!important;
    line-height: 26px!important;
    width: 90px!important;
    left: 197px!important;
    top: 120px!important;
	}
	#SR7_84_1-399-2{
	font-size: 10px!important;
    font-weight: 400!important;
    line-height: 26px!important;
	width: 105px !important;
    left: 195px !important;
    top: 115px !important;
	}
	#SR7_84_1-398-3 {
        font-size: 10px !important;
        font-weight: 400 !important;
        line-height: 20px !important;
        width: 90px !important;
        left: 169px !important;
		top: 97px !important;
	}
	#SR7_83_1-391-0{
	font-size: 10px !important;
    font-weight: 400!important;
	line-height: 20px!important;
	width: 90px!important;
	left: 92px!important;
    top: 150px!important;
	}
	#SR7_83_1-395-3,#SR7_83_1-396-2{
	font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    width: 90px !important;
    left: 129px !important;
    top: 145px !important;
	}
	.content-en {
    font-size: 12px;
    padding: 0;
}
	
	.sr7-bullets, .sr7-tabs, .sr7-thumbs {
    bottom: 0!important;
    left: 224px!important;
}
	
	.slogan h2 {
    font-size: 18px!important;
}
	.slogan {
        margin: 0 0 5px 0 !important;
        padding: 0 !important;
}
   .slogan-fa .vc_column-inner ,.slogan-fa .slogan {
    padding: 5px !important;
}
	.slogan-en {
    margin: 0 !important;
    padding: 5px 0 0 0 !important;
}
	
	.h3-retina{
    line-height: 30px !important;
    font-size: 20px !important;
}
	.vc_row.vc_column-gap-20 {
		left: 0 !important;
	}
	#about-us{
	text-align: justify !important;
    padding: 0 40px 0 15px;
}
	#about-us p {
    text-align: justify !important;

}
  .erppro-grid{
    gap:18px !important;
  }

  .erppro-card{
    flex:0 0 45% !important;
    max-width:45% !important;
  }
}

/* موبایل کوچک */
@media(max-width:480px){
  .erppro-card{
    flex:0 0 100% !important;
    max-width:100% !important;
  }
	#retina-box{
	margin:0 auto !important;
}
.retina-feature{
	text-align: center;
    padding: 0 45px !important;
    margin: 0 auto !important;
}
	#retina-pic {
    float: left;
    width: 100%;
}
	#retina-txt {
    padding-right: 40px;
    margin: 0 auto;
    width: 95.666667%;
}
}


/* ========================= */
/* 📱 Responsive */
/* ========================= */

@media (max-width: 992px) {
    .hero-container, .hero-container-en {
        flex-direction: column !important;
        text-align: center;
        gap: 30px;
    }

    .hero-image, .hero-content {
        width: 100% !important;
    }

    #hero-box-h2-en {
        font-size: 26px;
    }

    .process-track {
        flex-wrap: wrap;
        justify-content: center;
    }

    .erppro-card {
        flex: 0 0 calc(50% - 20px) !important;
        max-width: calc(50% - 20px) !important;
    }

    .process-track-en {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .process-track-en .connector {
        display: none;
    }

    .process-track-en .process-item {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .hero-container::before, .hero-container-en::before {
        width: 100%;
        height: 60%;
        top: 120px;
    }
}

/* ─── موبایل و تبلت‌های کوچک ─── */
@media (max-width: 768px) {
	.capabilities-grid{
	grid-template-columns:1fr;
	}
	.section-title h2{
		font-size:30px;
       }  

	body {
        display: block !important;
        min-height: auto !important;
        padding: 0 !important;
    }

    .process-section-en {
        padding: 30px 15px;
    }

    .process-track-en {
        flex-direction: column !important;
        align-items: center;
        gap: 35px;
    }

    .process-track-en .process-item {
        width: 100% !important;
        max-width: 100% !important;
    }

    .process-track {
        flex-direction: column !important;
        align-items: center;
    }

    .connector {
        width: 2px;
        height: 40px;
        border-top: none;
        border-left: 2px dashed #dcdcdc;
        margin: 10px auto;
    }

    #gp-portfolio-3x {
        flex-direction: column !important;
        height: auto !important;
    }

    #gp-portfolio-3x .gp-item {
        height: 250px !important;
        width: 100% !important;
    }

    /* اصلاح فرم مشاوره */
    #advise .col-md-4 {
        width: 100% !important;
    }

    #advise .wpcf7-submit {
        width: 100% !important;
    }

    .form-row.last .form-row input[type="email"] {
        width: 100% !important;
        margin-right: 0 !important; /* حذف مارجین منفی دسکتاپ */
    }

    #SR7_83_1-391-20, #SR7_83_1-396-20, #SR7_83_1-395-20 {
        padding: 10px !important;
    }

    .card, .card-en {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .counter_front::after {
        display: none !important;
    }

    /* اصلاح ساختار ۲ ستونه متون در تفاهُم */
    #retina-txt, #retina-pic {
        width: 100% !important;
        float: none !important;
        padding: 10px !important;
    }
}

/* ─── موبایل‌های کوچک (زیر 480px) ─── */
@media (max-width: 480px) {
    .erppro-card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .hero-box h2, #hero-box-h2 {
        font-size: 18px !important;
    }

    .hero-title, #counter-num {
        font-size: 28px !important;
    }
    
    .header_main .brand-logo img {
        max-width: 110px !important;
    }
}


