.elementor-kit-27{--e-global-color-primary:#0A1E3F;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-649aedc:#0056D2;--e-global-color-901e967:#AB1500;--e-global-color-4005d17:#95948C;--e-global-color-d7f1f89:#F7F7F7;--e-global-typography-primary-font-family:"diba";--e-global-typography-primary-font-weight:100;--e-global-typography-secondary-font-family:"samin";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"samin";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"samin";--e-global-typography-accent-font-weight:500;background-color:transparent;color:var( --e-global-color-text );font-family:"samin", Sans-serif;font-size:18px;background-image:linear-gradient(130deg, #0A1E3F 41%, #AB1500 100%);}.elementor-kit-27 e-page-transition{background-color:#FFBC7D;}.elementor-kit-27 a{color:var( --e-global-color-649aedc );font-family:"samin", Sans-serif;}.elementor-kit-27 a:hover{color:var( --e-global-color-901e967 );font-family:"samin", Sans-serif;}.elementor-kit-27 h1{font-family:"samin", Sans-serif;font-size:28px;}.elementor-kit-27 h2{color:var( --e-global-color-901e967 );font-family:"samin", Sans-serif;font-size:24px;}.elementor-kit-27 h3{color:var( --e-global-color-901e967 );font-family:"samin", Sans-serif;font-size:20px;}.elementor-kit-27 h4{color:var( --e-global-color-901e967 );font-size:18px;}.elementor-kit-27 h5{color:var( --e-global-color-901e967 );font-size:18px;}.elementor-kit-27 h6{color:var( --e-global-color-901e967 );font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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);}.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-kit-27{font-size:13px;}.elementor-kit-27 h1{font-size:24px;line-height:1.5em;}.elementor-kit-27 h2{font-size:20px;}.elementor-kit-27 h3{font-size:18px;}.elementor-kit-27 h4{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
  background: linear-gradient(-45deg, #ff4d4d, #0056d2, #ab1500, #ffffff);
  background-size: 400% 400%;
  animation: gradientBG 5s ease infinite;
  position: relative;
  overflow-x: hidden;
}

@keyframes gradientBG {
  0% { background-position: 0% 50%; }
  50% { background-position: 20% 20%; }
  100% { background-position: 20% 30%; }
}

/* حباب‌های رنگی با pseudo-element */
body::before,
body::after {
  content: "";
  position: fixed;
  width: 108px;
  height: 450px;
  border-radius: 5%;
  filter: blur(80px);
  z-index: 0;
  mix-blend-mode: screen;
  pointer-events: none;
}

body::before {
  background: rgba(255, 0, 150, 0.4);
  top: 10%;
  left: 10%;
  animation: moveBlob1 25s infinite ease-in-out;
}

body::after {
  background: rgba(0, 200, 255, 0.3);
  top: 60%;
  left: 70%;
  animation: moveBlob2 30s infinite ease-in-out;
}

@keyframes moveBlob1 {
  0%   { transform: translate(0, 0); }
  50%  { transform: translate(50px, -10px); }
  100% { transform: translate(0, 0); }
}

@keyframes moveBlob2 {
  0%   { transform: translate(0, 0); }
  50%  { transform: translate(-60px, 40px); }
  100% { transform: translate(0, 0); }
}

.card1 {
    position: relative;
    box-shadow: 0 0 8px rgba(30, 144, 255, 0.8), /* درخشش آبی قوی‌تر */
                0 0 15px rgba(10, 30, 63, 1), /* سورمه‌ای تیره پررنگ‌تر */
                0 0 20px rgba(255, 255, 255, 0.6); /* هاله سفید ملایم‌تر */
    transition: box-shadow 0.5s ease; /* انتقال نرم */
    background: #0A1E3F; /* پس‌زمینه تیره (می‌تونی با بک‌گراند المنتور جایگزین کنی) */
    padding: 20px; /* فاصله داخلی (اگه قبلاً داری، دست‌نخورده می‌مونه) */
}

@keyframes constantGlow {
    0% { box-shadow: 0 0 8px rgba(30, 144, 255, 0.8), 0 0 15px rgba(10, 30, 63, 1), 0 0 20px rgba(255, 255, 255, 0.6); }
    50% { box-shadow: 0 0 12px rgba(30, 144, 255, 1), 0 0 20px rgba(10, 30, 63, 1), 0 0 30px rgba(255, 255, 255, 0.8); }
    100% { box-shadow: 0 0 8px rgba(30, 144, 255, 0.8), 0 0 15px rgba(10, 30, 63, 1), 0 0 20px rgba(255, 255, 255, 0.6); }
}

.card1 {
    animation: constantGlow 3s infinite; /* درخشش دائمی با دوره 3 ثانیه */
}

.card1:hover {
    box-shadow: 0 0 12px rgba(30, 144, 255, 1), /* درخشش آبی پررنگ‌تر */
                0 0 18px rgba(10, 30, 63, 1), /* سورمه‌ای تیره‌تر */
                0 0 30px rgba(255, 255, 255, 0.9); /* هاله سفید قوی‌تر */
}

.home-lcp {
    position: relative;
    border-radius: 10px; /* گوشه‌های گرد */
    box-shadow: 0 0 5px rgba(30, 144, 255, 0.7), /* درخشش آبی ملایم */
                0 0 10px rgba(10, 30, 63, 0.9), /* سورمه‌ای تیره */
                0 0 15px rgba(255, 255, 255, 0.5); /* هاله سفید کم‌رنگ */
    transition: box-shadow 0.5s ease; /* انتقال نرم */
  
}

.country-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  justify-items: center;
}

