.elementor-kit-6{--e-global-color-primary:#005E83;--e-global-color-secondary:#D6A000;--e-global-color-text:#7A7A7A;--e-global-color-accent:#424141;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@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 *//*انیمشین هاور لینک*/
.al{
     cursor: pointer;
}
.al::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #D6A000;
  transition: 0.3s ease;
  color: #D6A000 !important;
}

.al:hover::after {
  width: 100%;
}



/*انیمیشن هاور ایکون*/
.io {
  cursor: pointer;
  transition: 0.3s ease;
}

.io:hover {
  transform: translateY(-6px);
}


/*افکت دکمه*/
.btn {
  transition: all 0.25s ease;
  border-radius: 12px;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.btn:active {
  transform: translateY(2px);
  box-shadow: 0 8px 10px rgba(0,0,0,0.2);
}/* End custom CSS */