/* ========================================================================
   DIPLOMA NO-COURSE PAGE
   Clean replacement stylesheet for about-diploma-new HTML
   ======================================================================== */

:root {
  --dip-primary: #83acb6;
  --dip-primary-dark: #5f1415;
  --dip-secondary: #767676;
  --dip-text: #000000;
  --dip-white: #ffffff;
  --dip-soft: #f7f5f7;
  --dip-soft-purple: #f5f3fa;
  --dip-border: rgba(103, 95, 160, 0.22);
  --dip-shadow: 0 18px 42px rgba(20, 15, 35, 0.13);
  --dip-radius: 10px;
  --dip-container: 1200px;
  --dip-font: "Open Sans", Arial, Helvetica, sans-serif;
  --dip-h1: 32px;
  --dip-h2: 25px;
  --dip-h3: 20px;
  --dip-text-size: 18px;
  --dip-small: 14px;
}

html {
  scroll-behavior: smooth;
}

body,
body *,
body *::before,
body *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  direction: rtl;
  overflow-x: hidden;
  background: var(--dip-white);
  color: var(--dip-text);
  font-family: var(--dip-font);
}

body a {
  text-decoration: none;
}

img,
svg {
  max-width: 100%;
}

/* ========================================================================
   MEDIA HERO
   Full-width image, form floating above image on the left
   ======================================================================== */

.diploma-course-media-hero {
  position: relative;
  width: 100%;
  height: 470px;
  overflow: hidden;
  background: var(--dip-soft);
  direction: rtl;
}

.diploma-course-media-hero .diploma-course-hero-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.diploma-course-media-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 48%;
  pointer-events: none;
  background: linear-gradient(
    to right,
    rgba(247, 245, 247, 0.96) 0%,
    rgba(247, 245, 247, 0.86) 58%,
    rgba(247, 245, 247, 0) 100%
  );
}

.diploma-course-media-hero .diploma-course-top-form-holder {
  position: relative;
  z-index: 3;
  width: 44%;
  min-width: 520px;
  height: 100%;
  margin-right: auto;
  padding: 28px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========================================================================
   TOP FORM
   ======================================================================== */

.diploma-course-media-hero .form_wide_big,
.diploma-course-media-hero .form_wide_big * {
  box-sizing: border-box !important;
  font-family: var(--dip-font) !important;
}

.diploma-course-media-hero .form_wide_big {
  width: 100% !important;
  max-width: 620px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  direction: rtl !important;
}

.diploma-course-media-hero .form_content_wide_big {
  width: 100% !important;
  margin: 0 !important;
  padding: 28px !important;
  border: 1px solid rgba(131, 28, 29, 0.18) !important;
  border-radius: 26px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: var(--dip-shadow) !important;
}

.diploma-course-media-hero .form_content_wide_big form {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px 14px !important;
  direction: ltr !important;
}

.diploma-course-media-hero .form_title_wide_big {
  grid-column: 1 / -1 !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  text-align: right !important;
  direction: rtl !important;
}

.diploma-course-media-hero .form_title_wide_big .sub_title {
  display: block !important;
  margin: 0 !important;
  color: var(--dip-primary) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.diploma-course-media-hero .switch-off {
  display: none !important;
}

.diploma-course-media-hero .form_content_wide_big form > label {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  direction: rtl !important;
}

.diploma-course-media-hero label:has(#in_first_name) {
  grid-column: 3 / 5 !important;
  grid-row: 2 !important;
}

.diploma-course-media-hero label:has(#in_last_name) {
  grid-column: 1 / 3 !important;
  grid-row: 2 !important;
}

.diploma-course-media-hero label:has(#in_phone) {
  grid-column: 2 / 5 !important;
  grid-row: 3 !important;
}

.diploma-course-media-hero label:has(#in_kidomet) {
  grid-column: 1 / 2 !important;
  grid-row: 3 !important;
}

.diploma-course-media-hero label:has(#in_email) {
  grid-column: 3 / 5 !important;
  grid-row: 4 !important;
}

.diploma-course-media-hero label:has(#in_course) {
  grid-column: 1 / 3 !important;
  grid-row: 4 !important;
}

.diploma-course-media-hero label:has(#in_ezor) {
  grid-column: 3 / 5 !important;
  grid-row: 5 !important;
}

.diploma-course-media-hero .form_input_button_wide_big {
  grid-column: 1 / 3 !important;
  grid-row: 5 !important;
}

.diploma-course-media-hero .sendmetext_wide_big {
  grid-column: 1 / 5 !important;
  grid-row: 6 !important;
}

.diploma-course-media-hero .form_content_wide_big input[type="text"],
.diploma-course-media-hero .form_content_wide_big input[type="email"],
.diploma-course-media-hero .form_content_wide_big input[type="tel"],
.diploma-course-media-hero .form_content_wide_big select {
  display: block !important;
  width: 100% !important;
  height: 48px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 14px !important;
  float: none !important;
  border: 1px solid rgba(103, 95, 160, 0.28) !important;
  border-radius: 8px !important;
  outline: none !important;
  background: var(--dip-white) !important;
  color: var(--dip-text) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
  text-align: right !important;
  direction: rtl !important;
  box-shadow: none !important;
  appearance: none !important;
}

.diploma-course-media-hero .form_content_wide_big input::placeholder {
  color: #555555 !important;
  opacity: 1 !important;
}

.diploma-course-media-hero .form_content_wide_big input:focus,
.diploma-course-media-hero .form_content_wide_big select:focus {
  border-color: var(--dip-primary) !important;
  box-shadow: 0 0 0 3px rgba(131, 28, 29, 0.10) !important;
}

.diploma-course-media-hero .form_input_button_wide_big,
.diploma-course-media-hero .button_form_diploma,
.diploma-course-media-hero input[type="submit"] {
  width: 100% !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--dip-primary) !important;
  color: var(--dip-white) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 48px !important;
  text-align: center !important;
  cursor: pointer !important;
  box-shadow: 0 10px 20px rgba(131, 28, 29, 0.22) !important;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}

.diploma-course-media-hero .form_input_button_wide_big:hover,
.diploma-course-media-hero .button_form_diploma:hover,
.diploma-course-media-hero input[type="submit"]:hover {
  background: var(--dip-secondary) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 24px rgba(103, 95, 160, 0.26) !important;
}

.diploma-course-media-hero .sendmetext_wide_big {
  width: 100% !important;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  color: var(--dip-text) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  text-align: right !important;
  direction: rtl !important;
}

.diploma-course-media-hero .sendmetext_wide_big input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  accent-color: var(--dip-primary) !important;
}

.diploma-course-media-hero .iagree_text_wide_big {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--dip-text) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  text-align: right !important;
}

/* ========================================================================
   BREADCRUMBS
   ======================================================================== */

.diploma-content-breadcrumbs {
  width: 100%;
  padding: 14px 20px;
  background: var(--dip-white);
  border-bottom: 0;
  direction: rtl;
}

.diploma-content-breadcrumbs ol {
  width: 100%;
  max-width: var(--dip-container);
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
}

.diploma-content-breadcrumbs li {
  color: var(--dip-text);
  font-size: var(--dip-small);
  font-weight: 400;
}

.diploma-content-breadcrumbs li + li::before {
  content: "/";
  margin: 0 10px;
  color: rgba(0, 0, 0, 0.35);
}

.diploma-content-breadcrumbs a {
  color: var(--dip-text);
}

.diploma-content-breadcrumbs a:hover {
  color: var(--dip-primary);
}

.diploma-content-breadcrumbs li[aria-current="page"] {
  font-weight: 700;
}

/* ========================================================================
   ABOUT INTRO
   ======================================================================== */

#diplomaAboutIntro.diploma-about-intro {
  position: relative;
  width: 100%;
  padding: 42px 20px 20px;
  overflow: hidden;
  background: var(--dip-white);
  direction: rtl;
}

#diplomaAboutIntro::before {
  content: none;
  display: none;
}

.diploma-about-intro-inner {
  width: 100%;
  max-width: var(--dip-container);
  margin: 0 auto;
  text-align: right;
}

.diploma-about-intro-title {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 15px;
  color: var(--dip-text);
  font-size: var(--dip-h1);
  font-weight: 700;
  line-height: 1.3;
}

.diploma-about-intro-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 170px;
  max-width: 100%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(to left, var(--dip-primary), var(--dip-secondary));
}

