.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"ِYekanBakh";--e-global-typography-secondary-font-family:"ِYekanBakh";--e-global-typography-text-font-family:"ِYekanBakh";--e-global-typography-accent-font-family:"ِYekanBakh";font-family:"ِYekanBakh", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"ِYekanBakh", Sans-serif;}.elementor-kit-7 h1{font-family:"ِYekanBakh", Sans-serif;}.elementor-kit-7 h2{font-family:"ِYekanBakh", Sans-serif;}.elementor-kit-7 h3{font-family:"ِYekanBakh", Sans-serif;}.elementor-kit-7 h4{font-family:"ِYekanBakh", Sans-serif;}.elementor-kit-7 h5{font-family:"ِYekanBakh", Sans-serif;}.elementor-kit-7 h6{font-family:"ِYekanBakh", Sans-serif;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"IRANYekanX", Sans-serif;}.elementor-kit-7 label{font-family:"IRANYekanX", Sans-serif;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{font-family:"IRANYekanX", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:87.7vw;}.e-con{--container-max-width:87.7vw;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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;--container-default-padding-top:0vw;--container-default-padding-right:6vw;--container-default-padding-bottom:0vw;--container-default-padding-left:6vw;}}/* Start custom CSS */::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}
.fade-section {
  position: relative;
  overflow: hidden;
}

.fade-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: black;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s linear;
}
.fade-section::after {
  opacity: var(--fade-opacity, 0);
}
.aaj-btn {
    width: fit-content;
    position: relative;
}

.aaj-btn::before {
    content:'';
    position: absolute;
    width: 100%;
    background: #000;
    height: 0.05vw;
    top: calc(100% + 0.3vw); 
    right: 0;
}

.aaj-btn::after {
    content:'';
    position: absolute;
    width: 0;
    background: #000;
    height: 0.05vw;
    top: calc(100% + 0.3vw);  
    left: 0;
}

@keyframes shrink {
    from { width: 100%; }
    to   { width: 0; }
}

@keyframes grow {
    from { width: 0; }
    to   { width: 100%; }
}

.aaj-btn:hover::before {
    animation: shrink 0.8s ease-in-out forwards;
}

.aaj-btn:hover::after {
    animation: grow 0.8s ease-in-out 0.7s forwards;
}
.parallax-img {
    background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'ِYekanBakh';
	font-display: auto;
	src: url('https://aaj.agency/wp-content/uploads/2025/08/YekanBakh-VF.ttf') format('truetype');
}
/* End Custom Fonts CSS */