/* =========================================================
   استایل صفحه فرود پردیسان

   قدم ۱: تمام CSS داخل تگ <style> بلوک HTML قدیمی را
   دقیقاً همان‌طور که هست، همین‌جا (زیر همین خط) پیست کنید.
   هیچ تغییری لازم نیست؛ کلاس‌ها در قالب جدید عوض نشده‌اند.
   ========================================================= */



/* =========================================================
   قدم ۲: چند خط زیر را دست نزنید — مخصوص نسخه‌ی داینامیک است.
   ========================================================= */

/* وقتی برای دوره لینک وارد شود، کارت به تگ <a> تبدیل می‌شود */
a.se-course-card {
	display: block;
	color: inherit;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}
a.se-course-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 16px rgba(29, 49, 88, .14);
}

/* لوگو در نوار بالا */
.se-brand a { display: inline-flex; }
.se-brand img { width: 100px; height: auto; }

/* جلوگیری از بهم‌ریختن وقتی یک بخش خالی است */
.sepka-english,
.sepka-problems,
.sepka-benefits,
.sepka-sliders,
.sepka-courses,
.sepka-contact-faq {
	font-family: inherit;
}
.sepka-english {
  direction: rtl;
  max-width: 1120px;
  margin: 25px auto;

 background: linear-gradient(90deg, rgba(248, 248, 244, .98) 0%, rgba(248, 248, 244, .75) 47%, rgb(235 236 231) 100%);
  color: #172743;
  border-radius: 2px;
  box-shadow: 0 7px 24px rgba(0,0,0,.16);
      margin-top: 100px;
}
.sepka-english * { box-sizing: border-box; }

