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

:root {
  --dip-primary: #831c1d;
  --dip-primary-dark: #5f1415;
  --dip-secondary: #675fa0;
  --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, #831c1d, #675fa0);
}

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

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

.diploma-board-content h3 {
  margin: 0 0 8px;
  color: #831c1d;
  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: #831c1d;
  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: #675fa0;
  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: #831c1d;
}

/* ========================================================================
   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: #675fa0;
  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: #831c1d;
  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: #675fa0;
  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: #831c1d;
}

/* ========================================================================
   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: #831c1d;
  font-size: var(--dip-h3, 20px);
  font-weight: 700;
  line-height: 1.3;
}

.diploma-campuses-phone-number {
  display: inline-block;
  color: #675fa0 !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: #831c1d !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: #831c1d;
  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: #831c1d;
  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: #831c1d;
  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 #831c1d;
  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: #675fa0;
  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: #831c1d;
}

/* ========================================================================
   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, #675fa0);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

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

/* ========================================================================
   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, #831c1d);
  font-weight: 700;
}

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

/* ========================================================================
   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: #675fa0;
  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: #675fa0;
}

.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: #831c1d;
  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: #675fa0;
  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, #831c1d);
  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, #675fa0);
  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, #831c1d);
  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 #831c1d;
  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: #831c1d;
}

.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: #831c1d;
  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: #675fa0;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.diploma-consultation-contact-content p a:hover {
  color: #831c1d;
}

.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: #831c1d;
  color: #ffffff;
}

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

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

.diploma-consultation-button.is-email:hover {
  border-color: #831c1d;
  background: #831c1d;
  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: #831c1d;
  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: #675fa0;
  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: #831c1d;
  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: #000000 !important;
  font-size: 17px;
  font-weight: 500;
  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: #831c1d !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: #831c1d;
}

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

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

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

.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: #831c1d;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

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

/* ========================================================================
   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(131, 28, 29, 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: #675fa0;
  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: #831c1d;
}

/* ========================================================================
   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: #831c1d;
  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: #675fa0;
  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.3;
  }

  .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.3;
  }

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

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

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

/* ========================================================================
   DIPLOMA ACADEMIC CREDITS PAGE
   מדיפלומה לתואר ראשון
   ======================================================================== */

.diploma-academic-credits-section {
  width: 100%;
  max-width: 1200px;
  margin: 0;
  padding: 0;
  border: 0;
}

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

.diploma-academic-credits-section p {
  width: 100%;
  max-width: 1100px;
  margin: 0 0 18px;
  color: #000000;
  font-size: var(--dip-text-size, 18px);
  font-weight: 300;
  line-height: 1.3;
}

.diploma-academic-credits-section p strong {
  color: #000000;
  font-weight: 700;
}

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