.diploma-about-intro-text {
  max-width: var(--dip-container);
  margin: 0;
  color: var(--dip-text);
  font-size: var(--dip-text-size);
  font-weight: 300;
  line-height: 1.65;
}

.diploma-about-intro-text strong {
  color: var(--dip-primary);
  font-weight: 700;
}

/* ========================================================================
   GENERAL CONTENT
   ======================================================================== */

.diploma-content-section {
  width: 100%;
  padding: 58px 20px 68px;
  background: var(--dip-white);
  direction: rtl;
}

.diploma-content-inner {
  width: 100%;
  max-width: var(--dip-container);
  margin: 0 auto;
}

.diploma-content-section-header {
  margin-bottom: 34px;
}

.diploma-content-section-title,
.diploma-articles-title {
  position: relative;
  margin: 0;
  padding-bottom: 14px;
  color: var(--dip-text);
  font-size: var(--dip-h2);
  font-weight: 700;
  line-height: 1.3;
}

.diploma-content-section-title::after,
.diploma-articles-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 170px;
  max-width: 100%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(to left, var(--dip-primary), var(--dip-secondary));
}

/* ========================================================================
   REASONS
   ======================================================================== */

.diploma-reasons-grid {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 72px;
  row-gap: 8px;
  list-style: none;
}

.diploma-reason-item {
  min-width: 0;
  margin: 0;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.diploma-reason-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(103, 95, 160, 0.10);
  color: var(--dip-primary);
  transition: transform 0.28s ease, background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
}

.diploma-reason-icon svg {
  width: 25px;
  height: 25px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.28s ease;
}

.diploma-reason-content h3 {
  margin: 0 0 7px;
  color: var(--dip-primary);
  font-size: var(--dip-h3);
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.22s ease;
}

.diploma-reason-content p {
  margin: 0;
  color: var(--dip-text);
  font-size: var(--dip-text-size);
  font-weight: 300;
  line-height: 1.45;
}

.diploma-reason-item:hover .diploma-reason-icon {
  background: var(--dip-primary);
  color: var(--dip-white);
  transform: translateY(-4px) rotate(-5deg);
  box-shadow: 0 10px 20px rgba(131, 28, 29, 0.20);
}

.diploma-reason-item:hover .diploma-reason-icon svg {
  transform: scale(1.10);
}

.diploma-reason-item:hover .diploma-reason-content h3 {
  color: var(--dip-secondary);
}

/* ========================================================================
   ARTICLES
   ======================================================================== */

.diploma-articles-section {
  width: 100%;
  padding: 58px 20px 76px;
  background: var(--dip-white);
  direction: rtl;
}

.diploma-articles-inner {
  width: 100%;
  max-width: var(--dip-container);
  margin: 0 auto;
}

.diploma-articles-header {
  margin-bottom: 32px;
}

