.elementor-6283 .elementor-element.elementor-element-4b9234a{--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;}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-6283 .elementor-element.elementor-element-e828f2c{--display:flex;}.elementor-6283 .elementor-element.elementor-element-f1e1f47{--display:flex;}.elementor-6283 .elementor-element.elementor-element-1082cd2{--display:flex;}.elementor-6283 .elementor-element.elementor-element-d79d81b{--display:flex;}.elementor-6283 .elementor-element.elementor-element-97275a3{--display:flex;}.elementor-6283 .elementor-element.elementor-element-db48d69{--display:flex;}.elementor-6283 .elementor-element.elementor-element-05255e1{--display:flex;}.elementor-6283 .elementor-element.elementor-element-d1dceec{--display:flex;}.elementor-6283 .elementor-element.elementor-element-8041a10{--n-tabs-direction:row;--n-tabs-heading-direction:column;--n-tabs-heading-width:240px;--n-tabs-title-flex-basis:initial;--n-tabs-title-flex-shrink:initial;--n-tabs-title-gap:5px;--n-tabs-title-border-radius:8px 8px 8px 8px;--n-tabs-title-font-size:14px;--n-tabs-title-color:#202020;}.elementor-6283 .elementor-element.elementor-element-8041a10.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:#C10618;}.elementor-6283 .elementor-element.elementor-element-8041a10.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-6283 .elementor-element.elementor-element-8041a10.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:#C10618;}.elementor-6283 .elementor-element.elementor-element-e685fee{--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;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6283 .elementor-element.elementor-element-0e3d862{line-height:2em;}@media(min-width:768px){.elementor-6283 .elementor-element.elementor-element-4b9234a{--content-width:100%;}.elementor-6283 .elementor-element.elementor-element-e685fee{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-1673f9b *//* استایل‌های اصلی برای فرم‌های محاسبه‌گر */
.weight-calculator-form {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
  /*  border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}

.calculator-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 0px;
    border-bottom: 2px solid #f0f0f0;
}

.calculator-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.calculator-link {
    color: #C10618;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.calculator-link:hover {
    color: #a00514;
    text-decoration: underline;
}

/* استایل‌های فرم */
.calculator-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 769px) {
.form-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
}
.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 100px;
}

.form-label::before {
    content: "•";
    color: #C10618;
    font-size: 16px;
}

.form-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-input {
    flex: 1;
    padding: 7px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
    min-width:300px;
}

.form-input:focus {
    outline: none;
    border-color: #C10618;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(193, 6, 24, 0.1);
}

.form-unit {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    min-width: 60px;
}

