.elementor-kit-6{--e-global-color-primary:#004B88;--e-global-color-secondary:#F58220;--e-global-color-text:#333333;--e-global-color-accent:#F58220;--e-global-color-2ac8d08:#2E838A;--e-global-color-d21fe20:#649EA0;--e-global-color-400554d:#E8E6F1;--e-global-color-d4bf7f1:#93C5C7;--e-global-color-b29317f:#D1CDE0;--e-global-color-902dd48:#004B88;--e-global-color-2c1f450:#F58220;--e-global-color-023caa9:#F4F9FF;--e-global-color-2341e1e:#7B8897;--e-global-color-fa28d53:#E0E9F8;--e-global-color-15f6138:#C3D1EB;--e-global-color-15cf9a3:#E1EAF5;--e-global-color-82828bb:#F5822033;background-color:var( --e-global-color-023caa9 );font-family:"YekanBakh", Sans-serif;font-size:14px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-15f6138 );color:var( --e-global-color-primary );border-radius:15px 15px 15px 15px;padding:8px 15px 8px 15px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-15f6138 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );font-family:"YekanBakh", Sans-serif;font-weight:600;}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );}.elementor-kit-6 h1{font-family:"Pelak", Sans-serif;font-weight:900;line-height:1.5em;}.elementor-kit-6 h2{font-family:"Pelak", Sans-serif;font-weight:900;line-height:1.5em;}.elementor-kit-6 h3{font-family:"Pelak", Sans-serif;font-weight:700;line-height:1.4em;}.elementor-kit-6 h4{font-family:"Pelak", Sans-serif;font-weight:700;line-height:1.4em;}.elementor-kit-6 h5{font-family:"YekanBakh", Sans-serif;font-weight:bold;}.elementor-kit-6 h6{font-family:"YekanBakh", Sans-serif;font-weight:bold;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:95%;}.e-con{--container-max-width:95%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.e-con {
    --container-max-width: min(95%, 1400px);
}

.menu-btn {
  position: relative;
  border-radius: 20px;
  border: 1px solid transparent;
}

.menu-btn::before {
  content: " ";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border: inherit;
  border-radius: inherit;
  background-image: conic-gradient(from var(--angle), #313B78 75%, #E1EAF5 83%, #E1EAF5 92%, #313B78 100%);
  background-origin: border-box;
  -webkit-mask:
    linear-gradient(black, black) content-box,
    linear-gradient(black, black);  
  mask: linear-gradient(black, black),
        linear-gradient(black, black);
  -webkit-mask-clip: content-box, border-box;  
  mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;  
  mask-composite: exclude;
  animation: spin 3s linear infinite;
}

@supports not (background: paint(something)) {
  .menu-btn::before {
background-image: conic-gradient(#313B78 75%, #E1EAF5 83%, #E1EAF5 92%, #313B78 100%);    
  }
}

.menu-btn:hover::before {
  animation-play-state: paused;
}

@property --angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

@keyframes spin {
  to {
    --angle: 1turn;
  }
}

@keyframes blink-section {
	0% {
		box-shadow: 0px 0px 20px -10px #282567a3;
	}
	50% {
		box-shadow: 0px 0px 20px 5px #282567a3;
	    
	}
	100% {
		box-shadow: 0px 0px 20px -10px #282567a3;
	    
	}
}

.blink-section {
    animation: blink-section 1s ease-in-out infinite;
}

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #C3D1EB; 
}
::-webkit-scrollbar-thumb {
  background: #313B78; 
  border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
  background: #FB6E36; 
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

@keyframes tsFadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 12px, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.elementor-element .animated.fadeInUp {
    animation-name: tsFadeInUp !important;
}

.elementor-element.animated.fadeInUp {
    animation-name: tsFadeInUp !important;
}

@keyframes tsFloat {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);}
}

.sticky-header {
    transform: translateY(-120px);
    transition: all 0.3s ease !important;
    width: 100% !important;
    inset-inline-start: 0 !important;

}
.elementor-sticky--effects.sticky-header {
    transform: translateY(0px);
}

.dialog-close-button, .dialog-close-button:hover {
    color: #0000;
}

.neo .elementor-icon {
    background: #F4F9FF;
    background: linear-gradient(90deg, #e2ecf7, #F4F9FF);
    padding: 10px;
    border-radius: 15px;
box-shadow:  6px 6px 15px #d0d8e1, -6px -6px 15px #f9fbfd;
}

.LinkJabe:hover .elementor-heading-title {
    color: #313B78 !important;
}

:focus-visible {
    outline: unset;
}

.curve img {
  width: 1920px;
  max-width: none;
  height: auto;
  position: relative;
  right: 50%;
  transform: translateX(50%);
}

.max-1200 {
    max-width: 1200px;
}

.mask-around {
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) calc(0% + 20px), rgba(0, 0, 0, 1) calc(100% - 20px), rgba(0, 0, 0, 0) 100%);
}