.se-topbar {
  height: 48px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  font-size: 11px;
}
.se-brand, .se-phone {
  display: flex;
  align-items: center;
  gap: 8px;
}
.se-logo {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  background: #253a63;
}
.se-brand strong { display:block; font-size:12px; }
.se-brand small, .se-phone small { color:#777; }

.se-hero {
  position: relative;
  min-height: 455px;
  padding: 55px 55px 75px;
  background:
    linear-gradient(90deg, rgba(248,248,244,.98) 0%, rgba(248,248,244,.75) 47%, rgba(248,248,244,.25) 100%), center/cover;
}
.se-hero-content {
  width: 52%;
  position: relative;
  z-index: 2;
}
.se-hero h1 {
  margin: 0 0 14px;
  color: #1e3154;
  font-size: 31px;
  line-height: 1.65;
  font-weight: 800;
}
.se-hero p {
  margin: 0 0 28px;
  color: #49536a;
  font-size: 14px;
  line-height: 2;
}
.se-features {
  display: flex;
  gap: 9px;
  align-items: stretch;
}
.se-feature {
  width: 125px;
  padding: 13px 8px;
  text-align: center;
  border-radius: 3px;
  background: rgba(255,255,255,.91);
  box-shadow: 0 4px 12px rgba(26,43,72,.08);
  font-size: 10px;
  color: #46536c;
}
.se-feature b {
  display: block;
  margin-bottom: 5px;
  color: #20365d;
  font-size: 12px;
}
.se-people { margin-top: 20px; display:flex; align-items:center; gap:9px; }
.se-avatars { display:flex; direction:ltr; }
.se-avatars img {
  width: 28px; height: 28px; object-fit:cover; border-radius:50%;
  margin-left: -7px; border: 2px solid #fff;
}
.se-rating { font-size:11px; color:#48546d; }
.se-stars { color:#f5bf28; font-size:15px; }

.se-form {
 position: absolute;
  top: 48px;
  left: 55px;
  width: 330px;
  padding: 27px 23px 20px;
  z-index: 3;
  text-align: center;
  background: rgba(255,255,255,.98);
  border-radius: 5px;
  box-shadow: 0 8px 22px rgba(32,47,73,.18);
}
.se-form h2 { margin:0 0 7px; font-size:17px; }
.se-form p { margin:0 0 18px; color:#697187; font-size:11px; }
.se-form input ,.se-form select {
  width:100%;
  height:40px;
  margin-bottom:10px;
  padding:0 12px;
  border:1px solid #e0e3e9;
  border-radius:3px;
  text-align:right;
  font-family:inherit;
  font-size:11px;
}
.se-form button {
  width:100%;
  height:43px;
  border:0;
  border-radius:3px;
  color:#25314a;
  background:#ffc62a;
  font-family:inherit;
  font-weight:bold;
  cursor:pointer;
}
.se-form small { display:block; margin-top:12px; color:#8c919c; font-size:9px; }

.se-stats {
  display:flex;
  position: relative;
  z-index: 4;
  margin: -45px 16px 0;
  padding: 22px 12px;
  background:#fff;
  border-radius:5px;
  box-shadow:0 4px 12px rgba(34,47,71,.12);
    bottom: -41px
}
.se-stat {
  flex:1;
  text-align:center;
  border-left:1px solid #e9eaf0;
}
.se-stat:last-child { border-left:0; }
.se-stat b { display:block; color:#1d3159; font-size:22px; }
.se-stat span { color:#566078; font-size:10px; line-height:1.8; }

@media (max-width: 760px) {
  .se-hero { padding:35px 22px 0px; }
  .se-hero-content { width:100%; }
  .se-hero h1 { font-size:24px; }
  .se-form {
    top:auto; bottom:9px; left:22px; right:22px; width:auto;
    padding:18px;

        margin-top: 30px;
  }
  .se-features { flex-wrap:wrap; }
  .se-feature { flex:1; min-width:95px; }
  .se-stats { flex-wrap:wrap; margin-top:0; border-radius:0; }
  .se-stat { flex: 0 0 50%; margin:8px 0; }
  .se-topbar { padding:0 12px; }
}
.sepka-problems {
  direction: rtl;
  max-width: 1120px;
  margin: 0 auto;
  padding: 52px 35px 40px;
  text-align: center;
  color: #172743;
  background: #fff;
    margin-top: 80px;
}
.sepka-problems h2 {
  margin: 0 0 35px;
  font-size: 23px;
  font-weight: 800;
}
.sepka-problem-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.sepka-problem {
  flex: 1;
  max-width: 320px;
  min-height: 145px;
  padding: 25px 20px;
  background: #f7f8fa;
  border-radius: 3px;
}
.sepka-problem .icon {
  display: block;
  height: 36px;
  margin-bottom: 12px;
  color: #66748d;
  font-size: 32px;
  line-height: 36px;
}
.sepka-problem h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
}
.sepka-problem p {
  margin: 0;
  color: #687287;
  font-size: 11px;
  line-height: 2;
}
.sepka-problems .bottom-text {
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.2;
}
.sepka-problems .bottom-text span {
  display: block;
  font-size: 12px;
  color: #48546b;
}

@media (max-width: 700px) {
  .sepka-problems { padding: 38px 18px; }
  .sepka-problems h2 { font-size: 19px; }
  .sepka-problem-list { flex-direction: column; }
  .sepka-problem { max-width: none; min-height: auto; }
}
.sepka-benefits {
  direction: rtl;
  max-width: 1120px;
  margin: 0 auto;
  padding: 50px 35px;
  text-align: center;
  color: #172743;
  background: #f8f9fb;
}
.sepka-benefits h2 {
  margin: 0 0 38px;
  font-size: 23px;
  font-weight: 800;
}
.sepka-benefits h2:after {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  margin: 13px auto 0;
  border-radius: 10px;
  background: #ffc62a;
}
.sepka-benefit-list {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.sepka-benefit {
  flex: 1;
  padding: 0 8px;
}
.sepka-benefit .icon {
  display: grid;
  width: 43px;
  height: 43px;
  margin: 0 auto 13px;
  place-items: center;
  color: #60708a;
  font-size: 35px;
  line-height: 1;
}
.sepka-benefit h3 {
  margin: 0 0 8px;
  color: #1d3158;
  font-size: 14px;
  font-weight: 800;
}
.sepka-benefit p {
  margin: 0;
  color: #687287;
  font-size: 11px;
  line-height: 1.9;
}

@media (max-width: 700px) {
  .sepka-benefits { padding: 38px 18px; }
  .sepka-benefits h2 { font-size: 19px; }
  .sepka-benefit-list {
    flex-wrap: wrap;
    gap: 30px 10px;
  }
  .sepka-benefit { flex: 0 0 47%; }
  .sepka-benefit:last-child { margin: auto; }
}
.sepka-sliders {
  direction: rtl;
  max-width: 1120px;
  margin: 0 auto;
  padding: 52px 35px;
  color: #172743;
  background: #fff;
  text-align: center;
}
.se-slider-title {
  margin: 0 0 28px;
  font-size: 23px;
  font-weight: 800;
}
.se-slider-title:after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 11px auto 0;
  background: #ffc62a;
  border-radius: 10px;
}
.se-carousel {
  position: relative;
  margin-bottom: 38px;
  padding: 0 28px;
}
.se-carousel-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 3px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  direction: ltr;
}
.se-carousel-track::-webkit-scrollbar { display: none; }

.se-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 26px;
  height: 35px;
  padding: 0;
  border: 0;
  transform: translateY(-50%);
  background: transparent;
  color: #8d96a5;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
}
.se-nav:hover { color: #1d3158; }
.se-prev { left: 0; }
.se-next { right: 0; }

/* کارت‌های نتیجه زبان‌آموزان */
.se-result-card {
  direction: rtl;
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: 210px;
  min-height: 115px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  text-align: right;
  border: 1px solid #e7e9ee;
  border-radius: 5px;
  background: #fafbfc;
}
.se-result-card img {
  width: 80px;
  height: 90px;
  object-fit: cover;
  object-position: top;
  border-radius: 4px;
}
.se-result-card h3 {
  margin: 0 0 10px;
  color: #1e3158;
  font-size: 13px;
  line-height: 1.8;
}
.se-result-card p {
  margin: 0;
  color: #6b7486;
  font-size: 10px;
  line-height: 1.7;
}

/* کارت‌های اساتید */
.se-teacher-card {
  direction: rtl;
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: 210px;
  padding: 14px 12px;
  border: 1px solid #e4e7ed;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(28,44,70,.04);
}
.se-teacher-card img {
  display: block;
  width: 105px;
  height: 105px;
  margin: 0 auto 12px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}
.se-teacher-card h3 {
  margin: 0 0 7px;
  color: #1d3158;
  font-size: 13px;
}
.se-teacher-card p {
  margin: 0;
  color: #687287;
  font-size: 10px;
  line-height: 1.8;
}

@media (max-width: 800px) {
  .sepka-sliders { padding: 38px 18px; }
  .se-slider-title { font-size: 19px; }
  .se-result-card, .se-teacher-card { flex-basis: calc(50% - 8px); }
}
@media (max-width: 500px) {
  .se-carousel { padding: 0 20px; }
  .se-result-card, .se-teacher-card { flex-basis: 100%; }
}
.sepka-courses {
  direction: rtl;
  max-width: 1120px;
  margin: 0 auto;
  padding: 48px 35px;
  text-align: center;
  color: #172743;
  background: #fff;
}
.sepka-courses h2 {
  margin: 0 0 28px;
  font-size: 22px;
  font-weight: 800;
}
.sepka-courses h2:after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 11px auto 0;
  border-radius: 10px;
  background: #ffc62a;
}
.se-course-slider {
  position: relative;
  padding: 0 28px;
}
.se-course-track {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  direction: ltr;
  padding: 3px;
}
.se-course-track::-webkit-scrollbar { display: none; }

.se-course-card {
  direction: rtl;
  flex: 0 0 calc((100% - 75px) / 6);
  min-width: 145px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e8ed;
  border-radius: 4px;
  box-shadow: 0 2px 7px rgba(29,49,88,.07);
}
.se-course-card img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.se-course-card h3 {
  margin: 12px 6px 5px;
  color: #1c3159;
  font-size: 12px;
  font-weight: 800;
}
.se-course-card p {
  min-height: 32px;
  margin: 0 6px 11px;
  color: #6c7484;
  font-size: 9px;
  line-height: 1.7;
}
.se-course-nav {
  position: absolute;
  z-index: 2;
  top: 45%;
  width: 25px;
  height: 34px;
  padding: 0;
  border: 0;
  transform: translateY(-50%);
  background: #fff;
  color: #7e899b;
  font-size: 28px;
  line-height: 30px;
  cursor: pointer;
}
.se-course-nav:hover { color: #1d3158; }
.se-course-prev { left: 0; }
.se-course-next { right: 0; }

@media (max-width: 850px) {
  .sepka-courses { padding: 38px 18px; }
  .se-course-card { flex-basis: calc((100% - 30px) / 3); }
}
@media (max-width: 550px) {
  .se-course-card { flex-basis: calc(50% - 8px); }
}

.sepka-contact-faq {
  direction: rtl;
  max-width: 1120px;
  display: flex;
  gap: 30px;
  margin: 0 auto;
  padding: 50px 35px;
  color: #172743;
  background: #fff;
  margin-bottom:50px;
}
.se-cta-box {
  position: relative;
  flex: 1.65;
  min-height: 250px;
  overflow: hidden;
  padding: 36px 260px 25px 34px;
  text-align: right;
  color: #fff;
  border-radius: 6px;
  background: #243969;
}
.se-cta-box:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(30,48,91,.05), rgba(30,48,91,.65));
  pointer-events: none;
}
.se-cta-content { position: relative; z-index: 2; }
.se-cta-box h2 {
  margin: 0 0 10px;
  font-size: 23px;
  font-weight: 800;
}
.se-cta-box > .se-cta-content > p {
  margin: 0 0 22px;
  color: #dce3f4;
  font-size: 12px;
}
.se-cta-form {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}
.se-cta-form input ,.se-cta-form select {
  flex: 1;
  min-width: 150px;
  height: 40px;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-size: 11px;
  text-align: right;
}
.se-cta-form button {
  height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 3px;
  color: #263654;
  background: #ffc62a;
  font-family: inherit;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
}
.se-cta-note {
  margin: 14px 0 0;
  color: #d1daee;
  font-size: 9px;
  line-height: 1.9;
}
.se-cta-image {
  position: absolute;
  z-index: 1;
  right: 12px;
  bottom: 0;
  width: 235px;
  max-height: 235px;
  object-fit: contain;
  object-position: bottom;
}

.se-faq-box {
  flex: 1;
  padding: 7px 5px;
}
.se-faq-box h2 {
  margin: 0 0 17px;
  color: #1e3158;
  font-size: 18px;
  font-weight: 800;
}
.se-faq-item {
  border-bottom: 1px solid #ebedf1;
}
.se-faq-item summary {
  position: relative;
  padding: 13px 25px 13px 5px;
  color: #34415a;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
}
.se-faq-item summary::-webkit-details-marker { display: none; }
.se-faq-item summary:before {
  content: "+";
  position: absolute;
  right: 0;
  top: 8px;
  color: #66748d;
  font-size: 20px;
  font-weight: normal;
}
.se-faq-item[open] summary:before { content: "−"; }
.se-faq-item p {
  margin: 0;
  padding: 0 5px 13px;
  color: #6d7587;
  font-size: 10px;
  line-height: 2;
}

@media (max-width: 800px) {
  .sepka-contact-faq {
    flex-direction: column;
    padding: 35px 18px;
    gap: 25px;
  }
  .se-cta-box { padding: 28px 185px 25px 20px; }
  .se-cta-image { width: 180px; }
}
@media (max-width: 500px) {
  .se-cta-box { padding: 25px 18px 190px; }
  .se-cta-box h2 { font-size: 19px; }
  .se-cta-image { right: 50%; width: 175px; transform: translateX(50%); }
  .se-cta-form input, .se-cta-form button { flex: 0 0 100%; width: 100%; }
}
.se-brand img{
width:100px
}
.se-hero {
  overflow: hidden;
  isolation: isolate;
  background: #f7f7f4;
}

.se-hero:before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -45px;
  background:
    radial-gradient(circle at 54% 40%, rgba(206, 218, 229, .8), transparent 25%),
    radial-gradient(circle at 75% 60%, rgba(236, 222, 189, .45), transparent 30%),
    linear-gradient(120deg, #fafaf7, #e9ece9);
  filter: blur(18px);
}

.se-hero-girl {
  position: absolute;
  z-index: 1;
  right: 40%;
  bottom: 0;
  width: 290px;
  max-height: 100%;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 10px 12px rgba(20, 38, 67, .18));
}

.se-hero-content {
  z-index: 2;
}

.se-form {
  z-index: 3;
}

@media (max-width: 760px) {
  .se-hero-girl {
    right: 50%;
    width: 205px;
    opacity: .28;
    transform: translateX(50%);
  }
}

input[type="text"],
select,
textarea {
  color: #75797e!important;
}

textarea::placeholder {
   color: #75797e!important;
  opacity: 1; 
}

/* ============================================================
   فرم کوتاه مشاوره — این‌ها را به انتهای landing.css اضافه کن
   ============================================================ */

/* فیلد ضد اسپم باید کاملاً پنهان باشد */
.pardisan-la-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none;
}

/* پیام موفقیت / خطا */
.pardisan-la-msg:empty { display: none; }

.pardisan-la-msg {
	margin-top: 10px;
	padding: 9px 10px;
	border-radius: 3px;
	font-size: 11px;
	line-height: 1.9;
	text-align: center;
}
.pardisan-la-msg.is-ok {
	color: #1c5d3a;
	background: #e6f5ec;
}
.pardisan-la-msg.is-error {
	color: #8a2020;
	background: #fbeaea;
}

/* فیلد دارای خطا */
.pardisan-la-form .has-error {
	border-color: #d94f4f !important;
	background: #fff8f8;
}

/* دکمه هنگام ارسال */
.pardisan-la-form button[disabled] {
	opacity: .65;
	cursor: default;
}

/* در فرم افقی پایین صفحه، پیام کل عرض را بگیرد */
.se-cta-form .pardisan-la-msg { flex: 0 0 100%; }

/* ---------- کد امنیتی ---------- */
.pardisan-la-captcha {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 10px;
}
.pardisan-la-captcha input {
	flex: 1;
	margin-bottom: 0 !important;
}
.pardisan-la-captcha-img {
	width: 100px;
	height: 40px;
	border: 1px solid #e0e3e9;
	border-radius: 3px;
	background: #f9f9fa;
}
.pardisan-la-captcha-refresh {
	width: 32px !important;
	height: 40px;
	padding: 0 !important;
	border: 1px solid #e0e3e9 !important;
	border-radius: 3px;
	background: #fff !important;
	color: #66748d !important;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

/* در فرم افقی پایین صفحه */
.se-cta-form .pardisan-la-captcha {
	flex: 1 0 100%;
	margin-bottom: 0;
}
.se-cta-form .pardisan-la-captcha input {
	min-width: 0;
}