/* دکمه محاسبه */
.calculate-btn {
    background: linear-gradient(135deg, #C10618, #e0071d);
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0 2px 4px rgba(193, 6, 24, 0.3);
}

.calculate-btn:hover {
    background: linear-gradient(135deg, #a00514, #C10618);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(193, 6, 24, 0.4);
}

.calculate-btn:active {
    transform: translateY(0);
}

/* نتایج */
.calculator-result {
    margin-top: 25px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.result-item:last-child {
    border-bottom: none;
}

.result-label {
    font-size: 14px;
    font-weight: 600;
    color: #C10618;
}

.result-value {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

/* استایل‌های واکنش‌گرا */
@media (max-width: 768px) {
    .weight-calculator-form {
        margin: 10px;
        padding: 15px;
    }
    
    .calculator-title {
        font-size: 16px;
    }
    
    .form-input-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    
    .form-unit {
        align-self: flex-end;
        min-width: auto;
    }
    
    .result-item {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .form-input {
  
    min-width:200px;
}
}

/* انیمیشن‌ها */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.calculator-result {
    animation: fadeIn 0.5s ease-out;
}

/* استایل برای حالت لودینگ */
.calculate-btn.loading {
    position: relative;
    color: transparent;
}

.calculate-btn.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s ease infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1673f9b *//* استایل‌های اصلی برای فرم‌های محاسبه‌گر */
.weight-calculator-form {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
  /*  border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}

.calculator-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 0px;
    border-bottom: 2px solid #f0f0f0;
}

.calculator-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.calculator-link {
    color: #C10618;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.calculator-link:hover {
    color: #a00514;
    text-decoration: underline;
}

/* استایل‌های فرم */
.calculator-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 769px) {
.form-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
}
.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 100px;
}

.form-label::before {
    content: "•";
    color: #C10618;
    font-size: 16px;
}

.form-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-input {
    flex: 1;
    padding: 7px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
    min-width:300px;
}

.form-input:focus {
    outline: none;
    border-color: #C10618;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(193, 6, 24, 0.1);
}

.form-unit {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    min-width: 60px;
}

/* دکمه محاسبه */
.calculate-btn {
    background: linear-gradient(135deg, #C10618, #e0071d);
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0 2px 4px rgba(193, 6, 24, 0.3);
}

.calculate-btn:hover {
    background: linear-gradient(135deg, #a00514, #C10618);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(193, 6, 24, 0.4);
}

.calculate-btn:active {
    transform: translateY(0);
}

/* نتایج */
.calculator-result {
    margin-top: 25px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.result-item:last-child {
    border-bottom: none;
}

.result-label {
    font-size: 14px;
    font-weight: 600;
    color: #C10618;
}

.result-value {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

/* استایل‌های واکنش‌گرا */
@media (max-width: 768px) {
    .weight-calculator-form {
        margin: 10px;
        padding: 15px;
    }
    
    .calculator-title {
        font-size: 16px;
    }
    
    .form-input-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    
    .form-unit {
        align-self: flex-end;
        min-width: auto;
    }
    
    .result-item {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .form-input {
  
    min-width:200px;
}
}

/* انیمیشن‌ها */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.calculator-result {
    animation: fadeIn 0.5s ease-out;
}

/* استایل برای حالت لودینگ */
.calculate-btn.loading {
    position: relative;
    color: transparent;
}

.calculate-btn.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s ease infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1673f9b *//* استایل‌های اصلی برای فرم‌های محاسبه‌گر */
.weight-calculator-form {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
  /*  border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}

.calculator-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 0px;
    border-bottom: 2px solid #f0f0f0;
}

.calculator-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.calculator-link {
    color: #C10618;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.calculator-link:hover {
    color: #a00514;
    text-decoration: underline;
}

/* استایل‌های فرم */
.calculator-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 769px) {
.form-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
}
.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 100px;
}

.form-label::before {
    content: "•";
    color: #C10618;
    font-size: 16px;
}

.form-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-input {
    flex: 1;
    padding: 7px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
    min-width:300px;
}

.form-input:focus {
    outline: none;
    border-color: #C10618;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(193, 6, 24, 0.1);
}

.form-unit {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    min-width: 60px;
}

/* دکمه محاسبه */
.calculate-btn {
    background: linear-gradient(135deg, #C10618, #e0071d);
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0 2px 4px rgba(193, 6, 24, 0.3);
}

.calculate-btn:hover {
    background: linear-gradient(135deg, #a00514, #C10618);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(193, 6, 24, 0.4);
}

.calculate-btn:active {
    transform: translateY(0);
}

/* نتایج */
.calculator-result {
    margin-top: 25px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.result-item:last-child {
    border-bottom: none;
}

.result-label {
    font-size: 14px;
    font-weight: 600;
    color: #C10618;
}

.result-value {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

/* استایل‌های واکنش‌گرا */
@media (max-width: 768px) {
    .weight-calculator-form {
        margin: 10px;
        padding: 15px;
    }
    
    .calculator-title {
        font-size: 16px;
    }
    
    .form-input-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    
    .form-unit {
        align-self: flex-end;
        min-width: auto;
    }
    
    .result-item {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .form-input {
  
    min-width:200px;
}
}

/* انیمیشن‌ها */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.calculator-result {
    animation: fadeIn 0.5s ease-out;
}

/* استایل برای حالت لودینگ */
.calculate-btn.loading {
    position: relative;
    color: transparent;
}

.calculate-btn.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s ease infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1673f9b *//* استایل‌های اصلی برای فرم‌های محاسبه‌گر */
.weight-calculator-form {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
  /*  border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}

.calculator-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 0px;
    border-bottom: 2px solid #f0f0f0;
}

.calculator-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.calculator-link {
    color: #C10618;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.calculator-link:hover {
    color: #a00514;
    text-decoration: underline;
}

/* استایل‌های فرم */
.calculator-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 769px) {
.form-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
}
.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 100px;
}

.form-label::before {
    content: "•";
    color: #C10618;
    font-size: 16px;
}

.form-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-input {
    flex: 1;
    padding: 7px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
    min-width:300px;
}

.form-input:focus {
    outline: none;
    border-color: #C10618;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(193, 6, 24, 0.1);
}

.form-unit {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    min-width: 60px;
}

/* دکمه محاسبه */
.calculate-btn {
    background: linear-gradient(135deg, #C10618, #e0071d);
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0 2px 4px rgba(193, 6, 24, 0.3);
}

.calculate-btn:hover {
    background: linear-gradient(135deg, #a00514, #C10618);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(193, 6, 24, 0.4);
}

.calculate-btn:active {
    transform: translateY(0);
}

/* نتایج */
.calculator-result {
    margin-top: 25px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.result-item:last-child {
    border-bottom: none;
}

.result-label {
    font-size: 14px;
    font-weight: 600;
    color: #C10618;
}

.result-value {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

/* استایل‌های واکنش‌گرا */
@media (max-width: 768px) {
    .weight-calculator-form {
        margin: 10px;
        padding: 15px;
    }
    
    .calculator-title {
        font-size: 16px;
    }
    
    .form-input-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    
    .form-unit {
        align-self: flex-end;
        min-width: auto;
    }
    
    .result-item {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .form-input {
  
    min-width:200px;
}
}

/* انیمیشن‌ها */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.calculator-result {
    animation: fadeIn 0.5s ease-out;
}

/* استایل برای حالت لودینگ */
.calculate-btn.loading {
    position: relative;
    color: transparent;
}

.calculate-btn.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s ease infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1673f9b *//* استایل‌های اصلی برای فرم‌های محاسبه‌گر */
.weight-calculator-form {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
  /*  border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}

.calculator-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 0px;
    border-bottom: 2px solid #f0f0f0;
}

.calculator-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.calculator-link {
    color: #C10618;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.calculator-link:hover {
    color: #a00514;
    text-decoration: underline;
}

/* استایل‌های فرم */
.calculator-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 769px) {
.form-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
}
.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 100px;
}

.form-label::before {
    content: "•";
    color: #C10618;
    font-size: 16px;
}

.form-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-input {
    flex: 1;
    padding: 7px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
    min-width:300px;
}

.form-input:focus {
    outline: none;
    border-color: #C10618;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(193, 6, 24, 0.1);
}

.form-unit {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    min-width: 60px;
}

/* دکمه محاسبه */
.calculate-btn {
    background: linear-gradient(135deg, #C10618, #e0071d);
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0 2px 4px rgba(193, 6, 24, 0.3);
}

.calculate-btn:hover {
    background: linear-gradient(135deg, #a00514, #C10618);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(193, 6, 24, 0.4);
}

.calculate-btn:active {
    transform: translateY(0);
}

/* نتایج */
.calculator-result {
    margin-top: 25px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.result-item:last-child {
    border-bottom: none;
}

.result-label {
    font-size: 14px;
    font-weight: 600;
    color: #C10618;
}

.result-value {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

/* استایل‌های واکنش‌گرا */
@media (max-width: 768px) {
    .weight-calculator-form {
        margin: 10px;
        padding: 15px;
    }
    
    .calculator-title {
        font-size: 16px;
    }
    
    .form-input-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    
    .form-unit {
        align-self: flex-end;
        min-width: auto;
    }
    
    .result-item {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .form-input {
  
    min-width:200px;
}
}

/* انیمیشن‌ها */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.calculator-result {
    animation: fadeIn 0.5s ease-out;
}

/* استایل برای حالت لودینگ */
.calculate-btn.loading {
    position: relative;
    color: transparent;
}

.calculate-btn.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s ease infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1673f9b *//* استایل‌های اصلی برای فرم‌های محاسبه‌گر */
.weight-calculator-form {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
  /*  border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}

.calculator-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 0px;
    border-bottom: 2px solid #f0f0f0;
}

.calculator-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.calculator-link {
    color: #C10618;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.calculator-link:hover {
    color: #a00514;
    text-decoration: underline;
}

/* استایل‌های فرم */
.calculator-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 769px) {
.form-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
}
.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 100px;
}

.form-label::before {
    content: "•";
    color: #C10618;
    font-size: 16px;
}

.form-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-input {
    flex: 1;
    padding: 7px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
    min-width:300px;
}

.form-input:focus {
    outline: none;
    border-color: #C10618;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(193, 6, 24, 0.1);
}

.form-unit {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    min-width: 60px;
}

/* دکمه محاسبه */
.calculate-btn {
    background: linear-gradient(135deg, #C10618, #e0071d);
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0 2px 4px rgba(193, 6, 24, 0.3);
}

.calculate-btn:hover {
    background: linear-gradient(135deg, #a00514, #C10618);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(193, 6, 24, 0.4);
}

.calculate-btn:active {
    transform: translateY(0);
}

/* نتایج */
.calculator-result {
    margin-top: 25px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.result-item:last-child {
    border-bottom: none;
}

.result-label {
    font-size: 14px;
    font-weight: 600;
    color: #C10618;
}

.result-value {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

/* استایل‌های واکنش‌گرا */
@media (max-width: 768px) {
    .weight-calculator-form {
        margin: 10px;
        padding: 15px;
    }
    
    .calculator-title {
        font-size: 16px;
    }
    
    .form-input-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    
    .form-unit {
        align-self: flex-end;
        min-width: auto;
    }
    
    .result-item {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .form-input {
  
    min-width:200px;
}
}

/* انیمیشن‌ها */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.calculator-result {
    animation: fadeIn 0.5s ease-out;
}

/* استایل برای حالت لودینگ */
.calculate-btn.loading {
    position: relative;
    color: transparent;
}

.calculate-btn.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s ease infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1673f9b *//* استایل‌های اصلی برای فرم‌های محاسبه‌گر */
.weight-calculator-form {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
  /*  border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}

.calculator-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 0px;
    border-bottom: 2px solid #f0f0f0;
}

.calculator-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.calculator-link {
    color: #C10618;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.calculator-link:hover {
    color: #a00514;
    text-decoration: underline;
}

/* استایل‌های فرم */
.calculator-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 769px) {
.form-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
}
.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 100px;
}

.form-label::before {
    content: "•";
    color: #C10618;
    font-size: 16px;
}

.form-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-input {
    flex: 1;
    padding: 7px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
    min-width:300px;
}

.form-input:focus {
    outline: none;
    border-color: #C10618;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(193, 6, 24, 0.1);
}

.form-unit {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    min-width: 60px;
}

/* دکمه محاسبه */
.calculate-btn {
    background: linear-gradient(135deg, #C10618, #e0071d);
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0 2px 4px rgba(193, 6, 24, 0.3);
}

.calculate-btn:hover {
    background: linear-gradient(135deg, #a00514, #C10618);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(193, 6, 24, 0.4);
}

.calculate-btn:active {
    transform: translateY(0);
}

/* نتایج */
.calculator-result {
    margin-top: 25px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.result-item:last-child {
    border-bottom: none;
}

.result-label {
    font-size: 14px;
    font-weight: 600;
    color: #C10618;
}

.result-value {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

/* استایل‌های واکنش‌گرا */
@media (max-width: 768px) {
    .weight-calculator-form {
        margin: 10px;
        padding: 15px;
    }
    
    .calculator-title {
        font-size: 16px;
    }
    
    .form-input-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    
    .form-unit {
        align-self: flex-end;
        min-width: auto;
    }
    
    .result-item {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .form-input {
  
    min-width:200px;
}
}

/* انیمیشن‌ها */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.calculator-result {
    animation: fadeIn 0.5s ease-out;
}

/* استایل برای حالت لودینگ */
.calculate-btn.loading {
    position: relative;
    color: transparent;
}

.calculate-btn.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s ease infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1673f9b *//* استایل‌های اصلی برای فرم‌های محاسبه‌گر */
.weight-calculator-form {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
  /*  border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}

.calculator-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 0px;
    border-bottom: 2px solid #f0f0f0;
}

.calculator-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.calculator-link {
    color: #C10618;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.calculator-link:hover {
    color: #a00514;
    text-decoration: underline;
}

/* استایل‌های فرم */
.calculator-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 769px) {
.form-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
}
.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 100px;
}

.form-label::before {
    content: "•";
    color: #C10618;
    font-size: 16px;
}

.form-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-input {
    flex: 1;
    padding: 7px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
    min-width:300px;
}

.form-input:focus {
    outline: none;
    border-color: #C10618;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(193, 6, 24, 0.1);
}

.form-unit {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    min-width: 60px;
}

/* دکمه محاسبه */
.calculate-btn {
    background: linear-gradient(135deg, #C10618, #e0071d);
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0 2px 4px rgba(193, 6, 24, 0.3);
}

.calculate-btn:hover {
    background: linear-gradient(135deg, #a00514, #C10618);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(193, 6, 24, 0.4);
}

.calculate-btn:active {
    transform: translateY(0);
}

/* نتایج */
.calculator-result {
    margin-top: 25px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.result-item:last-child {
    border-bottom: none;
}

.result-label {
    font-size: 14px;
    font-weight: 600;
    color: #C10618;
}

.result-value {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

/* استایل‌های واکنش‌گرا */
@media (max-width: 768px) {
    .weight-calculator-form {
        margin: 10px;
        padding: 15px;
    }
    
    .calculator-title {
        font-size: 16px;
    }
    
    .form-input-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    
    .form-unit {
        align-self: flex-end;
        min-width: auto;
    }
    
    .result-item {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .form-input {
  
    min-width:200px;
}
}

/* انیمیشن‌ها */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.calculator-result {
    animation: fadeIn 0.5s ease-out;
}

/* استایل برای حالت لودینگ */
.calculate-btn.loading {
    position: relative;
    color: transparent;
}

.calculate-btn.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s ease infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1673f9b *//* استایل‌های اصلی برای فرم‌های محاسبه‌گر */
.weight-calculator-form {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
  /*  border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}

.calculator-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 0px;
    border-bottom: 2px solid #f0f0f0;
}

.calculator-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.calculator-link {
    color: #C10618;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.calculator-link:hover {
    color: #a00514;
    text-decoration: underline;
}

/* استایل‌های فرم */
.calculator-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 769px) {
.form-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
}
.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 100px;
}

.form-label::before {
    content: "•";
    color: #C10618;
    font-size: 16px;
}

.form-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-input {
    flex: 1;
    padding: 7px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
    min-width:300px;
}

.form-input:focus {
    outline: none;
    border-color: #C10618;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(193, 6, 24, 0.1);
}

.form-unit {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    min-width: 60px;
}

/* دکمه محاسبه */
.calculate-btn {
    background: linear-gradient(135deg, #C10618, #e0071d);
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0 2px 4px rgba(193, 6, 24, 0.3);
}

.calculate-btn:hover {
    background: linear-gradient(135deg, #a00514, #C10618);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(193, 6, 24, 0.4);
}

.calculate-btn:active {
    transform: translateY(0);
}

/* نتایج */
.calculator-result {
    margin-top: 25px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.result-item:last-child {
    border-bottom: none;
}

.result-label {
    font-size: 14px;
    font-weight: 600;
    color: #C10618;
}

.result-value {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

/* استایل‌های واکنش‌گرا */
@media (max-width: 768px) {
    .weight-calculator-form {
        margin: 10px;
        padding: 15px;
    }
    
    .calculator-title {
        font-size: 16px;
    }
    
    .form-input-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    
    .form-unit {
        align-self: flex-end;
        min-width: auto;
    }
    
    .result-item {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .form-input {
  
    min-width:200px;
}
}

/* انیمیشن‌ها */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.calculator-result {
    animation: fadeIn 0.5s ease-out;
}

/* استایل برای حالت لودینگ */
.calculate-btn.loading {
    position: relative;
    color: transparent;
}

.calculate-btn.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s ease infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}/* End custom CSS */
/* Start custom CSS for nested-tabs, class: .elementor-element-8041a10 */.e-n-tabs-heading{
    border-radius: 10px !important;

}



button:hover span{
   color: #fff;
}

.calculate-btn:hover{
    color: #fff !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4b9234a */.weight-calculator-form {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
}

@media (max-width: 768px) {
    .weight-calculator-form {
        padding: 10px;
        overflow: hidden;
    }
    
    .calculator-title {
        font-size: 1.1rem;
        line-height: 1.4;
    }
    
    .form-input-wrapper {
        width: 100%;
    }
    
    .form-input {
        width: 100%;
        box-sizing: border-box;
    }
    
    .calculator-result {
        width: 100%;
        box-sizing: border-box;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0e3d862 */h1{
    font-family: "irbold";
    font-weight: 700;
    font-size: 30px;
}

h2{
    font-family:"iransans";
    font-weight: 900;
    font-size: 24px;
}/* End custom CSS */