.diploma-articles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.diploma-article-card {
  min-height: 116px;
  padding: 12px 16px 12px 12px;
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--dip-border);
  border-radius: var(--dip-radius);
  background: var(--dip-white);
  color: var(--dip-secondary) !important;
  box-shadow: 0 10px 26px rgba(103, 95, 160, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.diploma-article-card:hover {
  transform: translateY(-4px);
  border-color: rgba(131, 28, 29, 0.38);
  box-shadow: 0 16px 34px rgba(103, 95, 160, 0.14);
}

.diploma-article-card-image {
  width: 124px;
  height: 88px;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.diploma-article-card-title {
  color: var(--dip-secondary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: right;
  transition: color 0.2s ease;
}

.diploma-article-card-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  color: var(--dip-primary);
  transition: color 0.2s ease, transform 0.2s ease;
}

.diploma-article-card-arrow svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.diploma-article-card:hover .diploma-article-card-title {
  color: var(--dip-primary);
}

.diploma-article-card:hover .diploma-article-card-arrow {
  color: var(--dip-secondary);
  transform: translateX(-4px);
}

/* ========================================================================
   BOTTOM LEAD FORM WRAPPER
   ======================================================================== */

.diploma-course-lead-form-section {
  width: 100%;
  padding: 54px 20px;
  background: var(--dip-soft-purple);
}

.diploma-course-lead-form-box {
  width: 100%;
  max-width: var(--dip-container);
  margin: 0 auto;
}

/
/* ========================================================================
   RESPONSIVE
   ======================================================================== */

@media (max-width: 1100px) {
  .diploma-course-media-hero .diploma-course-top-form-holder {
    width: 50%;
    min-width: 470px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .diploma-course-media-hero::after {
    width: 56%;
  }

  .diploma-reasons-grid {
    column-gap: 38px;
  }
}

@media (max-width: 900px) {
  :root {
    --dip-h1: 27px;
    --dip-h2: 24px;
    --dip-h3: 19px;
    --dip-text-size: 16px;
  }

  .diploma-course-media-hero {
    height: clamp(220px, 56vw, 360px);
  }

  .diploma-course-media-hero::after {
    display: none;
  }

  .diploma-course-media-hero .diploma-course-top-form-holder {
    display: none !important;
  }

  .diploma-content-breadcrumbs {
    display: none;
  }

  #diplomaAboutIntro.diploma-about-intro {
    padding: 38px 22px 48px;
  }

  .diploma-content-section,
  .diploma-articles-section,
  .diploma-course-lead-form-section {
    padding-right: 22px;
    padding-left: 22px;
  }

  .diploma-content-section {
    padding-top: 44px;
    padding-bottom: 54px;
  }

  .diploma-reasons-grid {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }

  .diploma-reason-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 0;
  }

  .diploma-reason-icon {
    width: 40px;
    height: 40px;
  }

  .diploma-reason-icon svg {
    width: 22px;
    height: 22px;
  }

  .diploma-articles-section {
    padding-top: 46px;
    padding-bottom: 60px;
  }

  .diploma-articles-grid {
    grid-template-columns: 1fr;
  }

  .diploma-article-card {
    grid-template-columns: 86px minmax(0, 1fr) 28px;
    min-height: 92px;
    gap: 12px;
    padding: 10px;
  }

  .diploma-article-card-image {
    width: 86px;
    height: 66px;
  }

  .diploma-article-card-title {
    font-size: 16px;
  }

  .diploma-article-card:hover,
  .diploma-reason-item:hover .diploma-reason-icon {
    transform: none;
  }
}

@media (max-width: 520px) {
  .diploma-course-media-hero {
    height: 225px;
  }

  #diplomaAboutIntro.diploma-about-intro,
  .diploma-content-section,
  .diploma-articles-section,
  .diploma-course-lead-form-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .diploma-about-intro-title::after,
  .diploma-content-section-title::after,
  .diploma-articles-title::after {
    width: 135px;
  }

  .diploma-article-card {
    grid-template-columns: 78px minmax(0, 1fr) 24px;
  }

  .diploma-article-card-image {
    width: 78px;
    height: 60px;
  }

  .diploma-article-card-title {
    font-size: 15px;
  }
}

/* ========================================================================
   DIPLOMA STAFF PAGE
   ======================================================================== */

.diploma-staff-page,
.diploma-staff-page * {
  box-sizing: border-box;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.diploma-staff-page {
  width: 100%;
  padding: 52px 20px 82px;
  background: #ffffff;
  direction: rtl;
}

.diploma-staff-page-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ========================================================================
   GENERAL SECTION
   ======================================================================== */

.diploma-info-section {
  width: 100%;
  margin: 0 0 64px;
  padding: 0 0 64px;
  border-bottom: 1px solid rgba(103, 95, 160, 0.16);
}

.diploma-info-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.diploma-info-title {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 14px;
  color: #000000;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}

.diploma-info-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  max-width: 100%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(to left, #83acb6, #767676);
}

/* ========================================================================
   ACADEMIC BOARD
   SIMPLE TEXT, NO CARD
   ======================================================================== */

.diploma-board-content {
  width: 100%;
  max-width: 700px;
}

.diploma-board-content h3 {
  margin: 0 0 8px;
  color: #83acb6;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.diploma-board-content p {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

/* ========================================================================
   MANAGEMENT CARDS
   CLEAN CARDS, NO ICONS
   ======================================================================== */

.diploma-mgmt-list {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
}

.diploma-mgmt-card {
  min-width: 0;
  min-height: 150px;
  margin: 0;
  padding: 25px 26px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(103, 95, 160, 0.20);
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(35, 28, 48, 0.06);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.diploma-mgmt-card::before,
.diploma-mgmt-card::after {
  content: none !important;
  display: none !important;
}

.diploma-mgmt-card:hover {
  transform: translateY(-3px);
  border-color: rgba(131, 28, 29, 0.30);
  box-shadow: 0 14px 32px rgba(35, 28, 48, 0.10);
}

.diploma-mgmt-name {
  display: block;
  margin: 0 0 7px;
  color: #83acb6;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.diploma-mgmt-role {
  display: block;
  margin: 0 0 16px;
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}

.diploma-mgmt-email {
  display: block;
  margin-top: auto;
  direction: ltr;
  text-align: left;
}

.diploma-mgmt-email a {
  display: inline-block;
  color: #767676;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.diploma-mgmt-email a::before,
.diploma-mgmt-email a::after {
  content: none !important;
  display: none !important;
}

.diploma-mgmt-email a:hover {
  color: #83acb6;
}

/* ========================================================================
   STAFF TABLE
   ======================================================================== */

.diploma-staff-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(103, 95, 160, 0.20);
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(35, 28, 48, 0.06);
}

.diploma-staff-table {
  width: 100%;
  min-width: 820px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  direction: rtl;
}

.diploma-staff-table th,
.diploma-staff-table td {
  padding: 17px 20px;
  border: 0;
  border-bottom: 1px solid rgba(103, 95, 160, 0.13);
  text-align: right;
  vertical-align: middle;
}

.diploma-staff-table thead th {
  background: #767676;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.diploma-staff-table thead th:first-child {
  border-radius: 0 14px 0 0;
}

.diploma-staff-table thead th:last-child {
  border-radius: 14px 0 0 0;
}

.diploma-staff-table tbody tr {
  transition: background-color 0.2s ease;
}

.diploma-staff-table tbody tr:nth-child(even) {
  background: rgba(103, 95, 160, 0.035);
}

.diploma-staff-table tbody tr:hover {
  background: rgba(131, 28, 29, 0.05);
}

.diploma-staff-table tbody tr:last-child td {
  border-bottom: 0;
}

.diploma-staff-table .staff-name {
  color: #83acb6;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}

.diploma-staff-table .staff-role {
  min-width: 290px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.diploma-staff-table .staff-phone {
  direction: ltr;
  text-align: right;
  white-space: nowrap;
}

.diploma-staff-table .staff-phone a {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.diploma-staff-table .staff-email {
  direction: ltr;
  text-align: left;
  white-space: nowrap;
}

.diploma-staff-table .staff-email a {
  color: #767676;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.diploma-staff-table .staff-phone a:hover,
.diploma-staff-table .staff-email a:hover {
  color: #83acb6;
}

/* ========================================================================
   TABLET
   ======================================================================== */

@media screen and (max-width: 900px) {
  .diploma-staff-page {
    padding: 46px 22px 68px;
  }

  .diploma-info-section {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .diploma-info-title {
    margin-bottom: 26px;
    font-size: 24px;
  }

  .diploma-mgmt-list {
    gap: 14px;
  }

  .diploma-mgmt-card {
    min-height: 142px;
    padding: 22px 22px 20px;
  }

  .diploma-mgmt-name {
    font-size: 19px;
  }

  .diploma-mgmt-role {
    font-size: 16px;
  }
}

/* ========================================================================
   MOBILE
   ======================================================================== */

@media screen and (max-width: 680px) {
  .diploma-staff-page {
    padding: 40px 18px 58px;
  }

  .diploma-info-section {
    margin-bottom: 42px;
    padding-bottom: 42px;
  }

  .diploma-info-title {
    font-size: 23px;
  }

  .diploma-info-title::after {
    width: 130px;
  }

  .diploma-board-content h3 {
    font-size: 18px;
  }

  .diploma-board-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .diploma-mgmt-list {
    grid-template-columns: 1fr;
  }

  .diploma-mgmt-card {
    min-height: 0;
    padding: 21px 18px 19px;
    border-radius: 13px;
  }

  .diploma-staff-table-wrap {
    border-radius: 13px;
  }

  .diploma-staff-table {
    min-width: 760px;
  }

  .diploma-staff-table th,
  .diploma-staff-table td {
    padding: 14px 16px;
  }
}

/* הסרת הקווים מתחת לכותרות */
.diploma-about-intro-title::after,
.diploma-info-title::after {
  content: none !important;
  display: none !important;
}

/* צמצום הרווח בין כותרת העמוד לוועדת ההיגוי */
#diplomaAboutIntro.diploma-about-intro {
  padding-bottom: 8px;
}

.diploma-about-intro-title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.diploma-staff-page {
  padding-top: 24px;
}

.diploma-info-section:first-child {
  margin-top: 0;
}

.diploma-info-section:first-child .diploma-info-title {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.diploma-info-section {
  border-bottom: 0 !important;
}

/* ========================================================================
   NO-COURSE TYPOGRAPHY SYSTEM
   Matches diploma-course-page-meli typography
   ======================================================================== */

:root {
  --dip-font: "Open Sans", Arial, sans-serif;
  --dip-h1: 34px;
  --dip-h2: 25px;
  --dip-h3: 20px;
  --dip-text-size: 18px;
  --dip-small: 14px;
  --dip-line-title: 1.3;
  --dip-line-text: 1.35;
  --dip-weight-title: 700;
  --dip-weight-text: 300;
  --dip-weight-strong: 700;
}

body,
body *,
body *::before,
body *::after {
  font-family: var(--dip-font);
}

.diploma-about-intro-title {
  font-size: var(--dip-h1);
  font-weight: var(--dip-weight-title);
  line-height: var(--dip-line-title);
}

.diploma-content-section-title,
.diploma-articles-title,
.diploma-info-title,
.diploma-staff-page .section-title {
  font-size: var(--dip-h2);
  font-weight: var(--dip-weight-title);
  line-height: var(--dip-line-title);
}

.diploma-reason-content h3,
.diploma-board-content h3,
.diploma-mgmt-name,
.diploma-staff-table .staff-name {
  font-size: var(--dip-h3);
  font-weight: var(--dip-weight-title);
  line-height: var(--dip-line-title);
}

.diploma-about-intro-text,
.diploma-reason-content p,
.diploma-board-content p,
.diploma-mgmt-role,
.diploma-staff-table .staff-role {
  font-size: var(--dip-text-size);
  font-weight: var(--dip-weight-text);
  line-height: var(--dip-line-text);
}

.diploma-about-intro-text strong,
.diploma-board-content strong,
.diploma-reason-content strong,
.diploma-staff-table strong {
  font-weight: var(--dip-weight-strong);
}

.diploma-content-breadcrumbs li,
.diploma-mgmt-email a,
.diploma-staff-table .staff-phone a,
.diploma-staff-table .staff-email a {
  font-size: var(--dip-small);
  line-height: var(--dip-line-text);
}

.diploma-article-card-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.diploma-course-media-hero .form_title_wide_big .sub_title {
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.diploma-course-media-hero .form_content_wide_big input[type="text"],
.diploma-course-media-hero .form_content_wide_big input[type="email"],
.diploma-course-media-hero .form_content_wide_big input[type="tel"],
.diploma-course-media-hero .form_content_wide_big select {
  font-size: 15px !important;
  font-weight: 400 !important;
}

.diploma-course-media-hero .form_input_button_wide_big,
.diploma-course-media-hero .button_form_diploma,
.diploma-course-media-hero input[type="submit"] {
  font-size: 17px !important;
  font-weight: 800 !important;
}

.diploma-course-media-hero .sendmetext_wide_big,
.diploma-course-media-hero .iagree_text_wide_big {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
}

@media (max-width: 900px) {
  :root {
    --dip-h1: 28px;
    --dip-h2: 24px;
    --dip-h3: 19px;
    --dip-text-size: 17px;
    --dip-small: 14px;
    --dip-line-title: 1.3;
    --dip-line-text: 1.3;
  }

  .diploma-article-card-title {
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  :root {
    --dip-h1: 26px;
    --dip-h2: 22px;
    --dip-h3: 18px;
    --dip-text-size: 16px;
  }

  .diploma-article-card-title {
    font-size: 15px;
  }
}

/* ========================================================================
   DIPLOMA CAMPUSES
   VERTICAL LIST, NO DIVIDERS, WITH ICONS
   ======================================================================== */

.diploma-campuses-section,
.diploma-campuses-section * {
  box-sizing: border-box;
  font-family: var(--dip-font, "Open Sans", Arial, Helvetica, sans-serif);
}

.diploma-campuses-section {
  width: 100%;
  padding: 54px 20px 76px;
  background: #ffffff;
  color: #000000;
  direction: rtl;
}

.diploma-campuses-inner {
  width: 100%;
  max-width: var(--dip-container, 1200px);
  margin: 0 auto;
}

/* ========================================================================
   HEADER
   ======================================================================== */

.diploma-campuses-header {
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

.diploma-campuses-title {
  margin: 0 0 10px;
  color: #000000;
  font-size: var(--dip-h1, 34px);
  font-weight: 700;
  line-height: 1.3;
}

.diploma-campuses-lead {
  max-width: 900px;
  margin: 0;
  color: #000000;
  font-size: var(--dip-text-size, 18px);
  font-weight: 300;
  line-height: 1.35;
}

/* ========================================================================
   PHONE
   ======================================================================== */

.diploma-campuses-phone {
  width: 100%;
  margin: 0 0 42px;
  padding: 0;
  background: transparent;
  border: 0;
}

.diploma-campuses-phone-label {
  display: block;
  margin: 0 0 6px;
  color: #83acb6;
  font-size: var(--dip-h3, 20px);
  font-weight: 700;
  line-height: 1.3;
}

.diploma-campuses-phone-number {
  display: inline-block;
  color: #767676 !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  direction: ltr;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.diploma-campuses-phone-number:hover {
  color: #83acb6 !important;
}

/* ========================================================================
   LIST
   ======================================================================== */

.diploma-campuses-list-section {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.diploma-campuses-subtitle {
  margin: 0 0 28px;
  color: #000000;
  font-size: var(--dip-h2, 25px);
  font-weight: 700;
  line-height: 1.3;
}

.diploma-campuses-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* ========================================================================
   CAMPUS ITEM
   ======================================================================== */

.diploma-campus-item {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0 !important;
  background: transparent;
  box-shadow: none;
  animation: diplomaCampusFadeIn 0.55s ease both;
}

.diploma-campus-item::before,
.diploma-campus-item::after {
  content: none !important;
  display: none !important;
}

.diploma-campus-name {
  margin: 0 0 8px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #83acb6;
  font-size: var(--dip-h3, 20px);
  font-weight: 700;
  line-height: 1.3;
}

.diploma-campus-name::before,
.diploma-campus-name::after {
  content: none !important;
  display: none !important;
}

/* ========================================================================
   ICON
   ======================================================================== */

.diploma-campus-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(103, 95, 160, 0.10);
  color: #83acb6;
  transition:
    transform 0.28s ease,
    background-color 0.28s ease,
    color 0.28s ease,
    box-shadow 0.28s ease;
}

.diploma-campus-icon svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.28s ease;
}

.diploma-campus-item:hover .diploma-campus-icon {
  color: #ffffff;
  background: #83acb6;
  transform: translateY(-4px) rotate(-5deg);
  box-shadow: 0 8px 18px rgba(131, 28, 29, 0.20);
}

.diploma-campus-item:hover .diploma-campus-icon svg {
  transform: scale(1.08);
}

/* ========================================================================
   TEXT
   ======================================================================== */

.diploma-campus-text {
  width: 100%;
  padding-right: 44px;
}

.diploma-campus-text p {
  margin: 0 0 6px;
  color: #000000;
  font-size: var(--dip-text-size, 18px);
  font-weight: 300;
  line-height: 1.35;
}

.diploma-campus-text p:last-child {
  margin-bottom: 0;
}

.diploma-campus-text strong {
  color: #000000;
  font-weight: 700;
}

/* ========================================================================
   ENTRY ANIMATION
   ======================================================================== */

.diploma-campus-item:nth-child(1) {
  animation-delay: 0.04s;
}

.diploma-campus-item:nth-child(2) {
  animation-delay: 0.08s;
}

.diploma-campus-item:nth-child(3) {
  animation-delay: 0.12s;
}

.diploma-campus-item:nth-child(4) {
  animation-delay: 0.16s;
}

.diploma-campus-item:nth-child(5) {
  animation-delay: 0.20s;
}

.diploma-campus-item:nth-child(6) {
  animation-delay: 0.24s;
}

.diploma-campus-item:nth-child(7) {
  animation-delay: 0.28s;
}

@keyframes diplomaCampusFadeIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================================================
   TABLET
   ======================================================================== */

@media screen and (max-width: 900px) {
  .diploma-campuses-section {
    padding: 46px 22px 64px;
  }

  .diploma-campuses-list {
    gap: 26px;
  }

  .diploma-campuses-phone {
    margin-bottom: 38px;
  }
}

/* ========================================================================
   MOBILE
   ======================================================================== */

@media screen and (max-width: 680px) {
  .diploma-campuses-section {
    padding: 40px 18px 56px;
  }

  .diploma-campuses-title {
    font-size: 27px;
  }

  .diploma-campuses-lead {
    font-size: 16px;
  }

  .diploma-campuses-phone {
    margin-bottom: 34px;
  }

  .diploma-campuses-phone-label {
    font-size: 18px;
  }

  .diploma-campuses-phone-number {
    font-size: 22px;
  }

  .diploma-campuses-subtitle {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .diploma-campuses-list {
    gap: 24px;
  }

  .diploma-campus-name {
    gap: 9px;
    font-size: 19px;
  }

  .diploma-campus-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .diploma-campus-icon svg {
    width: 17px;
    height: 17px;
  }

  .diploma-campus-text {
    padding-right: 39px;
  }

  .diploma-campus-text p {
    font-size: 16px;
  }

  .diploma-campus-item:hover .diploma-campus-icon {
    transform: none;
  }
}

/* ========================================================================
   REDUCED MOTION
   ======================================================================== */

@media (prefers-reduced-motion: reduce) {
  .diploma-campus-item,
  .diploma-campus-icon,
  .diploma-campus-icon svg {
    animation: none;
    transition: none;
  }
}

/* ========================================================================
   DIPLOMA RAANANA BRANCH PAGE
   ======================================================================== */

.diploma-branch-page,
.diploma-branch-page * {
  box-sizing: border-box;
  font-family: var(--dip-font);
}

.diploma-branch-page {
  width: 100%;
  padding: 42px 20px 76px;
  background: var(--dip-white);
  color: var(--dip-text);
  direction: rtl;
}

.diploma-branch-inner {
  width: 100%;
  max-width: var(--dip-container);
  margin: 0 auto;
}

/* ========================================================================
   HEADER
   ======================================================================== */

.diploma-branch-header {
  width: 100%;
  max-width: 1060px;
  margin: 0 0 42px;
}

.diploma-branch-title {
  margin: 0 0 14px;
  color: var(--dip-text);
  font-size: var(--dip-h1);
  font-weight: var(--dip-weight-title);
  line-height: var(--dip-line-title);
}

.diploma-branch-opening {
  margin: 0;
  color: var(--dip-text);
  font-size: 20px;
  font-weight: 600;
  line-height: var(--dip-line-text);
}

/* ========================================================================
   MAIN CONTENT
   ======================================================================== */

.diploma-branch-content {
  width: 100%;
  max-width: 1080px;
  margin: 0 0 44px;
}

.diploma-branch-section-title {
  margin: 0 0 18px;
  color: var(--dip-text);
  font-size: var(--dip-h2);
  font-weight: var(--dip-weight-title);
  line-height: var(--dip-line-title);
}

.diploma-branch-copy {
  width: 100%;
}

.diploma-branch-copy p {
  margin: 0 0 14px;
  color: var(--dip-text);
  font-size: var(--dip-text-size);
  font-weight: var(--dip-weight-text);
  line-height: 1.5;
}

.diploma-branch-copy p:last-child {
  margin-bottom: 0;
}

/* ========================================================================
   BENEFITS
   ======================================================================== */

.diploma-branch-benefits {
  width: 100%;
  margin: 0 0 58px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

.diploma-branch-benefit {
  min-width: 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.diploma-branch-benefit-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(103, 95, 160, 0.10);
  color: var(--dip-primary);
  transition:
    transform 0.25s ease,
    color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.diploma-branch-benefit-icon svg {
  width: 23px;
  height: 23px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}

.diploma-branch-benefit:hover .diploma-branch-benefit-icon {
  color: var(--dip-white);
  background: var(--dip-primary);
  transform: translateY(-4px) rotate(-4deg);
  box-shadow: 0 10px 20px rgba(131, 28, 29, 0.18);
}

.diploma-branch-benefit:hover .diploma-branch-benefit-icon svg {
  transform: scale(1.08);
}

.diploma-branch-benefit h3 {
  margin: 0 0 7px;
  color: var(--dip-primary);
  font-size: var(--dip-h3);
  font-weight: var(--dip-weight-title);
  line-height: var(--dip-line-title);
}

.diploma-branch-benefit p {
  margin: 0;
  color: var(--dip-text);
  font-size: var(--dip-text-size);
  font-weight: var(--dip-weight-text);
  line-height: var(--dip-line-text);
}

/* ========================================================================
   COURSES
   ======================================================================== */

.diploma-branch-courses {
  width: 100%;
  margin: 0 0 52px;
  padding: 34px;
  border-radius: var(--dip-radius);
  background:
    radial-gradient(
      circle at 12% 10%,
      rgba(103, 95, 160, 0.08),
      transparent 34%
    ),
    radial-gradient(
      circle at 88% 18%,
      rgba(131, 28, 29, 0.06),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #faf9fc 100%
    );
}

.diploma-branch-courses-header {
  margin: 0 0 25px;
}

.diploma-branch-courses-header .diploma-branch-section-title {
  margin-bottom: 7px;
}

.diploma-branch-courses-header p {
  margin: 0;
  color: var(--dip-text);
  font-size: var(--dip-text-size);
  font-weight: var(--dip-weight-text);
  line-height: var(--dip-line-text);
}

/* ========================================================================
   INCLUDED COURSE LIST
   ======================================================================== */

.diploma-branch-courses-list {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.diploma-branch-courses-list li {
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.diploma-branch-courses-list li::before,
.diploma-branch-courses-list li::after {
  content: none !important;
  display: none !important;
}

.diploma-branch-courses-list a {
  position: relative;
  width: 100%;
  min-height: 56px;
  padding: 15px 20px 15px 46px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(103, 95, 160, 0.18);
  border-radius: 8px;
  background: var(--dip-white);
  color: var(--dip-secondary);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none !important;
  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.diploma-branch-courses-list a::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.22s ease;
}

.diploma-branch-courses-list a:hover {
  color: var(--dip-primary);
  border-color: rgba(131, 28, 29, 0.34);
  background: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(103, 95, 160, 0.10);
}

.diploma-branch-courses-list a:hover::after {
  transform: translate(-4px, -50%) rotate(45deg);
}

/* מנטרל את רווחי ה־nbsp הקיימים באינקלוד */

.diploma-branch-courses-list a {
  white-space: normal;
}

/* ========================================================================
   CAMPUS DETAILS
   ======================================================================== */

.diploma-branch-details {
  width: 100%;
  padding: 28px 30px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border: 1px solid rgba(103, 95, 160, 0.18);
  border-radius: var(--dip-radius);
  background: var(--dip-white);
}

.diploma-branch-details-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(131, 28, 29, 0.08);
  color: var(--dip-primary);
  animation: diplomaBranchLocationFloat 2.8s ease-in-out infinite;
}

.diploma-branch-details-icon svg {
  width: 25px;
  height: 25px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.diploma-branch-details-content h2 {
  margin: 0 0 8px;
  color: var(--dip-primary);
  font-size: var(--dip-h3);
  font-weight: var(--dip-weight-title);
  line-height: var(--dip-line-title);
}

.diploma-branch-details-content p {
  margin: 0 0 14px;
  color: var(--dip-text);
  font-size: var(--dip-text-size);
  font-weight: var(--dip-weight-text);
  line-height: 1.45;
}

.diploma-branch-details-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px;
}

.diploma-branch-details-links a {
  color: var(--dip-secondary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.diploma-branch-details-links a:hover {
  color: var(--dip-primary);
}

@keyframes diplomaBranchLocationFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

/* ========================================================================
   TABLET
   ======================================================================== */

@media screen and (max-width: 900px) {
  .diploma-branch-page {
    padding: 38px 22px 64px;
  }

  .diploma-branch-benefits {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .diploma-branch-courses {
    padding: 28px;
  }

  .diploma-branch-courses-list {
    grid-template-columns: 1fr;
  }
}

/* ========================================================================
   MOBILE
   ======================================================================== */

@media screen and (max-width: 520px) {
  .diploma-branch-page {
    padding: 32px 18px 54px;
  }

  .diploma-branch-header {
    margin-bottom: 34px;
  }

  .diploma-branch-opening {
    font-size: 17px;
  }

  .diploma-branch-content {
    margin-bottom: 36px;
  }

  .diploma-branch-benefits {
    margin-bottom: 42px;
  }

  .diploma-branch-courses {
    margin-bottom: 38px;
    padding: 24px 18px;
  }

  .diploma-branch-courses-list a {
    min-height: 54px;
    padding: 14px 16px 14px 42px;
    font-size: 16px;
  }

  .diploma-branch-courses-list a::after {
    left: 16px;
  }

  .diploma-branch-details {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 13px;
    padding: 22px 18px;
  }

  .diploma-branch-details-icon {
    width: 38px;
    height: 38px;
  }

  .diploma-branch-details-icon svg {
    width: 20px;
    height: 20px;
  }

  .diploma-branch-details-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* ========================================================================
   REDUCED MOTION
   ======================================================================== */

@media (prefers-reduced-motion: reduce) {
  .diploma-branch-benefit-icon,
  .diploma-branch-benefit-icon svg,
  .diploma-branch-details-icon,
  .diploma-branch-courses-list a {
    animation: none;
    transition: none;
  }
}

/* ========================================================================
   DIPLOMA REGISTRATION, PAYMENT AND CANCELLATION POLICY
   FULL REPLACEMENT
   ======================================================================== */

.diploma-policy-page,
.diploma-policy-page * {
  box-sizing: border-box;
  font-family: var(--dip-font, "Open Sans", Arial, sans-serif);
}

.diploma-policy-page {
  width: 100%;
  padding: 42px 20px 80px;
  background: var(--dip-white, #ffffff);
  color: var(--dip-text, #000000);
  direction: rtl;
}

.diploma-policy-inner {
  width: 100%;
  max-width: var(--dip-container, 1200px);
  margin: 0 auto;
}

/* ========================================================================
   PAGE HEADER
   ======================================================================== */

.diploma-policy-header {
  width: 100%;
  margin: 0 0 32px;
}

.diploma-policy-header .h1_diploma_color {
  margin: 0;
  padding: 0;
  color: var(--dip-text, #000000);
  font-size: var(--dip-h1, 34px);
  font-weight: 700;
  line-height: 1.3;
}

/* ========================================================================
   MAIN CONTENT
   ======================================================================== */

.diploma-policy-content {
  width: 100%;
  color: var(--dip-text, #000000);
  font-size: var(--dip-text-size, 18px);
  font-weight: 300;
  line-height: 1.55;
}

.diploma-policy-content br {
  line-height: 1;
}

.diploma-policy-content b,
.diploma-policy-content strong {
  font-weight: 700;
}

/* ========================================================================
   TOP NOTICE
   ======================================================================== */

.diploma-policy-content > .subtitle:first-child {
  display: block;
  width: 100%;
  margin: 0 0 34px;
  padding: 28px 30px;
  border: 1px solid #83acb6;
  border-radius: 8px;
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(103, 95, 160, 0.08),
      transparent 34%
    ),
    radial-gradient(
      circle at 88% 18%,
      rgba(131, 28, 29, 0.08),
      transparent 32%
    ),
    linear-gradient(
      110deg,
      #ffffff 0%,
      #fcfbfd 48%,
      #f8f6fa 100%
    ) !important;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.diploma-policy-content > .subtitle:first-child a {
  color: #767676;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.diploma-policy-content > .subtitle:first-child a:hover {
  color: #83acb6;
}

/* ========================================================================
   HEADINGS
   ======================================================================== */

.diploma-policy-content h2,
.diploma-policy-content .diploma_color,
.diploma-policy-content .ragil {
  margin: 48px 0 18px;
  padding: 0;
  color: var(--dip-text, #000000);
  font-size: var(--dip-h2, 25px);
  font-weight: 700;
  line-height: 1.3;
}

.diploma-policy-content h2:first-of-type {
  margin-top: 0;
}

/* ========================================================================
   LINKS
   ======================================================================== */

.diploma-policy-content a {
  color: var(--dip-secondary, #767676);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.diploma-policy-content a:hover {
  color: var(--dip-primary, #83acb6);
}

/* ========================================================================
   LISTS
   ======================================================================== */

.diploma-policy-content ol,
.diploma-policy-content ul {
  width: 100%;
  margin: 0 0 26px;
  padding-right: 28px;
}

.diploma-policy-content ol ol,
.diploma-policy-content ol ul,
.diploma-policy-content ul ol,
.diploma-policy-content ul ul {
  margin-top: 12px;
  margin-bottom: 12px;
}

.diploma-policy-content li {
  margin: 0 0 11px;
  padding-right: 4px;
  color: var(--dip-text, #000000);
  font-size: var(--dip-text-size, 18px);
  font-weight: 300;
  line-height: 1.55;
}

.diploma-policy-content ol > li::marker {
  color: var(--dip-primary, #83acb6);
  font-weight: 700;
}

.diploma-policy-content ul > li::marker {
  color: var(--dip-secondary, #767676);
}

/* ========================================================================
   INLINE HIGHLIGHT TEXT
   ======================================================================== */

.diploma-policy-content > .subtitle:not(:first-child) {
  display: block;
  width: 100%;
  margin: 28px 0;
  padding: 24px 26px;
  border: 1px solid rgba(131, 28, 29, 0.30);
  border-radius: 8px;
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(103, 95, 160, 0.07),
      transparent 34%
    ),
    radial-gradient(
      circle at 88% 18%,
      rgba(131, 28, 29, 0.07),
      transparent 32%
    ),
    linear-gradient(
      110deg,
      #ffffff 0%,
      #fcfbfd 48%,
      #f8f6fa 100%
    );
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

/* ========================================================================
   TABLE WRAPPER
   ======================================================================== */

.diploma-policy-content center {
  width: 100%;
  display: block;
  margin: 0;
  text-align: right;
}

/* ========================================================================
   TABLES
   ======================================================================== */

.diploma-policy-content .tablabox {
  width: 100%;
  margin: 18px 0 34px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(103, 95, 160, 0.22);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(35, 28, 48, 0.06);
}

.diploma-policy-content .tablabox td {
  padding: 17px 20px;
  border: 0;
  border-bottom: 1px solid rgba(103, 95, 160, 0.13);
  border-left: 1px solid rgba(103, 95, 160, 0.10);
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  vertical-align: top;
}

.diploma-policy-content .tablabox tr:first-child td {
  background: #767676;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.diploma-policy-content .tablabox tr:nth-child(even):not(:first-child) td {
  background: rgba(103, 95, 160, 0.035);
}

.diploma-policy-content .tablabox tr:hover td {
  background: rgba(131, 28, 29, 0.045);
}

.diploma-policy-content .tablabox tr:first-child:hover td {
  background: #767676;
}

.diploma-policy-content .tablabox tr:last-child td {
  border-bottom: 0;
}

.diploma-policy-content .tablabox td:last-child {
  border-left: 0;
}

/* ========================================================================
   TEXT SPACING
   ======================================================================== */

.diploma-policy-content > b,
.diploma-policy-content > strong {
  display: inline-block;
  margin: 5px 0 10px;
}

.diploma-policy-content p {
  margin: 0 0 14px;
}

/* ========================================================================
   TABLET
   ======================================================================== */

@media screen and (max-width: 900px) {
  .diploma-policy-page {
    padding: 38px 22px 66px;
  }

  .diploma-policy-header {
    margin-bottom: 28px;
  }

  .diploma-policy-content {
    overflow-x: hidden;
  }

  .diploma-policy-content center {
    overflow-x: auto;
  }

  .diploma-policy-content .tablabox {
    min-width: 680px;
  }

  .diploma-policy-content > .subtitle:first-child {
    padding: 24px;
  }
}

/* ========================================================================
   MOBILE
   ======================================================================== */

@media screen and (max-width: 520px) {
  .diploma-policy-page {
    padding: 32px 18px 56px;
  }

  .diploma-policy-header {
    margin-bottom: 24px;
  }

  .diploma-policy-header .h1_diploma_color {
    font-size: var(--dip-h1, 26px);
  }

  .diploma-policy-content {
    font-size: 16px;
    line-height: 1.5;
  }

  .diploma-policy-content > .subtitle:first-child,
  .diploma-policy-content > .subtitle:not(:first-child) {
    padding: 20px 18px;
    font-size: 16px;
  }

  .diploma-policy-content > .subtitle:first-child a {
    font-size: 16px;
  }

  .diploma-policy-content h2,
  .diploma-policy-content .diploma_color,
  .diploma-policy-content .ragil {
    margin-top: 38px;
    margin-bottom: 15px;
    font-size: var(--dip-h2, 22px);
  }

  .diploma-policy-content ol,
  .diploma-policy-content ul {
    padding-right: 22px;
  }

  .diploma-policy-content li {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .diploma-policy-content .tablabox td {
    padding: 14px;
    font-size: 15px;
  }
}


.diploma-policy-top-note {
  width: 100%;
  margin: 0 0 34px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.diploma-policy-top-note p {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.diploma-policy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 17px;
  border-radius: 8px;
  background: #83acb6;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.diploma-policy-button:hover {
  background: #767676;
  color: #ffffff !important;
  transform: translateY(-2px);
}

@media screen and (max-width: 520px) {
  .diploma-policy-top-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .diploma-policy-top-note p {
    font-size: 16px;
  }

  .diploma-policy-button {
    width: auto;
  }
}

/* ========================================================================
   DIPLOMA LABOR MINISTRY REGISTRATION POLICY
   ======================================================================== */

#diplomaLaborRegistrationPolicy.diploma-policy-page {
  width: 100%;
  padding: 42px 20px 78px;
  background: var(--dip-white, #ffffff);
  color: var(--dip-text, #000000);
  direction: rtl;
}

#diplomaLaborRegistrationPolicy .diploma-policy-inner {
  width: 100%;
  max-width: var(--dip-container, 1200px);
  margin: 0 auto;
}

#diplomaLaborRegistrationPolicy .diploma-policy-header {
  width: 100%;
  margin: 0 0 34px;
}

#diplomaLaborRegistrationPolicy .h1_diploma_color {
  margin: 0;
  color: var(--dip-text, #000000);
  font-size: var(--dip-h1, 34px);
  font-weight: 700;
  line-height: 1.3;
}

#diplomaLaborRegistrationPolicy .diploma-policy-content {
  width: 100%;
  color: var(--dip-text, #000000);
  font-size: var(--dip-text-size, 18px);
  font-weight: 300;
  line-height: 1.55;
}

#diplomaLaborRegistrationPolicy .diploma-policy-intro {
  width: 100%;
  margin: 0 0 42px;
}

#diplomaLaborRegistrationPolicy .diploma-policy-intro p {
  margin: 0 0 14px;
  color: var(--dip-text, #000000);
  font-size: var(--dip-text-size, 18px);
  font-weight: 300;
  line-height: 1.55;
}

#diplomaLaborRegistrationPolicy .diploma-policy-intro p:last-child {
  margin-bottom: 0;
}

#diplomaLaborRegistrationPolicy .diploma-policy-section {
  width: 100%;
  margin: 0 0 48px;
}

#diplomaLaborRegistrationPolicy .diploma-policy-section:last-child {
  margin-bottom: 0;
}

#diplomaLaborRegistrationPolicy .ragil {
  margin: 0 0 24px;
  color: var(--dip-text, #000000);
  font-size: var(--dip-h2, 25px);
  font-weight: 700;
  line-height: 1.3;
}

#diplomaLaborRegistrationPolicy .diploma-policy-subheading {
  margin: 32px 0 16px;
  color: var(--dip-primary, #83acb6);
  font-size: var(--dip-h3, 20px);
  font-weight: 700;
  line-height: 1.3;
}

#diplomaLaborRegistrationPolicy .diploma-policy-table-wrap {
  width: 100%;
  margin: 0 0 34px;
  overflow-x: auto;
  border: 1px solid rgba(103, 95, 160, 0.22);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(35, 28, 48, 0.06);
}

#diplomaLaborRegistrationPolicy .diploma-policy-table {
  width: 100%;
  min-width: 680px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
}

#diplomaLaborRegistrationPolicy .diploma-policy-table th,
#diplomaLaborRegistrationPolicy .diploma-policy-table td {
  padding: 17px 20px;
  border: 0;
  border-bottom: 1px solid rgba(103, 95, 160, 0.13);
  border-left: 1px solid rgba(103, 95, 160, 0.10);
  text-align: right;
  vertical-align: top;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}

#diplomaLaborRegistrationPolicy .diploma-policy-table th {
  background: var(--dip-secondary, #767676);
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

#diplomaLaborRegistrationPolicy .diploma-policy-table tbody tr:nth-child(even) td {
  background: rgba(103, 95, 160, 0.035);
}

#diplomaLaborRegistrationPolicy .diploma-policy-table tbody tr:hover td {
  background: rgba(131, 28, 29, 0.045);
}

#diplomaLaborRegistrationPolicy .diploma-policy-table tr:last-child td {
  border-bottom: 0;
}

#diplomaLaborRegistrationPolicy .diploma-policy-table th:last-child,
#diplomaLaborRegistrationPolicy .diploma-policy-table td:last-child {
  border-left: 0;
}

#diplomaLaborRegistrationPolicy .diploma-policy-table b,
#diplomaLaborRegistrationPolicy .diploma-policy-table strong {
  font-weight: 700;
}

#diplomaLaborRegistrationPolicy .diploma-policy-list {
  width: 100%;
  margin: 0;
  padding-right: 28px;
}

#diplomaLaborRegistrationPolicy .diploma-policy-list li {
  margin: 0 0 11px;
  padding-right: 4px;
  color: var(--dip-text, #000000);
  font-size: var(--dip-text-size, 18px);
  font-weight: 300;
  line-height: 1.55;
}

#diplomaLaborRegistrationPolicy .diploma-policy-list li::marker {
  color: var(--dip-primary, #83acb6);
  font-weight: 700;
}

#diplomaLaborRegistrationPolicy b,
#diplomaLaborRegistrationPolicy strong {
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  #diplomaLaborRegistrationPolicy.diploma-policy-page {
    padding: 38px 22px 64px;
  }
}

@media screen and (max-width: 520px) {
  #diplomaLaborRegistrationPolicy.diploma-policy-page {
    padding: 32px 18px 54px;
  }

  #diplomaLaborRegistrationPolicy .diploma-policy-header {
    margin-bottom: 28px;
  }

  #diplomaLaborRegistrationPolicy .diploma-policy-intro {
    margin-bottom: 36px;
  }

  #diplomaLaborRegistrationPolicy .diploma-policy-section {
    margin-bottom: 40px;
  }

  #diplomaLaborRegistrationPolicy .diploma-policy-subheading {
    margin-top: 26px;
  }

  #diplomaLaborRegistrationPolicy .diploma-policy-table th,
  #diplomaLaborRegistrationPolicy .diploma-policy-table td {
    padding: 14px;
    font-size: 15px;
  }

  #diplomaLaborRegistrationPolicy .diploma-policy-list {
    padding-right: 22px;
  }

  #diplomaLaborRegistrationPolicy .diploma-policy-list li {
    font-size: 16px;
  }
}

/* ========================================================================
   DIPLOMA CONSULTATION MEETING PAGE
   ======================================================================== */

.diploma-consultation-page,
.diploma-consultation-page * {
  box-sizing: border-box;
  font-family: var(--dip-font, "Open Sans", Arial, sans-serif);
}

.diploma-consultation-page {
  width: 100%;
  padding: 42px 20px 78px;
  background: var(--dip-white, #ffffff);
  color: var(--dip-text, #000000);
  direction: rtl;
}

.diploma-consultation-inner {
  width: 100%;
  max-width: var(--dip-container, 1200px);
  margin: 0 auto;
}

.diploma-consultation-header {
  width: 100%;
  margin: 0 0 24px;
}

.diploma-consultation-title {
  margin: 0;
  color: var(--dip-text, #000000);
  font-size: var(--dip-h1, 34px);
  font-weight: 700;
  line-height: 1.3;
}

.diploma-consultation-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 0 34px;
}

.diploma-consultation-content p {
  margin: 0;
  color: var(--dip-text, #000000);
  font-size: var(--dip-text-size, 18px);
  font-weight: 300;
  line-height: 1.55;
}

.diploma-consultation-contact {
  width: 100%;
  padding: 30px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border: 1px solid #83acb6;
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 8%, rgba(103, 95, 160, 0.08), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(131, 28, 29, 0.08), transparent 32%),
    linear-gradient(110deg, #ffffff 0%, #fcfbfd 48%, #f8f6fa 100%);
}

.diploma-consultation-contact-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(131, 28, 29, 0.10);
  color: #83acb6;
}

.diploma-consultation-contact-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.diploma-consultation-contact-content h2 {
  margin: 0 0 10px;
  color: #83acb6;
  font-size: var(--dip-h3, 20px);
  font-weight: 700;
  line-height: 1.3;
}

.diploma-consultation-contact-content p {
  margin: 0 0 20px;
  color: #000000;
  font-size: var(--dip-text-size, 18px);
  font-weight: 300;
  line-height: 1.5;
}

.diploma-consultation-contact-content strong {
  font-weight: 700;
  direction: ltr;
  unicode-bidi: embed;
}

.diploma-consultation-contact-content p a {
  color: #767676;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.diploma-consultation-contact-content p a:hover {
  color: #83acb6;
}

.diploma-consultation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.diploma-consultation-button {
  min-height: 44px;
  padding: 11px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.diploma-consultation-button.is-phone {
  background: #83acb6;
  color: #ffffff;
}

.diploma-consultation-button.is-email {
  border: 1px solid #767676;
  background: #ffffff;
  color: #767676;
}

.diploma-consultation-button.is-phone:hover {
  background: #767676;
  color: #ffffff;
  transform: translateY(-2px);
}

.diploma-consultation-button.is-email:hover {
  border-color: #83acb6;
  background: #83acb6;
  color: #ffffff;
  transform: translateY(-2px);
}

@media screen and (max-width: 900px) {
  .diploma-consultation-page {
    padding: 38px 22px 64px;
  }
}

@media screen and (max-width: 520px) {
  .diploma-consultation-page {
    padding: 32px 18px 54px;
  }

  .diploma-consultation-contact {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 13px;
    padding: 22px 18px;
  }

  .diploma-consultation-contact-icon {
    width: 38px;
    height: 38px;
  }

  .diploma-consultation-contact-icon svg {
    width: 20px;
    height: 20px;
  }

  .diploma-consultation-actions {
    flex-direction: column;
  }

  .diploma-consultation-button {
    width: 100%;
  }
}

/* ========================================================================
   DIPLOMA SOLDIERS RIGHTS AND BENEFITS
   ======================================================================== */

.diploma-soldiers-page,
.diploma-soldiers-page * {
  box-sizing: border-box;
  font-family: var(--dip-font, "Open Sans", Arial, sans-serif);
}

.diploma-soldiers-page {
  width: 100%;
  padding: 42px 20px 78px;
  background: var(--dip-white, #ffffff);
  color: var(--dip-text, #000000);
  direction: rtl;
}

.diploma-soldiers-inner {
  width: 100%;
  max-width: var(--dip-container, 1200px);
  margin: 0 auto;
}

.diploma-soldiers-header {
  width: 100%;
  margin: 0 0 30px;
}

.diploma-soldiers-title {
  margin: 0;
  color: var(--dip-text, #000000);
  font-size: var(--dip-h1, 34px);
  font-weight: 700;
  line-height: 1.3;
}

.diploma-soldiers-content {
  width: 100%;
  max-width: 1200px;
}

.diploma-soldiers-subtitle {
  margin: 0 0 18px;
  color: var(--dip-text, #000000);
  font-size: var(--dip-h2, 25px);
  font-weight: 700;
  line-height: 1.3;
}

.diploma-soldiers-content p {
  margin: 0 0 24px;
  color: var(--dip-text, #000000);
  font-size: var(--dip-text-size, 18px);
  font-weight: 300;
  line-height: 1.55;
}

.diploma-soldiers-pdf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 22px;
  border-radius: 8px;
  background: #83acb6;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.diploma-soldiers-pdf-button:hover {
  background: #767676;
  color: #ffffff !important;
  transform: translateY(-2px);
}

@media screen and (max-width: 900px) {
  .diploma-soldiers-page {
    padding: 38px 22px 64px;
  }
}

@media screen and (max-width: 520px) {
  .diploma-soldiers-page {
    padding: 32px 18px 54px;
  }

  .diploma-soldiers-header {
    margin-bottom: 24px;
  }

  .diploma-soldiers-content p {
    font-size: 16px;
  }

  .diploma-soldiers-pdf-button {
    width: 100%;
  }
}

/* ========================================================================
   STUDENT ASSOCIATION COURSES
   ======================================================================== */

.student-association-page,
.student-association-page * {
  box-sizing: border-box;
  font-family: var(--dip-font, "Open Sans", Arial, sans-serif);
}

.student-association-page {
  width: 100%;
  padding: 42px 20px 80px;
  background: var(--dip-white, #ffffff);
  color: var(--dip-text, #000000);
  direction: rtl;
}

.student-association-inner {
  width: 100%;
  max-width: var(--dip-container, 1200px);
  margin: 0 auto;
}

.student-association-header {
  width: 100%;
  max-width: 1200px;
  margin: 0 0 52px;
}

.student-association-title {
  margin: 0 0 16px;
  color: #000000;
  font-size: var(--dip-h1, 34px);
  font-weight: 700;
  line-height: 1.3;
}

.student-association-lead {
  margin: 0;
  color: #000000;
  font-size: var(--dip-text-size, 18px);
  font-weight: 300;
  line-height: 1.5;
}

.student-school-section {
  width: 100%;
  margin: 0 0 58px;
}

.student-school-section:last-child {
  margin-bottom: 0;
}

.student-school-title {
  margin: 0 0 24px;
  color: #83acb6;
  font-size: var(--dip-h2, 25px);
  font-weight: 700;
  line-height: 1.3;
}

.student-course-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.student-course-card {
  position: relative;
  min-height: 70px;
  padding: 18px 20px 18px 48px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(103, 95, 160, 0.20);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 8%, rgba(103, 95, 160, 0.05), transparent 34%),
    linear-gradient(110deg, #ffffff 0%, #fcfbfd 100%);
  color: #767676 !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  text-align: right;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(35, 28, 48, 0.05);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.student-course-card::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.22s ease;
}

.student-course-card:hover {
  color: #83acb6 !important;
  border-color: rgba(131, 28, 29, 0.34);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(35, 28, 48, 0.09);
}

.student-course-card:hover::after {
  transform: translate(-4px, -50%) rotate(45deg);
}

.student-school-diploma .student-school-title {
  color: #83acb6;
}

.student-school-tafnit .student-school-title {
  color: #4f2d73;
}

.student-school-dialog .student-school-title {
  color: #286f9e;
}

.student-school-merav .student-school-title {
  color: #6f8b3d;
}

.student-school-hasifa .student-school-title {
  color: #ec008c;
}

@media screen and (max-width: 1100px) {
  .student-course-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 800px) {
  .student-association-page {
    padding: 38px 22px 66px;
  }

  .student-course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 520px) {
  .student-association-page {
    padding: 32px 18px 54px;
  }

  .student-association-header {
    margin-bottom: 42px;
  }

  .student-association-title {
    font-size: var(--dip-h1, 26px);
  }

  .student-association-lead {
    font-size: 16px;
  }

  .student-school-section {
    margin-bottom: 46px;
  }

  .student-school-title {
    margin-bottom: 18px;
    font-size: var(--dip-h2, 22px);
  }

  .student-course-grid {
    grid-template-columns: 1fr;
  }

  .student-course-card {
    min-height: 62px;
    padding: 15px 16px 15px 42px;
    font-size: 16px;
  }

  .student-course-card::after {
    left: 16px;
  }
}

/* ========================================================================
   DIPLOMA INTERIOR DESIGN ARTICLES
   COMPLETE SECTION
   ======================================================================== */

.diploma-interior-articles,
.diploma-interior-articles * {
  box-sizing: border-box;
  font-family: var(--dip-font, "Open Sans", Arial, Helvetica, sans-serif);
}

.diploma-interior-articles {
  width: 100%;
  padding: 42px 20px 80px;
  background: #ffffff;
  color: #000000;
  direction: rtl;
}

.diploma-interior-articles-inner {
  width: 100%;
  max-width: var(--dip-container, 1200px);
  margin: 0 auto;
}

/* ========================================================================
   HEADER
   ======================================================================== */

.diploma-interior-articles-header {
  width: 100%;
  margin: 0 0 42px;
}

.diploma-interior-articles-title {
  margin: 0 0 20px;
  padding: 0;
  color: #000000;
  font-size: var(--dip-h1, 34px);
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
}

.diploma-interior-articles-title::before,
.diploma-interior-articles-title::after {
  content: none !important;
  display: none !important;
}

.diploma-interior-articles-intro {
  width: 100%;
  margin: 0;
}

.diploma-interior-articles-intro p {
  margin: 0 0 12px;
  padding: 0;
  color: #000000;
  font-size: var(--dip-text-size, 18px);
  font-weight: 300;
  line-height: 1.55;
  text-align: right;
}

.diploma-interior-articles-intro p:last-child {
  margin-bottom: 0;
}

.diploma-interior-articles-intro a {
  color: #83acb6;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.diploma-interior-articles-intro a:hover {
  color: #767676;
}

/* ========================================================================
   GRID
   ======================================================================== */

.diploma-interior-articles-grid {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  direction: rtl;
}

/* ========================================================================
   CARD
   ======================================================================== */

.diploma-interior-article {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(103, 95, 160, 0.22);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(103, 95, 160, 0.08);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.diploma-interior-article::before,
.diploma-interior-article::after {
  content: none !important;
  display: none !important;
}

.diploma-interior-article:hover {
  border-color: rgba(118, 118, 118, 0.38);
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(103, 95, 160, 0.14);
}

/* ========================================================================
   CARD LINK
   ======================================================================== */

.diploma-interior-article-link {
  width: 100%;
  min-width: 0;
  min-height: 116px;
  height: 100%;
  margin: 0;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr) 34px;
  grid-template-rows: 1fr;
  gap: 18px;
  align-items: center;
  color: inherit;
  direction: rtl;
  text-decoration: none !important;
}

/* ========================================================================
   IMAGE
   ======================================================================== */

.diploma-interior-article-image {
  grid-column: 1;
  grid-row: 1;
  display: block;
  width: 124px;
  min-width: 124px;
  max-width: none;
  height: 88px;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  align-self: center;
  justify-self: start;
  transition: transform 0.35s ease;
}

.diploma-interior-article:hover .diploma-interior-article-image {
  transform: scale(1.04);
}

/* ========================================================================
   CONTENT
   ======================================================================== */

.diploma-interior-article-content {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  align-self: center;
  text-align: right;
}

.diploma-interior-article-content::before,
.diploma-interior-article-content::after {
  content: none !important;
  display: none !important;
}

.diploma-interior-article-content h2 {
  display: block;
  width: 100%;
  margin: 0 0 7px;
  padding: 0;
  color: #767676;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  transition: color 0.2s ease;
}

.diploma-interior-article-content p {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.45;
  text-align: right;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.diploma-interior-article:hover .diploma-interior-article-content h2 {
  color: #83acb6;
}

/* ========================================================================
   ARROW
   ======================================================================== */

.diploma-interior-article-arrow {
  grid-column: 3;
  grid-row: 1;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  justify-self: center;
  color: #83acb6;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.diploma-interior-article-arrow svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.diploma-interior-article:hover .diploma-interior-article-arrow {
  color: #767676;
  transform: translateX(-4px);
}

/* ========================================================================
   TABLET
   ======================================================================== */

@media screen and (max-width: 900px) {
  .diploma-interior-articles {
    padding: 38px 22px 64px;
  }

  .diploma-interior-articles-header {
    margin-bottom: 36px;
  }

  .diploma-interior-articles-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================================================================
   MOBILE
   ======================================================================== */

@media screen and (max-width: 520px) {
  .diploma-interior-articles {
    padding: 32px 18px 54px;
  }

  .diploma-interior-articles-title {
    margin-bottom: 16px;
    font-size: var(--dip-h1, 26px);
  }

  .diploma-interior-articles-intro p {
    font-size: 16px;
    line-height: 1.5;
  }

  .diploma-interior-articles-grid {
    gap: 14px;
  }

  .diploma-interior-article-link {
    min-height: 106px;
    padding: 10px;
    grid-template-columns: 86px minmax(0, 1fr) 24px;
    gap: 12px;
  }

  .diploma-interior-article-image {
    width: 86px;
    min-width: 86px;
    height: 72px;
  }

  .diploma-interior-article-content h2 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.35;
  }

  .diploma-interior-article-content p {
    font-size: 14px;
    line-height: 1.4;
  }

  .diploma-interior-article-arrow {
    width: 24px;
    height: 24px;
  }

  .diploma-interior-article-arrow svg {
    width: 20px;
    height: 20px;
  }

  .diploma-interior-article:hover {
    transform: none;
  }
}