.country-grid a {
  text-decoration: none;
  color: #0A1E3F;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s ease;
}

.country-grid a:hover {
    transform: scale(1.05);
    background-color: #e0f0ff;
  }

.country-grid img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #0A1E3F;
  padding: 8px;
  object-fit: contain;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
}

/* 🌐 موبایل: دو ستون */
@media (max-width: 768px) {
  .country-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* --- FAQ Custom Style --- */

/* مخفی کردن آیکون‌های پیش‌فرض المنتور */
.e-n-accordion-item-title-icon {
  display: none !important;
}

/* سوال (عنوان FAQ) */
.e-n-accordion-item-title {
  background: #0A1E3F !important;
  color: #ffffff !important;
  font-size: 18px;
  padding: 16px 48px 16px 16px !important; /* فاصله برای علامت سمت چپ */
  text-align: right;
  font-family: "samin", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
  position: relative;
}

/* علامت + پیش‌فرض در سمت چپ */
.e-n-accordion-item-title::after {
  content: "+";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* وقتی باز شد به - تغییر کنه */
.e-n-accordion-item[open] .e-n-accordion-item-title::after {
  content: "-";
  color: #fff;
}

/* جواب (بدنه FAQ) */
.e-n-accordion-item-content {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  padding: 12px 16px;
}

/* وقتی سوال باز شد رنگ بک‌گراند فرق کنه */
.e-n-accordion-item[open] .e-n-accordion-item-title {
  background: #ab1500 !important;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
  .e-n-accordion-item-title {
    font-size: 16px;
    padding: 12px 40px 12px 12px !important;
  }

  .e-n-accordion-item-title::after {
    font-size: 20px;
  }

  .e-n-accordion-item-content {
    font-size: 14px;
    padding: 10px 12px;
  }
}
h1 {

   background: linear-gradient(135deg, #0056d2 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 40px 0;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'diba';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://academicway.ir/wp-content/uploads/2025/07/Diba.woff2') format('woff2'),
		url('https://academicway.ir/wp-content/uploads/2025/07/Diba.woff') format('woff'),
		url('https://academicway.ir/wp-content/uploads/2025/07/Diba.ttf') format('truetype'),
		url('https://academicway.ir/wp-content/uploads/2025/07/Diba.svg#diba') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'samin';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://academicway.ir/wp-content/uploads/2025/07/Samim.woff2') format('woff2'),
		url('https://academicway.ir/wp-content/uploads/2025/07/Samim.woff') format('woff'),
		url('https://academicway.ir/wp-content/uploads/2025/07/Samim.ttf') format('truetype');
}
@font-face {
	font-family: 'samin';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://academicway.ir/wp-content/uploads/2025/07/Samim-Bold.woff2') format('woff2'),
		url('https://academicway.ir/wp-content/uploads/2025/07/Samim-Bold.woff') format('woff'),
		url('https://academicway.ir/wp-content/uploads/2025/07/Samim-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */