.elementor-kit-8{--e-global-color-primary:#286E64;--e-global-color-secondary:#CAD2C5;--e-global-color-text:#252525;--e-global-color-accent:#FFFFFF;--e-global-color-88972df:#96A18F;--e-global-color-4814d1c:#FFDDD2;--e-global-color-649dd77:#DBB68F;--e-global-typography-primary-font-family:"IRANYekanX";font-feature-settings:"numr";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"IRANYekanX";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:300;--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;background-color:#F2F2F2;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.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);}@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-kit-8{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --main:#286e64; --Bold:IRANYekanX; }
/* Start custom CSS *//* Remove tap highlight for all elements */
* {
  -webkit-tap-highlight-color: transparent !important;
  tap-highlight-color: transparent !important;
}

/* Optional: Remove outlines for focused states (if needed) */
:focus, :active {
  outline: none !important;
  -webkit-touch-callout: none; /* Disable iOS touch callout */
}

.btn-icon svg{
    font-size:1rem;
    margin-top:-0.2rem;
    transition: transform 0.3s;
}
.btn-icon:hover svg{
    transform: translatex(-10px);
}


.cnt-border:after{
    content:'';
    inset:-2px;
    position: absolute;
    background: linear-gradient(-25deg ,transparent 0%,#286e6490 100%) ;
    z-index: -1!important;
    border-radius: 17px;
}
body{
    overflow-x: hidden;
}

.copy-action-box:hover svg{
    transform: translatex(10px);
}
.copy-action-box svg{
    transition: transform 0.3s;
}/* End custom CSS */