.elementor-kit-91{--e-global-color-primary:#B38C2D;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#3347B2;--e-global-color-ff1337a:#F7F3EA;--e-global-color-f80e0da:#C9AE6C;--e-global-color-01ffb80:#8F7024;--e-global-color-e0f70c3:#352A0D;--e-global-color-7d8f413:#F2F2F2;--e-global-color-39d0414:#D9D9DA;--e-global-color-e295b94:#B3B3B5;--e-global-color-ab045ce:#818184;--e-global-color-f7e3cb7:#4E4F52;--e-global-color-b8ff075:#1C1D21;--e-global-color-a770c00:#030409;--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;--e-global-typography-ed47eec-font-family:"ایران‌یکان";--e-global-typography-ed47eec-font-size:16px;--e-global-typography-ed47eec-font-weight:400;--e-global-typography-ed47eec-line-height:1.6em;--e-global-typography-58ecd0e-font-family:"ایران‌یکان";--e-global-typography-58ecd0e-font-size:14px;--e-global-typography-58ecd0e-font-weight:500;--e-global-typography-58ecd0e-text-transform:uppercase;--e-global-typography-58ecd0e-line-height:1.2em;color:var( --e-global-color-primary );}.elementor-kit-91 e-page-transition{background-color:#FFBC7D;}.elementor-kit-91 p{margin-block-end:18px;}.elementor-kit-91 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-91 h2{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-91 h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-91 h4{color:var( --e-global-color-primary );}.elementor-kit-91 h5{color:var( --e-global-color-primary );}.elementor-kit-91 h6{color:var( --e-global-color-primary );}.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 .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-kit-91 p{margin-block-end:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-91 p{margin-block-end:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- Subtle 3D bump card (dark UI) --- */
:root{
  --card-bg: var(--e-global-color-044b931);          /* base fill */
  --card-brd: rgba(255,255,255,.06);   /* default border */
  --card-brd-hover: rgba(255,255,255,.18); /* hover outline */
}

.soft-card{
  position: relative;
  border-radius: 18px;
  background: var(--card-bg);
  border: 1px solid var(--card-brd);

  /* soft raised lift + very light inner ridge */
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 1px 2px rgba(0,0,0,.45),
    0 20px 40px rgba(0,0,0,.35);

  /* smoother edges on hi-dpi */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* subtle vignette and top-left sheen to sell the bump */
.soft-card::before{
  content:"";
  position:absolute; inset:0;
  border-radius: inherit;
  pointer-events:none;
  background:
    radial-gradient(120% 90% at 12% 10%, rgba(255,255,255,.06), transparent 60%),
    radial-gradient(120% 90% at 88% 8%, rgba(255,255,255,.035), transparent 55%),
    linear-gradient(to bottom, rgba(255,255,255,.02), rgba(255,255,255,0));
}

/* hover: gentle gray outline and a touch more lift */
.soft-card:hover{
  border-color: var(--card-brd-hover);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 2px 6px rgba(0,0,0,.5),
    0 28px 56px rgba(0,0,0,.40);
}

/* optional focus state for links and buttons inside */
.soft-card:focus-within{
  border-color: var(--card-brd-hover);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 0 2px rgba(255,255,255,.08),
    0 28px 56px rgba(0,0,0,.40);
}

/* small tiles like the second screenshot */
.soft-card.tile{
  border-radius: 16px;
  padding: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 10px 24px rgba(0,0,0,.28);
}
.soft-card.tile:hover{
  border-color: var(--card-brd-hover);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 14px 30px rgba(0,0,0,.34);
}


/* link-style button (soft / transparent version) */
.btn-link {
  background:rgba(255,255,255,.04);
}

.btn-main {
    box-shadow:
    0 2px 3px rgba(0,0,0,.4),
    0 4px 8px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.15);
}

/* hover / focus effects */
.btn:hover, .btn:focus {
  border-color:var(--card-brd-hover);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 2px 4px rgba(0,0,0,.45),
    0 12px 24px rgba(0,0,0,.30);
  transform:translateY(-1px);
}

.btn-link .elementor-button-icon {
  transition:all .3s ease;
  opacity:.6;
  transform:translateX(0);
}

.btn-link:hover .elementor-button-icon {
  opacity:1;
  transform:translateX(4px);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'ایران‌یکان';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://icanstart.co/wp-content/uploads/2025/11/Qs_Iranyekan-thin.ttf') format('truetype');
}
@font-face {
	font-family: 'ایران‌یکان';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://icanstart.co/wp-content/uploads/2025/11/Qs_Iranyekan-light.ttf') format('truetype');
}
@font-face {
	font-family: 'ایران‌یکان';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://icanstart.co/wp-content/uploads/2025/11/Qs_Iranyekan.ttf') format('truetype');
}
@font-face {
	font-family: 'ایران‌یکان';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://icanstart.co/wp-content/uploads/2025/11/Qs_Iranyekan.ttf') format('truetype');
}
@font-face {
	font-family: 'ایران‌یکان';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://icanstart.co/wp-content/uploads/2025/11/Qs_Iranyekan-medium.ttf') format('truetype');
}
@font-face {
	font-family: 'ایران‌یکان';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://icanstart.co/wp-content/uploads/2025/11/Qs_Iranyekan-bold.ttf') format('truetype');
}
@font-face {
	font-family: 'ایران‌یکان';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://icanstart.co/wp-content/uploads/2025/11/Qs_Iranyekan-extrabold.ttf') format('truetype');
}
@font-face {
	font-family: 'ایران‌یکان';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://icanstart.co/wp-content/uploads/2025/11/Qs_Iranyekan-black.ttf') format('truetype');
}
@font-face {
	font-family: 'ایران‌یکان';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://icanstart.co/wp-content/uploads/2025/11/Qs_Iranyekan-extrablack.ttf') format('truetype');
}
/* End Custom Fonts CSS */