.diploma-academic-credits-section .diploma-content-list {
  width: 100%;
  margin: 30px 0 48px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.diploma-academic-credits-section .diploma-content-list li {
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.diploma-academic-credits-section .diploma-content-list li::before,
.diploma-academic-credits-section .diploma-content-list li::after {
  content: none !important;
  display: none !important;
}

.diploma-academic-credits-section .diploma-content-list a {
  position: relative;
  width: 100%;
  min-height: 62px;
  padding: 17px 20px 17px 52px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(103, 95, 160, 0.20);
  border-radius: 8px;
  background: #ffffff;
  color: #675fa0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(35, 28, 48, 0.05);
  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.diploma-academic-credits-section .diploma-content-list a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  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-academic-credits-section .diploma-content-list a:hover {
  color: #831c1d;
  border-color: rgba(118, 118, 118, 0.38);
  transform: translateY(-3px);
  box-shadow: 0 13px 28px rgba(35, 28, 48, 0.09);
}

.diploma-academic-credits-section .diploma-content-list a:hover::after {
  transform: translate(-4px, -50%) rotate(45deg);
}

/* ========================================================================
   CLARIFICATIONS TITLE
   ======================================================================== */

.diploma-academic-credits-section .diploma-info-title {
  margin: 0 0 20px;
  padding: 0;
  color: #000000;
  font-size: var(--dip-h2, 25px);
  font-weight: 700;
  line-height: 1.3;
}

.diploma-academic-credits-section .diploma-info-title::before,
.diploma-academic-credits-section .diploma-info-title::after {
  content: none !important;
  display: none !important;
}

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

@media screen and (max-width: 800px) {
  .diploma-academic-credits-section .diploma-content-list {
    grid-template-columns: 1fr;
  }
}

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

@media screen and (max-width: 520px) {
  .diploma-academic-credits-section p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.3;
  }

  .diploma-academic-credits-section .diploma-content-list {
    margin-top: 24px;
    margin-bottom: 38px;
    gap: 10px;
  }

  .diploma-academic-credits-section .diploma-content-list a {
    min-height: 56px;
    padding: 14px 16px 14px 44px;
    font-size: 16px;
  }

  .diploma-academic-credits-section .diploma-content-list a::after {
    left: 17px;
  }

  .diploma-academic-credits-section .diploma-info-title {
    margin-bottom: 16px;
    font-size: var(--dip-h2, 22px);
  }

  .diploma-academic-credits-section .diploma-content-list a:hover {
    transform: none;
  }
}
/* קו גרדיאנט מתחת לכותרת העמוד */
#diplomaAboutIntro .diploma-about-intro-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

#diplomaAboutIntro .diploma-about-intro-title::after {
  content: "" !important;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block !important;
  width: 170px;
  max-width: 100%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(to left, #831c1d, #675fa0);
}

/* התאמה לסלולר */
@media screen and (max-width: 520px) {
  #diplomaAboutIntro .diploma-about-intro-title::after {
    width: 135px;
  }
}

/* ========================================================================
   LAMDA LINK BUTTON
   ======================================================================== */

.diploma-lamda-button {
  position: relative;
  min-height: 46px;
  margin-top: 12px;
  padding: 12px 22px 12px 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #831c1d;
  border-radius: 8px;
  background: #831c1d;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 9px 20px rgba(131, 28, 29, 0.18);
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.diploma-lamda-button::after {
  content: "";
  position: absolute;
  left: 21px;
  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-lamda-button:hover {
  border-color: #675fa0;
  background: #675fa0;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 13px 26px rgba(103, 95, 160, 0.24);
}

.diploma-lamda-button:hover::after {
  transform: translate(-4px, -50%) rotate(45deg);
}

.diploma-lamda-button:focus-visible {
  outline: 3px solid rgba(118, 118, 118, 0.38);
  outline-offset: 4px;
}

@media screen and (max-width: 520px) {
  .diploma-lamda-button {
    width: 100%;
    margin-top: 8px;
    padding: 13px 20px 13px 48px;
    font-size: 16px;
  }

  .diploma-lamda-button:hover {
    transform: none;
  }
}

/* ========================================================================
   DIPLOMA LIBRARY PAGE
   ======================================================================== */

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

.diploma-library-content {
  width: 100%;
  max-width: 1100px;
}

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

.diploma-library-content strong {
  font-weight: 700;
}

.diploma-library-button {
  position: relative;
  min-height: 46px;
  padding: 12px 22px 12px 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #831c1d;
  border-radius: 8px;
  background: #831c1d;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 9px 20px rgba(131, 28, 29, 0.18);
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.diploma-library-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 21px;
  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-library-button:hover {
  border-color: #675fa0;
  background: #675fa0;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 13px 26px rgba(103, 95, 160, 0.24);
}

.diploma-library-button:hover::after {
  transform: translate(-4px, -50%) rotate(45deg);
}

.diploma-library-button:focus-visible {
  outline: 3px solid rgba(118, 118, 118, 0.38);
  outline-offset: 4px;
}

@media screen and (max-width: 520px) {
  .diploma-library-content p {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.5;
  }

  .diploma-library-button {
    width: 100%;
    padding: 13px 20px 13px 48px;
    font-size: 16px;
  }

  .diploma-library-button:hover {
    transform: none;
  }
}

/* כפתור לאתר הספרייה */
.diploma-library-button {
  position: relative;
  width: fit-content;
  min-height: 46px;
  margin-top: 8px;
  padding: 12px 22px 12px 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #831c1d;
  border-radius: 8px;
  background: #831c1d;
  color: #ffffff !important;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 9px 20px rgba(131, 28, 29, 0.18);
  transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.diploma-library-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 21px;
  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-library-button:hover {
  border-color: #675fa0;
  background: #675fa0;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 13px 26px rgba(103, 95, 160, 0.24);
}

.diploma-library-button:hover::after {
  transform: translate(-4px, -50%) rotate(45deg);
}

.diploma-library-button:focus-visible {
  outline: 3px solid rgba(118, 118, 118, 0.38);
  outline-offset: 4px;
}

@media screen and (max-width: 520px) {
  .diploma-library-button {
    width: 100%;
    padding: 13px 20px 13px 48px;
    font-size: 16px;
  }

  .diploma-library-button:hover {
    transform: none;
  }
}

/* ========================================================================
   OPEN UNIVERSITY PAGE
   ======================================================================== */

.diploma-open-university-section {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.diploma-open-university-content {
  width: 100%;
  max-width: 1100px;
}

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

.diploma-open-university-content p:last-child {
  margin-bottom: 0;
}

.diploma-open-university-link {
  position: relative;
  display: inline-block;
  color: #675fa0 !important;
  font-weight: 700;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.diploma-open-university-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(to left, #831c1d, #675fa0);
  transform-origin: right;
  transition: transform 0.22s ease;
}

.diploma-open-university-link:hover {
  color: #831c1d !important;
}

.diploma-open-university-link:hover::after {
  transform: scaleX(0.65);
}

.diploma-open-university-link:focus-visible {
  outline: 3px solid rgba(118, 118, 118, 0.38);
  outline-offset: 5px;
  border-radius: 3px;
}

@media screen and (max-width: 520px) {
  .diploma-open-university-content p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5;
  }
}

/* ========================================================================
   DIPLOMA TESTIMONIALS AND RECOMMENDATIONS PAGE
   ======================================================================== */

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

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

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

.diploma-reference-section {
  width: 100%;
  margin: 0 0 58px;
  padding: 0;
}

.diploma-reference-section:last-child {
  margin-bottom: 0;
}

.diploma-reference-header {
  width: 100%;
  margin: 0 0 22px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

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

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

.diploma-reference-count {
  flex: 0 0 auto;
  color: var(--dip-primary, #831c1d);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

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

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

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

.diploma-reference-list a {
  position: relative;
  width: 100%;
  min-height: 62px;
  padding: 15px 18px 15px 52px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(103, 95, 160, 0.20);
  border-radius: 8px;
  background: #ffffff;
  color: var(--dip-secondary, #675fa0) !important;
  text-decoration: none !important;
  box-shadow: 0 7px 20px rgba(35, 28, 48, 0.045);
  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.diploma-reference-link-text {
  min-width: 0;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: right;
}

.diploma-reference-arrow {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(103, 95, 160, 0.10);
  color: var(--dip-primary, #831c1d);
  transform: translateY(-50%);
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.diploma-reference-arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.diploma-reference-list a:hover {
  color: var(--dip-primary, #831c1d) !important;
  border-color: rgba(131, 28, 29, 0.34);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(35, 28, 48, 0.09);
}

.diploma-reference-list a:hover .diploma-reference-arrow {
  background: var(--dip-primary, #831c1d);
  color: #ffffff;
  transform: translate(-4px, -50%);
}

.diploma-reference-list a:focus-visible {
  outline: 3px solid rgba(103, 95, 160, 0.28);
  outline-offset: 3px;
}

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

  .diploma-reference-section {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 720px) {
  .diploma-reference-list {
    grid-template-columns: 1fr;
  }
}

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

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

  .diploma-reference-header {
    margin-bottom: 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .diploma-reference-title {
    font-size: var(--dip-h2, 22px);
  }

  .diploma-reference-count {
    font-size: 13px;
  }

  .diploma-reference-list {
    gap: 10px;
  }

  .diploma-reference-list a {
    min-height: 58px;
    padding: 13px 15px 13px 46px;
  }

  .diploma-reference-link-text {
    font-size: 15px;
  }

  .diploma-reference-arrow {
    left: 14px;
    width: 25px;
    height: 25px;
  }

  .diploma-reference-list a:hover {
    transform: none;
  }

  .diploma-reference-list a:hover .diploma-reference-arrow {
    transform: translateY(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .diploma-reference-list a,
  .diploma-reference-arrow {
    transition: none;
  }
}

/* ========================================================================
   DIPLOMA THANK YOU PAGE
   OPEN LAYOUT, NO CARD
   ======================================================================== */

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

.diploma-thanks-page {
  width: 100%;
  padding: 42px 20px 78px;
  background: #ffffff;
  color: #000000;
  direction: rtl;
}

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

.diploma-thanks-header {
  width: 100%;
  margin: 0 0 34px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.diploma-thanks-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(131, 28, 29, 0.10);
  color: #831c1d;
}

.diploma-thanks-icon svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

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

.diploma-thanks-content {
  width: 100%;
  max-width: 1200px;
  padding-right: 0px;
}

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

.diploma-thanks-content p a {
  color: #675fa0;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.diploma-thanks-content p a:hover {
  color: #831c1d;
}

.diploma-thanks-button {
  position: relative;
  min-height: 46px;
  margin-top: 12px;
  padding: 12px 22px 12px 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #831c1d;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 9px 20px rgba(131, 28, 29, 0.18);
  transition: background-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.diploma-thanks-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 21px;
  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-thanks-button:hover {
  background: #675fa0;
  transform: translateY(-3px);
  box-shadow: 0 13px 26px rgba(103, 95, 160, 0.24);
}

.diploma-thanks-button:hover::after {
  transform: translate(-4px, -50%) rotate(45deg);
}

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

  .diploma-thanks-header {
    gap: 13px;
    margin-bottom: 28px;
  }

  .diploma-thanks-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

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

  .diploma-thanks-title {
    font-size: 26px;
  }

  .diploma-thanks-subtitle {
    font-size: 21px;
  }

  .diploma-thanks-content {
    padding-right: 0;
  }

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

  .diploma-thanks-button {
    width: 100%;
    font-size: 16px;
  }

  .diploma-thanks-button:hover {
    transform: none;
  }
}

/* ========================================================================
   DIPLOMA SITEMAP
   SIMPLE LAYOUT
   ======================================================================== */

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

.diploma-sitemap-page {
  width: 100%;
  padding: 24px 20px 76px;
  background: #ffffff;
  color: #000000;
  direction: rtl;
}

.diploma-sitemap-inner {
  width: 100%;
  max-width: var(--dip-container, 1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 60px;
  row-gap: 48px;
  align-items: start;
}

.diploma-sitemap-section {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.diploma-sitemap-section:first-child {
  grid-column: span 1;
}

.diploma-sitemap-title {
  margin: 0 0 16px;
  padding: 0;
  color: #831c1d;
  font-size: var(--dip-h2, 25px);
  font-weight: 700;
  line-height: 1.3;
}

.diploma-sitemap-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.diploma-sitemap-list li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 16px 0 0;
  color: #000000;
  font-size: var(--dip-text-size, 18px);
  font-weight: 300;
  line-height: 1.4;
}

.diploma-sitemap-list li:last-child {
  margin-bottom: 0;
}

.diploma-sitemap-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #675fa0;
}

.diploma-sitemap-list a {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.diploma-sitemap-list a:hover {
  color: #831c1d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.diploma-sitemap-list a:focus-visible {
  outline: 2px solid rgba(103, 95, 160, 0.45);
  outline-offset: 3px;
  border-radius: 2px;
}

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

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

  .diploma-sitemap-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 42px;
    row-gap: 42px;
  }

  .diploma-sitemap-section:first-child {
    grid-column: span 1;
  }
}

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

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

  .diploma-sitemap-inner {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }

  .diploma-sitemap-section:first-child {
    grid-column: auto;
  }

  .diploma-sitemap-title {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .diploma-sitemap-list li {
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 1.4;
  }

  .diploma-sitemap-list li::before {
    top: 8px;
  }
}

/* RECOMMENDATION PAGE */
.diploma-recommendation-page,
.diploma-recommendation-page * {
  box-sizing: border-box;
}

.diploma-recommendation-page {
  width: 100%;
  direction: rtl;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000000;
  background: #ffffff;
}

.diploma-recommendation-inner {
  width: calc(100% - 44px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 25px 0 60px;
}

/* HEADER */
.diploma-recommendation-header {
  margin-bottom: 28px;
  text-align: right;
}

.diploma-recommendation-label {
  display: block;
  margin-bottom: 3px;
  color: #767676;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.diploma-recommendation-title {
  margin: 0;
  color: #831c1d;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.35;
}

.diploma-recommendation-title a {
  color: #831c1d;
  text-decoration: none;
}

.diploma-recommendation-title a:hover,
.diploma-recommendation-title a:focus {
  color: #675fa0;
  text-decoration: underline;
}

/* CONTENT */
.diploma-recommendation-content {
  max-width: 900px;
  text-align: right;
}

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

.diploma-recommendation-signature {
  margin-top: 28px;
}

.diploma-recommendation-signature p {
  margin-bottom: 3px;
}

.diploma-recommendation-signature strong {
  color: #831c1d;
}

/* MOBILE */
@media (max-width: 900px) {
  .diploma-recommendation-inner {
    width: 100%;
    padding: 22px 22px 45px;
  }

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

  .diploma-recommendation-title {
    font-size: 28px;
  }

  .diploma-recommendation-content p {
    font-size: 17px;
    line-height: 1.8;
  }
}

/* ========================================================================
   DIPLOMA ARTICLE PAGE
   ======================================================================== */

.diploma-article-intro .diploma-about-intro-inner {
  max-width: var(--dip-container, 1200px);
}

.diploma-article-lead {
  width: 100%;
  max-width: 900px;
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

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

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

.diploma-article-section {
  width: 100%;
  margin: 0 0 44px;
  padding: 0;
  border: 0;
}

.diploma-article-section:last-child {
  margin-bottom: 0;
}

.diploma-article-section .diploma-info-title {
  margin: 0 0 20px;
  padding: 0;
  color: #000000;
  font-size: var(--dip-h2, 25px);
  font-weight: 700;
  line-height: 1.3;
}

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

.diploma-article-section p {
  width: 100%;
  margin: 0 0 18px;
  color: #000000;
  font-size: var(--dip-text-size, 18px);
  font-weight: 300;
  line-height: 1.3;
}

.diploma-article-section p:last-child {
  margin-bottom: 0;
}

.diploma-article-section p strong {
  color: #000000;
  font-weight: 700;
}

/* ARTICLE LIST */

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

.diploma-article-list li {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 0 25px 0 0;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

.diploma-article-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #831c1d;
  box-shadow: 0 0 0 5px rgba(103, 95, 160, 0.10);
}

/* COURSE CTA */

.diploma-article-course-section {
  margin-top: 54px;
}

.diploma-article-cta {
  width: 100%;
  margin: 28px 0;
  padding: 30px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  border: 1px solid rgba(103, 95, 160, 0.22);
  border-radius: 10px;
  background:
    radial-gradient(circle at 10% 8%, rgba(103, 95, 160, 0.08), transparent 34%),
    radial-gradient(circle at 90% 18%, rgba(131, 28, 29, 0.07), transparent 34%),
    linear-gradient(110deg, #ffffff 0%, #fcfbfd 50%, #f8f6fa 100%);
  box-shadow: 0 10px 28px rgba(35, 28, 48, 0.07);
}

.diploma-article-cta-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(131, 28, 29, 0.10);
  color: #831c1d;
}

.diploma-article-cta-icon svg {
  width: 27px;
  height: 27px;
  display: block;
}

.diploma-article-cta-content h3 {
  margin: 0 0 10px;
  color: #831c1d;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.diploma-article-cta-content p {
  margin: 0 0 20px;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

.diploma-article-cta-link {
  min-height: 44px;
  padding: 11px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 8px;
  background: #831c1d;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition:
    background-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.diploma-article-cta-link svg {
  flex: 0 0 auto;
  transition: transform 0.22s ease;
}

.diploma-article-cta-link:hover {
  background: #675fa0;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(103, 95, 160, 0.22);
}

.diploma-article-cta-link:hover svg {
  transform: translateX(-4px);
}

/* TABLET */

@media screen and (max-width: 900px) {
  .diploma-article-lead {
    font-size: 18px;
  }

  .diploma-article-list {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .diploma-article-section {
    margin-bottom: 38px;
  }
}

/* MOBILE */

@media screen and (max-width: 520px) {
  .diploma-article-intro {
    padding-bottom: 30px !important;
  }

  .diploma-article-lead {
    font-size: 17px;
    line-height: 1.5;
  }

  .diploma-article-page {
    padding-top: 18px;
  }

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

  .diploma-article-section .diploma-info-title {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .diploma-article-section p,
  .diploma-article-list li {
    font-size: 16px;
    line-height: 1.55;
  }

  .diploma-article-list {
    margin-top: 18px;
    margin-bottom: 24px;
  }

  .diploma-article-list li {
    padding-right: 22px;
  }

  .diploma-article-list li::before {
    top: 8px;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 4px rgba(103, 95, 160, 0.10);
  }

  .diploma-article-course-section {
    margin-top: 42px;
  }

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

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

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

  .diploma-article-cta-content h3 {
    font-size: 19px;
  }

  .diploma-article-cta-content p {
    font-size: 16px;
    line-height: 1.5;
  }

  .diploma-article-cta-link {
    width: 100%;
    font-size: 16px;
  }

  .diploma-article-cta-link:hover {
    transform: none;
  }
}

/* ========================================================================
   DIPLOMA ARTICLE PAGE - MISSING ELEMENTS
   Add at the end of diploma-nocourse-page-meli.css
   ======================================================================== */

/* ARTICLE INNER WRAPPER */

.diploma-article-body .diploma-article-inner {
  width: 100%;
  max-width: var(--dip-container, 1200px);
  margin: 0 auto;
  padding: 0 20px 74px;
}

/* ARTICLE AUTHOR */

.diploma-article-author {
  width: 100%;
  margin: 0 0 38px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 4px solid var(--dip-primary, #831c1d);
  border-radius: 8px;
  background: var(--dip-soft-purple, #f5f3fa);
}

.diploma-article-author-label {
  flex: 0 0 auto;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--dip-primary, #831c1d);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.diploma-article-author p {
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

/* EXPORT AND IMPORT DEFINITION CARDS */

.diploma-article-definition-grid {
  width: 100%;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.diploma-article-definition-card {
  min-width: 0;
  margin: 0;
  padding: 24px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  border: 1px solid rgba(103, 95, 160, 0.22);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 9px 24px rgba(35, 28, 48, 0.06);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

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

.diploma-article-definition-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(103, 95, 160, 0.11);
  color: var(--dip-primary, #831c1d);
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.diploma-article-definition-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.diploma-article-definition-card:hover .diploma-article-definition-icon {
  background: var(--dip-primary, #831c1d);
  color: #ffffff;
  transform: translateY(-2px);
}

.diploma-article-definition-card h3 {
  margin: 0 0 8px;
  color: var(--dip-primary, #831c1d);
  font-size: var(--dip-h3, 20px);
  font-weight: 700;
  line-height: 1.3;
}

.diploma-article-definition-card p {
  margin: 0;
  color: #000000;
  font-size: var(--dip-text-size, 18px);
  font-weight: 300;
  line-height: 1.45;
}

/* ARTICLE HIGHLIGHT */

.diploma-article-highlight {
  width: 100%;
  margin: 26px 0 0;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  border-right: 4px solid var(--dip-secondary, #675fa0);
  border-radius: 8px;
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(103, 95, 160, 0.09),
      transparent 36%
    ),
    linear-gradient(
      110deg,
      #ffffff 0%,
      #f7f5fb 100%
    );
}

.diploma-article-highlight-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(131, 28, 29, 0.10);
  color: var(--dip-primary, #831c1d);
}

.diploma-article-highlight-icon svg {
  width: 23px;
  height: 23px;
  display: block;
}

.diploma-article-highlight p {
  margin: 0 !important;
  color: #000000;
  font-size: var(--dip-text-size, 18px);
  font-weight: 600;
  line-height: 1.5;
}

/* TABLET */

@media screen and (max-width: 900px) {
  .diploma-article-body .diploma-article-inner {
    padding-right: 22px;
    padding-left: 22px;
    padding-bottom: 62px;
  }

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

/* MOBILE */

@media screen and (max-width: 520px) {
  .diploma-article-body .diploma-article-inner {
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 52px;
  }

  .diploma-article-author {
    margin-bottom: 30px;
    padding: 14px;
    align-items: flex-start;
  }

  .diploma-article-author-label {
    padding: 4px 10px;
    font-size: 13px;
  }

  .diploma-article-author p {
    font-size: 15px;
  }

  .diploma-article-definition-grid {
    margin-top: 20px;
    gap: 14px;
  }

  .diploma-article-definition-card {
    padding: 20px 16px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 13px;
  }

  .diploma-article-definition-icon {
    width: 38px;
    height: 38px;
  }

  .diploma-article-definition-icon svg {
    width: 20px;
    height: 20px;
  }

  .diploma-article-definition-card h3 {
    font-size: 18px;
  }

  .diploma-article-definition-card p {
    font-size: 16px;
    line-height: 1.5;
  }

  .diploma-article-definition-card:hover {
    transform: none;
  }

  .diploma-article-highlight {
    padding: 20px 16px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
  }

  .diploma-article-highlight-icon {
    width: 36px;
    height: 36px;
  }

  .diploma-article-highlight-icon svg {
    width: 19px;
    height: 19px;
  }

  .diploma-article-highlight p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.hidden {
  display: none !important;
}