.dt-scroll-body {
    scrollbar-width: thin;
}
.tablepress td, .tablepress th {
    min-width: 150px;
}
.tablepress>:where(thead,tfoot)>*>th {
    background-color: unset !important;
}
.dt-scroll-head, .dt-scroll-body, .dt-scroll-foot {
    padding-right: 20px;
    padding-left: 20px;
}
.tablepress td:not(.column-1),
.tablepress th {
    text-align: center !important;
}
.tablepress td {
    font-weight: 600;
    color: #666 !important;
}
.tablepress td.column-1 {
    color: var(--e-global-color-2341e1e) !important;
}
.tbl-service-name {
    display: block;
    color: var(--e-global-color-secondary);
}
.tbl-service-price {
    display: block;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.tbl-service-price-yearly {
    display: block;
    color: var(--e-global-color-2341e1e);
    margin-top: 3px;
}
.tbl-sevice-link,
.tbl-sevice-link-bottom {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 15px;
    background-color: #E9FDF4;
    color: #417A67 !important;
    transition: all 0.2s ease-in-out;
}
.tbl-sevice-link-bottom {
    background-color: var(--e-global-color-accent);
    color: #fff !important;
}
.tbl-sevice-link:hover,
.tbl-sevice-link-bottom:hover {
    background-color: var(--e-global-color-primary);
    color: #fff !important;
}
.tbl-neo {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    font-weight: 600;
    color: var(--e-global-color-2341e1e);
    padding: 5px 0px;
}
.tbl-neo i {
    font-size: 20px;
    color: var(--e-global-color-15f6138);
}
.tbl-neo .desc {
    margin-top: 5px;
}
.tbl-special {
    color: var(--e-global-color-accent);
}

.tablepress>:where(thead,tfoot)>tr>* {
    background-color: #00000000 !important;
}

.job-wrapper .job-details,
.job-wrapper .job-title h4,
.job-wrapper .job-more i,
.job-wrapper:hover .job-details span {
    transition: all 0.3s ease-in-out;
}
.job-wrapper:hover {
    background-color: var(--e-global-color-15cf9a3) !important;
    box-shadow: 0px 0px 10px 5px rgba(0, 75, 136, 0.1) !important;
    border-color: var(--e-global-color-15f6138) !important;
}
.job-wrapper:hover .job-details {
    background-color: var(--e-global-color-primary) !important;
}
.job-wrapper:hover .job-details span {
    color: #fff !important;
}
.job-wrapper:hover .job-title h4,
.job-wrapper:hover .job-more i {
    color: var(--e-global-color-secondary) !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.tehranserver.ir/wp-content/uploads/2025/01/YekanBakh.woff') format('woff'),
		url('https://www.tehranserver.ir/wp-content/uploads/2025/01/YekanBakh.ttf') format('truetype');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://www.tehranserver.ir/wp-content/uploads/2025/01/YekanBakh-Bold.woff') format('woff'),
		url('https://www.tehranserver.ir/wp-content/uploads/2025/01/YekanBakh-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.tehranserver.ir/wp-content/uploads/2025/01/YekanBakh-Fat.woff') format('woff'),
		url('https://www.tehranserver.ir/wp-content/uploads/2025/01/YekanBakh-Fat.ttf') format('truetype');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://www.tehranserver.ir/wp-content/uploads/2025/01/YekanBakh-Hairline.woff') format('woff'),
		url('https://www.tehranserver.ir/wp-content/uploads/2025/01/YekanBakh-Hairline.ttf') format('truetype');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.tehranserver.ir/wp-content/uploads/2025/01/YekanBakh-Medium.woff') format('woff'),
		url('https://www.tehranserver.ir/wp-content/uploads/2025/01/YekanBakh-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://www.tehranserver.ir/wp-content/uploads/2025/01/YekanBakh-Thin.woff') format('woff'),
		url('https://www.tehranserver.ir/wp-content/uploads/2025/01/YekanBakh-Thin.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Pelak';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.tehranserver.ir/wp-content/uploads/2025/01/PelakFA-light.ttf') format('truetype');
}
@font-face {
	font-family: 'Pelak';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://www.tehranserver.ir/wp-content/uploads/2025/01/PelakFA-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Pelak';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.tehranserver.ir/wp-content/uploads/2025/01/PelakFA-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Pelak';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.tehranserver.ir/wp-content/uploads/2025/01/PelakFA-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */