/*---------takhfif---------------*/
    .discount-bar {
      width: 100%;
            background:linear-gradient(135deg, #00c19e 0%, #05b8fd 100%);
      color:white;
      padding: 12px 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      font-size: 20px;
      font-weight: 600;
      box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    }

    .discount-text {
      display: flex;
      align-items: center;
      gap: 5px;
      white-space: nowrap;
      
    }

    .discount-code {
      background: #fff;
      color: #007f67;
      padding: 2px 10px;
      border-radius: 6px;
      font-family: monospace;
      font-size: 22px;
    }

    .copy-btn {
      background: #fff;
      color: #00997b;
      border: none;
      border-radius: 6px;
      padding: 5px 10px;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s;
    }
    .copy-btn:hover {
      background: #f0f0f0;
      transform: translateY(-2px);
    }

    /* Countdown */
    .countdown {
      display: flex;
      gap: 10px;
      align-items: center;
    }
    .countdown .time-box {
      background: #fff;
      color: #007f67;
      font-size: 20px;
      font-weight: bold;
      padding: 6px 10px;
      border-radius: 8px;
      min-width: 50px;
      text-align: center;
      position: relative;
      perspective: 1000px;
    }
    .digit {
      display: inline-block;
      transform-style: preserve-3d;
      transition: transform 0.6s ease;
    }
    .digit.flip {
      transform: rotateX(-180deg);
    }
    .label {
      font-size: 12px;
      margin-top: 2px;
      display: block;
      color: rgba(0,0,0,0.6);
    }
    
    
    
    /********2026 text***************/
    .version19 {
    font-weight: bold;
    font-size: 16px;
    padding: 2px 5px;
    border-radius: 5px;
    background: linear-gradient(270deg, #ffff66, #ffcc00, #ff9900, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

/* پس‌زمینه لحظه‌ای */
.version19::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 5px;
    opacity: 0;
    z-index: -1;
}

/*********table right*******/


.guidance-box {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 25px;
    border: 1px solid #eef2f6;
    box-shadow: 0 10px 30px -5px rgba(0, 20, 50, 0.08);
    height: 100%;
    direction: rtl;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.guidance-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px -5px rgba(0, 20, 50, 0.12);
}

.guidance-box .main-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #1a2a4d;
    margin-top: 0;
    margin-bottom: 25px;
    background: linear-gradient(90deg, #007bff, #28a745);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.guidance-box .persona-item {
    margin-bottom: 20px;
}

.guidance-box .persona-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 8px;
}

.guidance-box .persona-item p {
    font-size: 14px;
    line-height: 1.7;
    color: #5a647e;
    margin: 0;
    text-align: justify;
}


.guidance-box .divider {
    border: 0;
    height: 1px;
    background-color: #e9ecef;
    margin: 25px 0;
}

.trust-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.trust-list li {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #343a40;
    font-weight: 500;
    margin-bottom: 15px;
}

.trust-list li::before {
content: '✅'; /* آیکن تیک */
    margin-left: 10px;
    font-size: 18px;
}

.trust-list li:last-child {
    margin-bottom: 0;
}

/********table*********/

.comparison-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    direction: rtl;
   
}
.eset-comparison-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.eset-comparison-table th, .eset-comparison-table td {
    padding:12px 8px;
    border-bottom: 1px solid #e9ecef;
}
.eset-comparison-table thead { background-color: #f8f9fa; }
.eset-comparison-table th {
    font-weight: 600;
    font-size: 16px;
    color: #343a40;
    vertical-align: middle;
}
.eset-comparison-table th.recommended-1 { background-color: #28a745; color: #fff; }
.eset-comparison-table td.recommended-1 { background-color: rgba(40, 167, 69, 0.05); }
.eset-comparison-table th.recommended-2 { background-color: #007bff; color: #fff; }
.eset-comparison-table td.recommended-2 { background-color: rgba(0, 123, 255, 0.05); }
.eset-comparison-table th.recommended-1 span, .eset-comparison-table th.recommended-2 span {
    display: block; font-size: 13px; font-weight: 500; margin-top: 5px;
    background-color: #ffc107; color: #333; padding: 3px 8px; border-radius: 15px; display: inline-block;
}
.eset-comparison-table tbody tr:last-child td { border-bottom: none; }
.eset-comparison-table tbody td:first-child { text-align: right; font-weight: 500; color: #495057; font-size: 15px; }
.eset-comparison-table .check { color: #28a745; font-size: 20px; font-weight: bold; }
.eset-comparison-table .cross { color: #dc3545; font-size: 24px; font-weight: bold; }
.buy-button {
    padding: 5px 7px 5px 7px ;
    display: inline-block;  font-size: 13px; 
    color: #6c757d; background-color: #fff; border: 2px solid #ced4da;
    font-weight: bold;
    border-radius: 5px; text-decoration: none; transition: all 0.3s ease;
}
.buy-button:hover { border-color: #6c757d; color: #343a40; }
.buy-button.recommended-btn-1 { background-color: #28a745; border-color: #28a745; color: #fff; }
.buy-button.recommended-btn-1:hover { background-color: #218838; border-color: #218838; }
.buy-button.recommended-btn-2 { background-color: #007bff; border-color: #007bff; color: #fff; }
.buy-button.recommended-btn-2:hover { background-color: #0069d9; border-color: #0062cc; }

@media (max-width: 768px) {
    .eset-comparison-table th, .eset-comparison-table td {
        padding: 12px 8px; font-size: 14px;
    }
}
/*********/

.usercount{
    font-size: 28px
}

.buyesetfast{
    color: red;
    background-color: white;
    font-size: 0.8em;
    padding: 1px 5px 1px 5px;
    border-radius: 5px;
}


.moreusers .elementor-button {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.moreusers .elementor-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%; /* شروع از خارج سمت چپ */
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3); /* نور شیشه‌ای */
    transform: skewX(-25deg);
    transition: all 0.5s ease;
}

.moreusers .elementor-button:hover::after {
    left: 125%; /* حرکت به سمت راست */
}




.qodef-qi-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.qodef-qi-button:hover:before {
    left: 100%;
}

.qodef-qi-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.qodef-m-text {
    position: relative;
    z-index: 1;
}

.qodef-m-title{
	font-size:1.15em!important;
}

.highlight-number {
    font-weight: 900 !important;
    font-size: 1.8em !important;
    color: #2563eb !important;

}














.e-n-tab-title {

  top: 5px; 
  box-shadow: inset 0 -2px 5px rgba(0,0,0,0.08);
}


/* تب فعال */
.e-n-tab-title[aria-selected="true"] {
 
  top: 0; 
  z-index: 2;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.15);
}



.licensefeature ul li {
    
    padding: 1px 8px !important;
    border-radius: 15px;
}

.licensefeature ul li:nth-child(1) {
    background-color: #FFB6C1; 
}

.licensefeature ul li:nth-child(2) {
    background-color: #A7C7E7; 
}

.licensefeature ul li:nth-child(3) {
    background-color: #C1E1C1; 
}

.licensefeature ul li:nth-child(4) {
    background-color: #FF7F50; 
}
