html,
body,
input,
button,
select {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.cookie-notice {
  width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e3d7e7;
    padding: 14px 24px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 9999;
}

.cookie-content {
  max-width: 1200px;
    margin: 0 auto;
    padding-left: 48px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    text-align: right;
}

.cookie-content p {
  margin: 0;
}

.cookie-content a {
  color: #54396e;
    text-decoration: underline;
    font-weight: 700;
}

.cookie-content a:hover {
  color: #914c86;
}

.cookie-info-icon {
  width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1px solid #54396e;
    color: #54396e;
    background: #fff7fb;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin-top: 2px;
}

.cookie-close {
  position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #000000;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.cookie-close:hover {
  color: #54396e;
    opacity: 0.85;
}

@media (max-width: 768px) {
    .cookie-notice {
    padding: 12px 18px;
  }

    .cookie-content {
    padding-left: 36px;
        font-size: 14px;
        line-height: 1.5;
  }

    .cookie-close {
    left: 12px;
        font-size: 26px;
  }
}

.ai-header-top {
  width: 100%;
      min-height: 82px;
      padding: 16px 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      direction: rtl;
      background: #ffffff;
      border-bottom: 1px solid rgba(10, 15, 45, 0.10);
      box-shadow: 0 8px 24px rgba(10, 15, 45, 0.06);
      box-sizing: border-box;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.ai-logo-area {
  display: flex;
      align-items: center;
      gap: 14px;
      direction: rtl;
}

.ai-logo-area a {
  display: inline-flex;
      align-items: center;
      flex-shrink: 0;
      text-decoration: none;
}

.ai-logo-img {
  display: block;
      width: auto;
      max-width: 74px;
      height: auto;
}

.ai-logo-text {
  display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: right;
      line-height: 1.2;
}

.ai-logo-text span {
  display: block;
      color: #54396e;
      font-size: 22px;
      font-weight: 800;
      line-height: 1;
}

.ai-logo-text b {
  display: block;
      margin-top: 4px;
      color: #000000;
      font-size: 15px;
      font-weight: 500;
      line-height: 1;
}

.ai-header-actions {
  display: flex;
      align-items: center;
      gap: 14px;
      direction: rtl;
}

.ai-header-phone {
  display: flex;
      align-items: center;
}

.ai-header-phone a {
  display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 185px;
      min-height: 42px;
      padding: 0px 15px;
      border: 1px solid #54396e;
      border-radius: 8px;
      background: #ffffff;
      color: #54396e;
      font-size: 18px;
      font-weight: 800;
      line-height: 1;
      text-decoration: none;
      letter-spacing: 0.02em;
      transition: all 0.25s ease;
}

.ai-header-phone a:hover {
  background: #54396e;
      color: #ffffff;
}

.ai-social-icons {
  display: flex;
      align-items: center;
      gap: 8px;
}

.ai-social-icons a {
  width: 40px;
      height: 40px;
      border: 1px solid #54396e;
      border-radius: 8px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #ffffff;
      color: #54396e;
      text-decoration: none;
      font-size: 22px;
      font-weight: 800;
      line-height: 1;
      transition: all 0.25s ease;
}

.ai-social-icons a:hover {
  background: #54396e;
      color: #ffffff;
}

@media (max-width: 768px) {
    .ai-header-top {
    padding: 12px 16px;
            min-height: 74px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            text-align: right;
  }

    .ai-logo-area {
    width: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            direction: rtl;
  }

    .ai-logo-img {
    max-width: 54px;
            height: auto;
  }

    .ai-logo-text {
    text-align: right;
            align-items: flex-start;
  }

    .ai-logo-text span {
    font-size: 18px;
            line-height: 1.15;
            color: #54396e;
  }

    .ai-logo-text b {
    font-size: 13px;
            line-height: 1.25;
            color: #000000;
  }

    .ai-header-actions,
  .ai-header-phone,
  .ai-social-icons {
    display: none;
  }
}

.ai-desktop-nav {
  width: 100%;
      background: linear-gradient(90deg, #54396e 0%, #d52f5e 100%);
      border-bottom: 1px solid rgba(255, 255, 255, 0.14);
      box-sizing: border-box;
      direction: rtl;
}

.ai-desktop-nav ul {
  max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: center;
}

.ai-desktop-nav li {
  margin: 0;
      padding: 0;
}

.ai-desktop-nav a {
  display: block;
      padding: 15px 20px;
      color: #ffffff;
      font-size: 16px;
      font-weight: 500;
      line-height: 1;
      text-decoration: none;
      transition: all 0.25s ease;
}

.ai-desktop-nav a:hover {
  background: rgba(0, 245, 254, 0.9);
      color: #000000;
}

.ai-mobile-nav-bar {
  display: none;
      width: 100%;
      position: relative;
      background: #54396e;
      direction: rtl;
      box-sizing: border-box;
      z-index: 9998;
}

.ai-mobile-toggle {
  width: 100%;
      min-height: 48px;
      padding: 0 18px;
      border: none;
      background: linear-gradient(90deg, #54396e 0%, #d52f5e 100%);
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      direction: rtl;
      cursor: pointer;
      box-sizing: border-box;
}

.ai-mobile-nav-label {
  font-size: 16px;
      font-weight: 800;
      line-height: 1;
}

.ai-hamburger-icon {
  width: 28px;
      height: 22px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-shrink: 0;
}

.ai-hamburger-icon span {
  display: block;
      width: 100%;
      height: 3px;
      background: #ffffff;
      border-radius: 999px;
}

.ai-mobile-menu-overlay {
  display: none;
      width: 100%;
      background: #ffffff;
      border-bottom: 1px solid #e5e5e5;
      box-shadow: 0 12px 28px rgba(10, 15, 45, 0.16);
}

.ai-mobile-menu-overlay a {
  display: block;
      padding: 14px 18px;
      border-top: 1px solid #eeeeee;
      color: #54396e;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
      text-align: right;
}

.ai-mobile-menu-overlay a:hover {
  background: #d52f5e;
      color: #ffffff;
}

@media (max-width: 768px) {
    .cookie-notice {
    padding: 12px 18px;
  }

    .cookie-content {
    padding-left: 36px;
            font-size: 14px;
            line-height: 1.5;
  }

    .cookie-close {
    left: 12px;
            font-size: 26px;
  }

    .ai-header-top {
    padding: 12px 16px;
            min-height: 74px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            text-align: right;
  }

    .ai-logo-area {
    width: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            direction: rtl;
  }

    .ai-logo-img {
    max-width: 54px;
            height: auto;
  }

    .ai-logo-text {
    text-align: right;
            align-items: flex-start;
  }

    .ai-logo-text span {
    font-size: 18px;
            line-height: 1.15;
            color: #54396e;
  }

    .ai-logo-text b {
    font-size: 13px;
            line-height: 1.25;
            color: #000000;
  }

    .ai-header-actions,
  .ai-header-phone,
  .ai-social-icons {
    display: none;
  }

    .ai-desktop-nav {
    display: none;
  }

    .ai-mobile-nav-bar {
    display: block;
  }
}

.hero-video-section {
  width: 100%;
      position: relative;
      overflow: hidden;
      background: #0a0f2d;
      direction: rtl;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.hero-video-wrapper {
  width: 100%;
      position: relative;
      overflow: hidden;
      aspect-ratio: 1980 / 700;
      background: #0a0f2d;
}

.hero-video {
  position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center center;
      z-index: 1;
}

.hero-video-overlay {
  position: absolute;
      inset: 0;
      z-index: 2;
      background: 
	  linear-gradient(
          90deg,
          rgba(10, 15, 45, 0.72) 0%,
          rgba(84, 57, 110, 0.50) 48%,
          rgba(10, 15, 45, 0.20) 100%
      );
      pointer-events: none;
}

.hero-content {
  position: absolute;
      inset: 0;
      z-index: 3;
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
      padding: 40px 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      box-sizing: border-box;
}

.hero-content h1 {
  margin: 0 0 18px 0;
      max-width: 1400px;
      color: #ffffff;
      font-size: clamp(30px, 4.7vw, 65px);
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: -0.02em;
      text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.hero-content h1 span {
  display: block;
}

.hero-content h2 {
  margin: 0;
      max-width: 860px;
      color: rgba(255, 255, 255, 0.94);
      font-size: clamp(22px, 2vw, 50px);
      font-weight: 600;
      line-height: 1.35;
      text-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

@media (max-width: 768px) {
    .hero-video-wrapper {
    aspect-ratio: 1980 / 700;
            height: auto;
            min-height: 0;
            max-height: none;
  }

    .hero-video {
    object-fit: cover;
            object-position: center center;
  }

    .hero-video-overlay {
    background: linear-gradient(
                90deg,
                rgba(10, 15, 45, 0.74) 0%,
                rgba(84, 57, 110, 0.52) 50%,
                rgba(10, 15, 45, 0.24) 100%
            );
  }

    .hero-content {
    width: calc(100% - 24px);
            padding: 14px 0;
  }

    .hero-content h1 {
    font-size: clamp(18px, 6.4vw, 25px);
            line-height: 1.05;
            margin-bottom: 8px;
  }

    .hero-content h2 {
    font-size: clamp(13px, 3.6vw, 20px);
            line-height: 1.25;
  }
}

@media (max-width: 420px) {
    .hero-content {
    width: calc(100% - 20px);
            padding: 10px 0;
  }

    .hero-content h1 {
    font-size: clamp(17px, 6vw, 24px);
  }

    .hero-content h2 {
    font-size: clamp(12px, 3.5vw, 17px);
  }
}

.ai-brand-strip {
  width: 100%;
      padding: 30px 24px 30px;
      background: #ffffff;
      direction: rtl;
      box-sizing: border-box;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.ai-main-content-area {
  max-width: 1200px;
      margin: 0 auto;
      text-align: center;
      box-sizing: border-box;
}

.ai-branded-headline {
  margin: 0 0 16px;
      color: #54396e;
      font-size: clamp(30px, 3.4vw, 40px);
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: -0.02em;
}

.ai-brand-separator-line {
  width: 350px;
      height: 4px;
      margin: 15px auto 15px;
      background: linear-gradient(90deg, #54396e 0%, #d52f5e 100%);
      border-radius: 999px;
}

.ai-branded-text {
  max-width: 1200px;
      margin: 5 auto;
      color: #000000;
      font-size: 18px;
      font-weight: 350;
      line-height: 1.3;
      text-align: center;
}

.ai-branded-text p {
  margin: 0 0 10px;
}

.ai-branded-text p:last-of-type {
  margin-bottom: 22px;
}

.ai-brand-bold-line {
  margin-top: 5px;
      color: #54396e;
      font-size: clamp(17px, 3.4vw, 22px);
      font-weight: 600;
      line-height: 1.2;
      text-align: center;
}

@media (max-width: 768px) {
    .ai-brand-strip {
    padding: 46px 18px 52px;
  }

    .ai-branded-headline {
    font-size: 28px;
            line-height: 1.2;
  }

    .ai-brand-separator-line {
    width: 200px;
            height: 3px;
            margin: 15px auto 15px;
  }

    .ai-branded-text {
    font-size: 17px;
            line-height: 1.45;
            text-align: center;
  }

    .ai-branded-text p {
    margin-bottom: 16px;
  }

    .ai-brand-bold-line {
    font-size: 22px;
            line-height: 1.3;
            text-align: center;
  }
}

@media (max-width: 420px) {
    .ai-brand-strip {
    padding: 40px 16px 46px;
  }

    .ai-branded-headline {
    font-size: 25px;
  }

    .ai-branded-text {
    font-size: 16px;
  }

    .ai-brand-bold-line {
    font-size: 21px;
  }
}

.ai-courses-section {
  width: 100%;
      padding: 64px 24px 74px;
      
      background:
          radial-gradient(circle at 12% 8%, rgba(64, 59, 112, 0.16), transparent 34%),
          radial-gradient(circle at 88% 18%, rgba(213, 47, 94, 0.14), transparent 32%),
          radial-gradient(circle at 50% 100%, rgba(213, 47, 94, 0.08), transparent 42%),
          linear-gradient(135deg, #ffffff 0%, #fbf8fc 48%, #f6f1f8 100%) !important;
      
      border-top: 1px solid #e8e2ee;
      border-bottom: 1px solid #e8e2ee;
      direction: rtl;
      box-sizing: border-box;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      overflow: hidden;
}

.ai-courses-section,
.ai-courses-section * {
  box-sizing: border-box;
}

.ai-courses-container {
  max-width: 1200px;
      margin: 0 auto;
}

.ai-courses-header {
  max-width: 980px;
      margin: 0 auto 54px;
      text-align: center;
}

.ai-courses-header h2 {
  margin: 0 0 16px;
      
      color: #54396e; 
      font-size: clamp(30px, 3.8vw, 40px);
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: -0.02em;
}

.ai-courses-header p {
  margin: 0 auto;
      max-width: 1200px;
      
      color: #000000;
      font-size: 18px;
      font-weight: 350;
      line-height: 1.3;
}

.ai-courses-grid {
  display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 56px 90px;
      max-width: 1120px;
      margin: 0 auto;
}

.ai-course-card {
  position: relative;
      min-height: 210px;
      display: block;
      padding: 72px 34px 30px 34px;
      border-radius: 8px;
      background: #ffffff;
      border: 1px solid rgba(255, 255, 255, 0.13);
      box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
      color: #ffffff;
      text-decoration: none;
      overflow: visible;
      transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.ai-course-card:hover {
  transform: translateY(-5px);
      border-color: rgba(0, 245, 254, 0.48);
      box-shadow:
          0 24px 54px rgba(0, 0, 0, 0.34),
          0 0 26px rgba(0, 245, 254, 0.10);
}

.ai-course-icon {
  position: absolute;
      top: -48px;
      right: 50%;
      transform: translateX(50%);
      width: 92px;
      height: 92px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      background: #ffffff;
      border: 3px solid rgba(84, 57, 110, 0.5);
      box-shadow:
          0 12px 28px rgba(84, 57, 110, 0.08),
          0 4px 10px rgba(0, 0, 0, 0.04);
      z-index: 5;
}

.ai-course-tag {
  width: fit-content;
      margin: 0 0 12px;
      padding: 5px 12px;
      border-radius: 8px;
      background: #54396e;
      border: 1px solid #54396e;
      color: #00f5fe;
      font-size: 15px;
      font-weight: 600;
      line-height: 1;
}

.ai-course-card h3 {
  margin: 0 0 12px;
      color: #54396e;
      font-size: 22px;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: -0.015em;
}

.ai-course-card p {
  margin: 0 0 22px;
      max-width: 760px;
      color: #000000;
      font-size: 16px;
      font-weight: 350;
      line-height: 1.3;
}

.ai-course-link {
  display: flex;
      align-items: center;
      justify-content: center;
  
      position: absolute;
      left: 34px;
      bottom: 30px;
  
      width: fit-content;
      min-height: 38px;
      padding: 13px 18px;
      border-radius: 8px;
      background: #54396e ;
      border: 1.5px solid #54396e;
      color: #ffffff !important;
      font-size: 16px;
      font-weight: 700;
      line-height: 1;
      text-align: center;
  
      transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.ai-course-actions {
  display: flex;
      gap: 12px;
      margin-top: auto;
}

.ai-course-link {
  position: static;
      left: auto;
      bottom: auto;
      flex: 1; 
      min-height: 38px;
      padding: 10px 14px;
      border-radius: 8px;
      font-size: 15px;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      transition: all 0.25s ease;
      box-sizing: border-box;
}

.ai-course-details {
  background: #54396e;
      border: 1.5px solid #54396e;
      color: #ffffff !important;
}

.ai-course-register {
  background: #00f5fe;
      border: 1.5px solid #00f5fe;
      color: #54396e !important;
}

.ai-course-details:hover {
  background: #dc2f5d !important;
      color: #ffffff !important;
      transform: translateY(-2px);
}

.ai-course-details:hover + .ai-course-register {
  background: #54396e !important;
      color: #ffffff !important;
}

.ai-course-register:hover {
  background: #dc2f5d !important;
      color: #ffffff !important;
      transform: translateY(-2px);
}

.ai-course-actions:has(.ai-course-register:hover) .ai-course-details {
  background: #00f5fe !important;
      color: #54396e !important;
}

.ai-course-card:after {
  content: "";
      display: block;
      clear: both;
}

.ai-courses-section a,
.ai-courses-section a:hover,
.ai-courses-section a:visited {
  text-decoration: none;
}

@media (max-width: 1180px) {
    .ai-courses-grid {
    grid-template-columns: 1fr;
            max-width: 860px;
            margin: 0 auto;
            gap: 52px;
  }
}

@media (max-width: 768px) {
    .ai-courses-section {
    padding: 48px 16px 56px;
  }

    .ai-courses-header {
    margin-bottom: 44px;
  }

    .ai-courses-header h2 {
    font-size: 30px;
            line-height: 1.18;
  }

    .ai-courses-header p {
    font-size: 17px;
            line-height: 1.55;
  }

    .ai-courses-grid {
    grid-template-columns: 1fr;
            gap: 46px;
  }

    .ai-course-card {
    min-height: 0;
            padding: 58px 20px 24px;
            border-radius: 8px;
  }

    .ai-course-icon {
    top: -28px;
            right: 20px;
            width: 70px;
            height: 70px;
            border-radius: 6x;
  }

    .ai-course-tag {
    font-size: 14px;
            margin-bottom: 10px;
  }

    .ai-course-card h3 {
    font-size: 22px;
            line-height: 1.28;
  }

    .ai-course-card p {
    font-size: 15px;
            line-height: 1.5;
  }

    .ai-course-link {
    float: none;
            min-height: 38px;
            padding: 8px 16px;
            font-size: 14px;
  }
}

:root {
  --ai-dark: #061223;
      --ai-dark-2: #11102a;
      --ai-purple: #54396e;
      --ai-purple-bright: #dc2f5d;
      --ai-cyan: #dc2f5d;
      --ai-pink: #dc2f5d;
      --ai-white: #ffffff;
      --ai-text: #ffffff;
      --ai-text-soft: rgba(255, 255, 255, 0.78);
      --ai-line: rgba(255, 255, 255, 0.14);
}

.widescreen.form {
  width: min(1000px, calc(100% - 40px)) !important;
      margin: 22px auto !important;
      padding: 28px 28px !important;
      height: auto !important;
      border-radius: 8px !important;
      border: 1px solid rgba(0, 245, 254, 0.22) !important;
      box-sizing: border-box !important;
      background:
          radial-gradient(circle at 10% 0%, rgba(155, 92, 255, 0.18), transparent 34%),
          linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)) !important;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      box-shadow:
          0 18px 44px rgba(0, 0, 0, 0.30),
          0 0 28px rgba(0, 245, 254, 0.08) !important;
}

.widescreen.form .form_content {
  width: 100% !important;
      height: auto !important;
}

.widescreen.form .form_title {
  margin-bottom: 16px !important;
}

.widescreen.form .form_title_txt_top {
  color: var(--ai-cyan) !important;
      font-size: 25px !important;
      font-weight: 700 !important;
      line-height: 1.2 !important;
}

.widescreen.form .form_row {
  width: 100% !important;
      min-height: 48px !important;
      height: auto !important;
      margin: 0 0 10px 0 !important;
      padding: 0 !important;
      box-sizing: border-box !important;
}

.widescreen.form .form_input1,
.widescreen.form .form_input2,
.widescreen.form .form_input_tel_3b,
.widescreen.form .form_input_code_tel_4b,
.widescreen.form .form_input_select2,
.widescreen.form .form_input_select3 {
  box-sizing: border-box !important;
      background: rgba(255, 255, 255, 0.96) !important;
      border: 1px solid rgba(155, 92, 255, 0.35) !important;
      border-radius: 8px !important;
      color: #000000 !important;
      font-size: 15px !important;
}

.widescreen.form .form_input1 {
  right: 0 !important;
      width: calc(33.333% - 14px) !important;
}

.widescreen.form .form_input2 {
  right: 33.333% !important;
      width: calc(33.333% - 14px) !important;
}

.widescreen.form .form_input_tel_3b {
  right: 66.666% !important;
      width: calc(22% - 10px) !important;
}

.widescreen.form .form_input_code_tel_4b {
  right: 88% !important;
      width: 12% !important;
}

.widescreen.form .form_input_select2 {
  right: 33.333% !important;
      width: calc(33.333% - 14px) !important;
}

.widescreen.form .form_input_select3 {
  right: 66.666% !important;
      width: calc(33.333% - 14px) !important;
}

.widescreen.form .form_input_button {
  left: 0 !important;
      width: calc(33.333% - 14px) !important;
      height: 42px !important;
}

.widescreen.form .button_form {
  background: linear-gradient(135deg, #dc2f5d 0%, #54396e 100%) !important;
      color: #ffffff !important;
      border: 1px solid rgba(0, 245, 254, 0.35) !important;
      border-radius: 8px !important;
      font-size: 18px !important;
      line-height: 18px !important;
      padding: 10px 12px !important;
      font-weight: 600 !important;
      text-decoration: none !important;
      cursor: pointer;
      box-shadow: 0 10px 24px rgba(155, 92, 255, 0.22) !important;
}

.widescreen.form .button_form:hover {
  background: #dc2f5d !important;
      color: #061223 !important;
      border-color: #dc2f5d !important;
}

.widescreen.form .sendmetext {
  font-size: 12px !important;
      line-height: 1.3 !important;
      color: rgba(255, 255, 255, 0.86) !important;
}

.widescreen.form .iagree_text {
  top: 2px !important;
      right: 25px !important;
      line-height: 1.3 !important;
      color: rgba(255, 255, 255, 0.86) !important;
}

@media (max-width: 900px) {
    .widescreen.form {
    width: calc(100% - 24px) !important;
            margin: 30px auto !important;
            padding: 20px 12px !important;
  }

    .widescreen.form .form_row {
    min-height: auto !important;
            margin-bottom: 12px !important;
  }

    .widescreen.form .form_input1,
  .widescreen.form .form_input2,
  .widescreen.form .form_input_tel_3b,
  .widescreen.form .form_input_code_tel_4b,
  .widescreen.form .form_input_select2,
  .widescreen.form .form_input_select3,
  .widescreen.form .form_input_button {
    position: static !important;
            display: block !important;
            width: 100% !important;
            margin: 0 0 10px 0 !important;
            height: 44px !important;
  }

    .widescreen.form .button_form {
    width: 100% !important;
  }

    .widescreen.form .iagree_text {
    position: static !important;
            display: inline-block !important;
            margin-right: 8px !important;
  }

    .widescreen.form .sendmetext {
    display: flex !important;
            align-items: flex-start !important;
            gap: 8px !important;
            text-align: right !important;
  }
}

.site-footer {
  direction: rtl;
      background:
          radial-gradient(circle at 12% 8%, rgba(155, 92, 255, 0.20), transparent 30%),
          radial-gradient(circle at 88% 16%, rgba(0, 245, 254, 0.14), transparent 30%),
          linear-gradient(135deg, #061223 0%, #54396e 46%, #11102a 100%);
      color: var(--ai-text);
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      margin-top: 140px;
      position: relative;
}

.container {
  max-width: 1200px;
      margin: 0 auto;
      padding-right: 24px;
      padding-left: 24px;
}

.footer-top-wrap {
  max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
      transform: translateY(-65px);
}

.footer-main {
  display: grid;
      grid-template-columns: 210px minmax(0, 1fr);
      gap: 35px;
      align-items: start;
      padding-top: 8px;
      padding-bottom: 55px;
}

.footer-links-col h4 {
  margin: 0 0 18px;
      font-size: 18px;
      color: var(--ai-cyan);
      position: relative;
      padding-bottom: 10px;
}

.footer-links-col h4::after {
  content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 42px;
      height: 3px;
      background: linear-gradient(to left, #dc2f5d, #dc2f5d);
      border-radius: 3px;
}

.footer-links-col ul {
  list-style: none;
      margin: 0;
      padding: 0;
}

.footer-links-col li {
  margin-bottom: 12px;
      color: var(--ai-text-soft);
      line-height: 1;
      font-size: 13px;
}

.footer-links-col a {
  text-decoration: none;
      color: rgba(255, 255, 255, 0.86);
      transition: color 0.2s ease;
}

.footer-links-col a:hover {
  color: var(--ai-cyan);
}

.social-icon-png {
  width: 32px;
      height: 32px;
      object-fit: contain;
      margin-left: 6px;
}

.footer-schools-area {
  width: 100%;
      direction: rtl;
}

.footer-schools-grid {
  display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px 14px;
      align-items: start;
      list-style: none;
      margin: 0;
      padding: 0;
}

.footer-school-item {
  display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 14px;
      min-height: 96px;
}

.footer-school-logo {
  width: 58px;
      height: 58px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
}

.footer-school-logo img {
  width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
}

.footer-school-text {
  flex: 1;
      min-width: 0;
}

.footer-school-title {
  font-size: 16px;
      font-weight: 500;
      line-height: 1.15;
      color: #ffffff;
      margin: 0 0 6px 0;
}

.footer-school-title a {
  color: #ffffff !important;
      text-decoration: none !important;
}

.footer-school-title a:hover {
  color: #dc2f5d !important;
}

.footer-school-line {
  width: 180px;
      max-width: 100%;
      height: 1px;
      background: rgba(0, 245, 254, 0.42);
      margin: 0 0 8px 0;
      border-radius: 999px;
}

.footer-school-subtitle {
  font-size: 14px;
      line-height: 1;
      color: rgba(255, 255, 255, 0.74);
      margin: 0;
}

.footer-bottom-text {
  width: 100%;
      text-align: center;
      margin-top: 30px;
      padding-top: 18px;
      border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom-text p {
  margin: 0;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.74);
      line-height: 1.6;
}

@media (max-width: 1200px) {
    .footer-main {
    grid-template-columns: 240px minmax(0, 1fr);
            gap: 40px;
  }

    .footer-schools-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
    .footer-main {
    grid-template-columns: 1fr;
            gap: 30px;
  }

    .footer-schools-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
    .site-footer {
    display: none !important;
  }

    .footer-schools-grid {
    grid-template-columns: 1fr;
            gap: 24px;
  }

    .footer-school-item {
    min-height: auto;
  }

    .footer-school-logo {
    width: 52px;
            height: 52px;
  }

    .footer-school-title {
    font-size: 15px;
  }

    .footer-school-subtitle {
    font-size: 11px;
  }
}

.mobile-footer-wrap {
  display: none;
}

@media only screen and (max-width: 800px) {
    .site-footer {
    display: none !important;
  }

    .mobile-footer-wrap {
    display: block !important;
            width: 100%;
  }

    body {
    padding-bottom: 125px !important;
  }

    .mobile-footer-bar {
    position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 9999;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            background: #54396e;
            border-top: 1px solid rgba(0, 245, 254, 0.22);
            box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.28);
  }

    .mobile-footer-item {
    min-height: 78px;
        padding: 6px 4px 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-decoration: none;
        border-left: 1px solid rgba(255, 255, 255, 0.10);
        background: #54396e;
  }

    .mobile-footer-item:last-child {
    border-left: none;
  }

    .mobile-footer-icon {
    width: 34px;
        height: 34px;
        margin-bottom: 6px;
        fill: none;
        stroke: #ffffff;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: stroke 0.25s ease, transform 0.25s ease;
  }

    .mobile-footer-item:hover .mobile-footer-icon {
    stroke:#00f5fe;
        transform: translateY(-2px);
  }

    .mobile-footer-item span {
    font-size: 12px;
        line-height: 1.2;
        color: #ffffff;
        font-weight: 500;
  }

    .mobile-footer-item:hover span {
    color: #00f5fe;
  }

    #bottom_section,
  .bottom_body_box,
  .cellular.form {
    padding-bottom: 140px !important;
  }

    a[name="formcell"] {
    display: block;
            scroll-margin-bottom: 140px;
  }
}

@media only screen and (min-width: 801px) {
    .mobile-footer-wrap {
    display: none !important;
  }
}

.bottom_body_box {
  width: 100%;
      direction: rtl;
      background:
          radial-gradient(circle at 12% 8%, rgba(155, 92, 255, 0.18), transparent 30%),
          radial-gradient(circle at 88% 16%, rgba(0, 245, 254, 0.12), transparent 30%),
          linear-gradient(135deg, #061223 0%, #54396e 46%, #11102a 100%);
      padding: 40px 16px;
      box-sizing: border-box;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#bottom_section {
  max-width: 1100px;
      margin: 0 auto;
      direction: rtl;
}

.cellular.form {
  width: 100%;
      max-width: 520px;
      margin: 0 auto;
      padding: 24px 18px;
      border-radius: 20px;
      background:
          radial-gradient(circle at 12% 0%, rgba(155, 92, 255, 0.16), transparent 34%),
          linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
      border: 1px solid rgba(0, 245, 254, 0.22);
      box-shadow:
          0 18px 44px rgba(0, 0, 0, 0.30),
          0 0 28px rgba(0, 245, 254, 0.08);
      box-sizing: border-box;
}

.cellular.form .form_content {
  width: 100%;
      height: auto;
}

.cellular.form .form_title {
  margin-bottom: 18px;
      text-align: center;
}

.cellular.form .form_title_txt_top {
  color: #dc2f5d !important;
      font-size: 26px !important;
      font-weight: 700 !important;
      line-height: 1.2 !important;
}

.cellular.form .form_row,
.cellular.form .form_row_iagree,
.cellular.form .form_row_button {
  width: 100%;
      height: auto !important;
      min-height: 0 !important;
      margin: 0 0 12px 0 !important;
      padding: 0 !important;
      box-sizing: border-box;
      overflow: visible !important;
}

.cellular.form .form_input,
.cellular.form .form_input_tel,
.cellular.form .form_input_code_tel,
.cellular.form .form_input_select {
  position: static !important;
      display: block !important;
      width: 100% !important;
      height: 44px !important;
      margin: 0 0 10px 0 !important;
      padding: 0 14px !important;
      box-sizing: border-box !important;
      border-radius: 12px !important;
      border: 1px solid rgba(155, 92, 255, 0.35) !important;
      background: rgba(255, 255, 255, 0.96) !important;
      color: #111111 !important;
      font-size: 15px !important;
      font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}

.cellular.form .form_input_tel {
  width: calc(68% - 8px) !important;
      display: inline-block !important;
      vertical-align: top;
      margin-left: 8px !important;
}

.cellular.form .form_input_code_tel {
  width: 30% !important;
      display: inline-block !important;
      vertical-align: top;
}

.cellular.form .sendmetext {
  display: flex !important;
      align-items: flex-start !important;
      gap: 8px !important;
      color: rgba(255, 255, 255, 0.86) !important;
      font-size: 12px !important;
      line-height: 1.35 !important;
      text-align: right !important;
}

.cellular.form .sendmetext input {
  margin-top: 2px;
      flex-shrink: 0;
}

.cellular.form .iagree_text {
  position: static !important;
      display: inline-block !important;
      color: rgba(255, 255, 255, 0.86) !important;
      line-height: 1.35 !important;
}

.cellular.form .form_row_button {
  margin-top: 14px !important;
}

.cellular.form .button_form,
.cellular.form .form_input_button_cell {
  position: static !important;
      display: block !important;
      width: 100% !important;
      height: 46px !important;
      border-radius: 8px !important;
      border: 1px solid rgba(0, 245, 254, 0.35) !important;
      background: linear-gradient(135deg, #dc2f5d 0%, #54396e 100%) !important;
      color: #ffffff !important;
      font-size: 18px !important;
      font-weight: 700 !important;
      font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
      cursor: pointer;
      box-shadow: 0 10px 24px rgba(155, 92, 255, 0.22) !important;
}

.cellular.form .button_form:hover,
.cellular.form .form_input_button_cell:hover {
  background: #dc2f5d !important;
      color: #061223 !important;
      border-color: #dc2f5d !important;
}

.cellular.form .switch-off,
.widescreen.form .switch-off {
  position: absolute !important;
      right: -9999px !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
}

@media (min-width: 801px) {
    .bottom_body_box {
    display: none;
  }
}

@media (max-width: 800px) {
    .bottom_body_box {
    display: block;
            padding-bottom: 150px;
  }

    #bottom_section,
  .bottom_body_box,
  .cellular.form,
  .cellular.form .form_content {
    height: auto !important;
            min-height: 0 !important;
            overflow: visible !important;
            box-sizing: border-box !important;
  }

    a[name="formcell"] {
    display: block;
            scroll-margin-bottom: 150px;
  }
}

@media only screen and (min-width: 801px) {
    .site-footer {
    display: block !important;
  }

    .mobile-footer-wrap {
    display: none !important;
  }
}

@media only screen and (max-width: 800px) {
    .site-footer {
    display: none !important;
  }

    .mobile-footer-wrap {
    display: block !important;
  }
}

.site-footer {
  display: block !important;
      width: 100%;
      direction: rtl;
      background:
          radial-gradient(circle at 12% 8%, rgba(155, 92, 255, 0.20), transparent 30%),
          radial-gradient(circle at 88% 16%, rgba(0, 245, 254, 0.14), transparent 30%),
          linear-gradient(135deg, #061223 0%, #54396e 46%, #11102a 100%);
      color: #ffffff;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      margin-top: 90px;
      padding: 0 0 28px;
      position: relative;
      overflow: visible;
      box-sizing: border-box;
}

.site-footer .footer-top-wrap {
  width: min(1100px, calc(100% - 48px));
      max-width: 1100px;
      margin: 0 auto;
      padding: 0;
      transform: translateY(-58px);
      position: relative;
      z-index: 3;
}

.site-footer .footer-main {
  width: min(1280px, calc(100% - 48px));
      max-width: 1280px;
      margin: -24px auto 0;
      padding: 42px 0 34px;
      display: grid !important;
      grid-template-columns: 260px 1fr;
      gap: 54px;
      align-items: start;
      box-sizing: border-box;
}

.site-footer .footer-links-col {
  text-align: right;
}

.site-footer .footer-links-col h4 {
  margin: 0 0 18px;
      padding-bottom: 10px;
      color: #54396e;
      font-size: 21px;
      font-weight: 800;
      line-height: 1.2;
      position: relative;
}

.site-footer .footer-links-col h4:after {
  content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 48px;
      height: 3px;
      border-radius: 999px;
      background: linear-gradient(to left, #dc2f5d, #dc2f5d);
}

.site-footer .footer-links-col ul {
  list-style: none;
      margin: 0;
      padding: 0;
}

.site-footer .footer-links-col li {
  margin: 0 0 11px;
      padding: 0;
      font-size: 14px;
      line-height: 1.35;
}

.site-footer .footer-links-col a {
  color: rgba(255, 255, 255, 0.86);
      text-decoration: none;
      transition: color 0.2s ease;
}

.site-footer .footer-links-col a:hover {
  color: #dc2f5d;
}

.site-footer .footer-links-col ul > a {
  display: inline-flex;
      margin: 12px 0 0 8px;
      vertical-align: middle;
}

.site-footer .social-icon-png {
  width: 30px;
      height: 30px;
      object-fit: contain;
      display: block;
}

.site-footer .footer-schools-area {
  width: 100%;
      direction: rtl;
}

.site-footer .footer-schools-grid {
  width: 100%;
      display: grid !important;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 26px 26px;
      list-style: none;
      margin: 0;
      padding: 0;
      align-items: start;
}

.site-footer .footer-school-item {
  display: grid;
      grid-template-columns: 62px 1fr;
      gap: 14px;
      align-items: center;
      min-height: 78px;
      text-align: right;
}

.site-footer .footer-school-logo {
  width: 58px;
      height: 58px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
}

.site-footer .footer-school-logo img {
  width: 58px;
      height: 58px;
      display: block;
      object-fit: contain;
}

.site-footer .footer-school-text {
  min-width: 0;
}

.site-footer .footer-school-title {
  margin: 0 0 7px;
      color: #ffffff;
      font-size: 17px;
      font-weight: 700;
      line-height: 1.15;
}

.site-footer .footer-school-title a {
  color: #ffffff !important;
      text-decoration: none !important;
}

.site-footer .footer-school-title a:hover {
  color: #dc2f5d !important;
}

.site-footer .footer-school-line {
  width: 100%;
      max-width: 150px;
      height: 1px;
      margin: 0 0 7px;
      background: rgba(0, 245, 254, 0.45);
      border-radius: 999px;
}

.site-footer .footer-school-subtitle {
  margin: 0;
      color: rgba(255, 255, 255, 0.74);
      font-size: 13px;
      font-weight: 400;
      line-height: 1.35;
}

.site-footer .footer-bottom-text {
  width: min(1280px, calc(100% - 48px));
      margin: 10px auto 0;
      padding-top: 18px;
      border-top: 1px solid rgba(255, 255, 255, 0.14);
      text-align: center;
}

.site-footer .footer-bottom-text p {
  margin: 0;
      color: rgba(255, 255, 255, 0.70);
      font-size: 12px;
      line-height: 1.6;
}

.site-footer .widescreen.form {
  width: 100% !important;
      max-width: 1100px !important;
      margin: 0 auto !important;
}

@media (max-width: 1180px) {
    .site-footer .footer-main {
    grid-template-columns: 1fr;
            gap: 34px;
  }

    .site-footer .footer-schools-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
    .site-footer {
    display: none !important;
  }

    .mobile-footer-wrap {
    display: block !important;
  }
}

@media (max-width: 767px) {
    .site-footer .footer-schools-grid {
    grid-template-columns: 1fr;
  }

    .site-footer .footer-school-item {
    grid-template-columns: 54px 1fr;
  }

    .site-footer .footer-school-logo,
  .site-footer .footer-school-logo img {
    width: 52px;
            height: 52px;
  }
}

@media (min-width: 801px) {
    .site-footer {
    display: block !important;
  }

    .mobile-footer-wrap {
    display: none !important;
  }
}

.site-footer {
  display: block !important;
      width: 100%;
      direction: rtl;
      background:
          radial-gradient(circle at 12% 8%, rgba(155, 92, 255, 0.18), transparent 32%),
          radial-gradient(circle at 88% 16%, rgba(0, 245, 254, 0.12), transparent 30%),
          linear-gradient(135deg, #061223 0%, #54396e 46%, #11102a 100%);
      color: #ffffff;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      margin-top: 90px;
      padding: 0 0 34px;
      box-sizing: border-box;
      overflow: visible;
}

.site-footer .footer-top-wrap {
  width: min(1100px, calc(100% - 48px));
      margin: 0 auto;
      padding: 0;
      transform: translateY(-58px);
      position: relative;
      z-index: 5;
}

.site-footer .widescreen.form {
  width: 100% !important;
      max-width: 1100px !important;
      margin: 0 auto !important;
}

.site-footer .footer-main {
  width: min(1280px, calc(100% - 48px));
      max-width: 1280px;
      margin: -20px auto 0;
      padding: 44px 0 34px;
      display: flex !important;
      align-items: flex-start;
      justify-content: space-between;
      gap: 56px;
      box-sizing: border-box;
}

.site-footer .footer-links-col {
  flex: 0 0 240px;
      text-align: right;
}

.site-footer .footer-links-col h4 {
  margin: 0 0 18px;
      padding-bottom: 10px;
      color: #54396e;
      font-size: 22px;
      font-weight: 800;
      line-height: 1.2;
      position: relative;
}

.site-footer .footer-links-col h4:after {
  content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 48px;
      height: 3px;
      border-radius: 999px;
      background: linear-gradient(to left, #54396e, #dc2f5d);
}

.site-footer .footer-links-col ul {
  list-style: none;
      margin: 0;
      padding: 0;
}

.site-footer .footer-links-col li {
  margin: 0 0 11px;
      padding: 0;
      font-size: 14px;
      line-height: 1.35;
}

.site-footer .footer-links-col a {
  color: rgba(255, 255, 255, 0.86);
      text-decoration: none;
}

.site-footer .footer-links-col a:hover {
  color: #dc2f5d;
}

.site-footer .footer-links-col ul > a {
  display: inline-flex;
      margin: 12px 0 0 8px;
}

.site-footer .social-icon-png {
  width: 30px;
      height: 30px;
      display: block;
      object-fit: contain;
}

.site-footer .footer-schools-area {
  flex: 1;
      width: auto;
      min-width: 0;
}

.site-footer .footer-schools-grid {
  width: 100%;
      display: grid !important;
      grid-template-columns: repeat(3, minmax(230px, 1fr));
      gap: 28px 34px;
      list-style: none;
      margin: 0;
      padding: 0;
}

.site-footer .footer-school-item {
  display: flex !important;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 14px;
      min-height: 76px;
      text-align: right;
}

.site-footer .footer-school-logo {
  width: 58px;
      height: 58px;
      min-width: 58px;
      display: flex;
      align-items: center;
      justify-content: center;
}

.site-footer .footer-school-logo img {
  width: 58px;
      height: 58px;
      display: block;
      object-fit: contain;
}

.site-footer .footer-school-text {
  flex: 1;
      min-width: 0;
}

.site-footer .footer-school-title {
  margin: 0 0 7px;
      color: #ffffff;
      font-size: 17px;
      font-weight: 700;
      line-height: 1.15;
}

.site-footer .footer-school-title a {
  color: #ffffff !important;
      text-decoration: none !important;
}

.site-footer .footer-school-title a:hover {
  color: #dc2f5d !important;
}

.site-footer .footer-school-line {
  width: 100%;
      max-width: 170px;
      height: 1px;
      margin: 0 0 7px;
      background: rgba(0, 245, 254, 0.42);
      border-radius: 999px;
}

.site-footer .footer-school-subtitle {
  margin: 0;
      color: rgba(255, 255, 255, 0.74);
      font-size: 13px;
      font-weight: 400;
      line-height: 1.35;
}

.site-footer .footer-bottom-text {
  width: min(1280px, calc(100% - 48px));
      margin: 10px auto 0;
      padding-top: 18px;
      border-top: 1px solid rgba(255, 255, 255, 0.14);
      text-align: center;
}

.site-footer .footer-bottom-text p {
  margin: 0;
      color: rgba(255, 255, 255, 0.70);
      font-size: 12px;
      line-height: 1.6;
}

@media (max-width: 1180px) {
    .site-footer .footer-main {
    display: block !important;
  }

    .site-footer .footer-links-col {
    margin-bottom: 36px;
  }

    .site-footer .footer-schools-grid {
    grid-template-columns: repeat(2, minmax(230px, 1fr));
  }
}

@media (max-width: 800px) {
    .site-footer {
    display: none !important;
  }

    .mobile-footer-wrap {
    display: block !important;
  }
}

@media (min-width: 801px) {
    .site-footer {
    display: block !important;
  }

    .mobile-footer-wrap {
    display: none !important;
  }
}

.lead-button-container {
  text-align: center;
      margin: 24px 0 0;
}

.refined-cta-btn {
  display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 650px;
      min-height: 52px;
      padding: 10px 45px;
      box-sizing: border-box;
  
      font-size: 20px;
      font-weight: 600;
      line-height: 1.2;
      color: #ffffff !important;
      text-decoration: none;
      text-align: center;
  
      border-radius: 8px;
      border: transparent;
  
      background: linear-gradient(90deg, #54396e 0%, #d52f5e 100%);
  
      cursor: pointer;
      box-shadow: 0 16px 34px rgba(0, 245, 254, 0.13);
  
      animation: none !important;
      transition: all 0.35s ease;
}

@keyframes softBreath {
    0% {
        transform: scale(1);
        box-shadow:
            0 10px 24px rgba(155, 92, 255, 0.20),
            0 0 16px rgba(0, 245, 254, 0.08);
    }

    50% {
        transform: scale(1.025);
        box-shadow:
            0 16px 36px rgba(155, 92, 255, 0.34),
            0 0 28px rgba(0, 245, 254, 0.18);
    }

    100% {
        transform: scale(1);
        box-shadow:
            0 10px 24px rgba(155, 92, 255, 0.20),
            0 0 16px rgba(0, 245, 254, 0.08);
    }
}

.refined-cta-btn:hover,
.refined-cta-btn:focus,
.refined-cta-btn:active {
  background: #dc2f5d;
      color: #ffffff !important;
      border-color: #dc2f5d;
      transform: translateY(-3px) scale(1.02);
  	box-shadow: 0 16px 34px rgba(84, 57, 110, 0.28);
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
    .refined-cta-btn {
    display: none !important;
  }
}

.ai-courses-grid {
  align-items: stretch;
}

.ai-course-card {
  display: flex;
      flex-direction: column;
      min-height: 250px;
      padding: 72px 34px 30px 34px;
}

.ai-course-card p {
  margin-bottom: 24px;
}

.ai-course-link {
  position: static;
      left: auto;
      bottom: auto;
      margin-top: auto;
      align-self: flex-start;
      display: inline-flex;
      align-items: center;
      justify-content: center;
}

.ai-course-icon {
  position: absolute;
      top: -36px;
      right: 34px;
      width: 92px;
      height: 92px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      
      background: #ffffff;
      
      border: 3px solid rgba(84, 57, 110, 0.5);
      
      box-shadow: 
          0 12px 28px rgba(84, 57, 110, 0.08), 
          0 4px 10px rgba(0, 0, 0, 0.04);
      z-index: 5;
}

.ai-course-icon svg {
  width: 42px;
      height: 42px;
      stroke: #dc2f5d;
      stroke-width: 1.8;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
}

.ai-course-card:hover .ai-course-icon svg {
  stroke: #00f5fe;
}

@media (max-width: 768px) {
    .ai-course-card {
    min-height: auto;
            padding: 58px 20px 24px;
  }

    .ai-course-link {
    margin-top: 18px;
            align-self: flex-start;
            max-width: 100%;
  }

    .ai-course-icon svg {
    width: 34px;
            height: 34px;
  }
}

.ai-course-icon {
  animation: aiCourseIconFloat 3.8s ease-in-out infinite;
}

.ai-course-icon svg {
  transition: transform 0.35s ease, stroke 0.35s ease;
}

.ai-course-card:hover .ai-course-icon {
  animation-play-state: paused;
      transform: translateX(50%) translateY(-4px);
}

.ai-course-card:hover .ai-course-icon svg {
  transform: scale(1.08) rotate(-3deg);
}

@keyframes aiCourseIconFloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0);
    }
}

.site-footer .footer-top-wrap {
  width: min(980px, calc(100% - 48px)) !important;
      max-width: 980px !important;
      margin: 0 auto !important;
      padding: 0 !important;
      transform: translateY(-48px) !important;
      position: relative !important;
      z-index: 5 !important;
}

.site-footer .widescreen.form {
  width: 100% !important;
      max-width: 980px !important;
      margin: 0 auto !important;
      padding: 26px 28px 28px !important;
      height: auto !important;
  
      background: #ffffff !important;
      border: 2px solid rgba(84, 57, 110, 0.22) !important;
      border-radius: 22px !important;
  
      box-shadow:
          0 14px 34px rgba(84, 57, 110, 0.13),
          0 0 0 1px rgba(220, 47, 93, 0.05) !important;
  
      backdrop-filter: none !important;
      -webkit-backdrop-filter: none !important;
      box-sizing: border-box !important;
}

.site-footer .widescreen.form .form_title {
  margin: 0 0 20px !important;
      text-align: center !important;
}

.site-footer .widescreen.form .form_title_txt_top {
  color: #54396e !important;
      font-size: 25px !important;
      font-weight: 800 !important;
      line-height: 1.2 !important;
}

.site-footer .widescreen.form .form_row {
  width: 100% !important;
      height: auto !important;
      min-height: 54px !important;
      margin: 0 0 14px !important;
      padding: 0 !important;
      overflow: visible !important;
      box-sizing: border-box !important;
      display: grid !important;
      gap: 16px !important;
      align-items: end !important;
}

.site-footer .widescreen.form form > .form_row:nth-of-type(2) {
  grid-template-columns: 1fr 1fr 0.78fr 0.30fr !important;
}

.site-footer .widescreen.form form > .form_row:nth-of-type(3) {
  grid-template-columns: 1fr 1fr 1fr !important;
}

.site-footer .widescreen.form form > .form_row:nth-of-type(4) {
  grid-template-columns: minmax(0, 1fr) 250px !important;
      align-items: center !important;
      margin-top: 0 !important;
}

.site-footer .widescreen.form label {
  display: block !important;
      width: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
}

.site-footer .widescreen.form .form_input1,
.site-footer .widescreen.form .form_input2,
.site-footer .widescreen.form .form_input_tel_3b,
.site-footer .widescreen.form .form_input_code_tel_4b,
.site-footer .widescreen.form .form_input_select2,
.site-footer .widescreen.form .form_input_select3 {
  position: static !important;
      right: auto !important;
      left: auto !important;
      top: auto !important;
  
      display: block !important;
      width: 100% !important;
      height: 48px !important;
      min-height: 48px !important;
  
      margin: 0 !important;
      padding: 0 8px !important;
  
      background: #ffffff !important;
      border: none !important;
      border-bottom: 2px solid rgba(84, 57, 110, 0.85) !important;
      border-radius: 0 !important;
  
      color: #111111 !important;
      font-size: 16px !important;
      font-weight: 700 !important;
      line-height: 48px !important;
      text-align: right !important;
  
      box-shadow: none !important;
      box-sizing: border-box !important;
}

.site-footer .widescreen.form .form_input1::placeholder,
.site-footer .widescreen.form .form_input2::placeholder,
.site-footer .widescreen.form .form_input_tel_3b::placeholder {
  color: rgba(84, 57, 110, 0.78) !important;
      opacity: 1 !important;
      font-weight: 700 !important;
}

.site-footer .widescreen.form .form_input_code_tel_4b,
.site-footer .widescreen.form .form_input_select2,
.site-footer .widescreen.form .form_input_select3 {
  appearance: auto !important;
      -webkit-appearance: auto !important;
      cursor: pointer !important;
}

.site-footer .widescreen.form .form_input1:focus,
.site-footer .widescreen.form .form_input2:focus,
.site-footer .widescreen.form .form_input_tel_3b:focus,
.site-footer .widescreen.form .form_input_code_tel_4b:focus,
.site-footer .widescreen.form .form_input_select2:focus,
.site-footer .widescreen.form .form_input_select3:focus {
  outline: none !important;
      border-bottom-color: #dc2f5d !important;
}

.site-footer .widescreen.form .sendmetext {
  position: static !important;
      display: flex !important;
      align-items: flex-start !important;
      gap: 8px !important;
  
      width: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
  
      color: #111111 !important;
      font-size: 12px !important;
      font-weight: 700 !important;
      line-height: 1.35 !important;
      text-align: right !important;
}

.site-footer .widescreen.form .sendmetext input {
  margin-top: 3px !important;
      accent-color: #dc2f5d !important;
      flex-shrink: 0 !important;
}

.site-footer .widescreen.form .iagree_text {
  position: static !important;
      right: auto !important;
      top: auto !important;
      color: #111111 !important;
      line-height: 1.35 !important;
}

.site-footer .widescreen.form .form_input_button {
  position: static !important;
      left: auto !important;
      right: auto !important;
      top: auto !important;
  
      width: 100% !important;
      height: 46px !important;
      min-height: 46px !important;
  
      margin: 0 !important;
      padding: 0 16px !important;
  
      border-radius: 8px !important;
      border: none !important;
      background: linear-gradient(90deg, #54396e 0%, #dc2f5d 100%) !important;
  
      color: #ffffff !important;
      font-size: 20px !important;
      font-weight: 800 !important;
      line-height: 46px !important;
      text-align: center !important;
  
      box-shadow: 0 10px 22px rgba(84, 57, 110, 0.18) !important;
      cursor: pointer !important;
}

.site-footer .widescreen.form .form_input_button:hover {
  background: #54396e !important;
      color: #ffffff !important;
}

@media (max-width: 800px) {
    .bottom_body_box {
    background:
                radial-gradient(circle at 12% 8%, rgba(84, 57, 110, 0.08), transparent 30%),
                radial-gradient(circle at 88% 16%, rgba(220, 47, 93, 0.08), transparent 30%),
                #fbf8fc !important;
            padding: 32px 16px 150px !important;
  }

    #bottom_section {
    width: 100% !important;
            max-width: 520px !important;
            margin: 0 auto !important;
  }

    .cellular.form {
    width: 100% !important;
            max-width: 520px !important;
            margin: 0 auto !important;
            padding: 24px 18px 26px !important;
            height: auto !important;
    
            background: #ffffff !important;
            border: 2px solid rgba(84, 57, 110, 0.22) !important;
            border-radius: 8px !important;
    
            box-shadow:
                0 14px 34px rgba(84, 57, 110, 0.13),
                0 0 0 1px rgba(220, 47, 93, 0.05) !important;
    
            box-sizing: border-box !important;
            overflow: visible !important;
  }

    .cellular.form .form_content {
    width: 100% !important;
            height: auto !important;
            overflow: visible !important;
  }

    .cellular.form .form_title {
    margin: 0 0 20px !important;
            text-align: center !important;
  }

    .cellular.form .form_title_txt_top {
    color: #54396e !important;
            font-size: 22px !important;
            font-weight: 700 !important;
            line-height: 1.2 !important;
  }

    .cellular.form .form_row,
  .cellular.form .form_row_iagree,
  .cellular.form .form_row_button {
    width: 100% !important;
            height: auto !important;
            min-height: 0 !important;
            margin: 0 0 14px !important;
            padding: 0 !important;
            display: block !important;
            overflow: visible !important;
            box-sizing: border-box !important;
  }

    .cellular.form label {
    display: block !important;
            width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
  }

    .cellular.form .form_input,
  .cellular.form .form_input_tel,
  .cellular.form .form_input_code_tel,
  .cellular.form .form_input_select {
    position: static !important;
            display: block !important;
            width: 100% !important;
    
            height: 50px !important;
            min-height: 50px !important;
            margin: 0 0 13px !important;
            padding: 0 8px !important;
    
            background: #ffffff !important;
            border: none !important;
            border-bottom: 2px solid rgba(84, 57, 110, 0.85) !important;
            border-radius: 0 !important;
    
            color: #111111 !important;
            font-size: 16px !important;
            font-weight: 700 !important;
            line-height: 50px !important;
            text-align: right !important;
    
            box-shadow: none !important;
            box-sizing: border-box !important;
  }

    .cellular.form .form_input::placeholder,
  .cellular.form .form_input_tel::placeholder {
    color: rgba(84, 57, 110, 0.78) !important;
            opacity: 1 !important;
            font-weight: 700 !important;
  }

    .cellular.form .form_input_tel {
    width: calc(68% - 8px) !important;
            display: inline-block !important;
            vertical-align: top !important;
            margin-left: 8px !important;
  }

    .cellular.form .form_input_code_tel {
    width: 30% !important;
            display: inline-block !important;
            vertical-align: top !important;
  }

    .cellular.form .form_input:focus,
  .cellular.form .form_input_tel:focus,
  .cellular.form .form_input_code_tel:focus,
  .cellular.form .form_input_select:focus {
    outline: none !important;
            border-bottom-color: #dc2f5d !important;
  }

    .cellular.form .sendmetext {
    display: flex !important;
            align-items: flex-start !important;
            gap: 8px !important;
    
            color: #111111 !important;
            font-size: 12px !important;
            font-weight: 700 !important;
            line-height: 1.4 !important;
            text-align: right !important;
    
            margin: 4px 0 0 !important;
            padding: 0 !important;
  }

    .cellular.form .sendmetext input {
    margin-top: 3px !important;
            accent-color: #dc2f5d !important;
            flex-shrink: 0 !important;
  }

    .cellular.form .iagree_text {
    position: static !important;
            color: #111111 !important;
            line-height: 1.4 !important;
  }

    .cellular.form .button_form,
  .cellular.form .form_input_button_cell {
    position: static !important;
            display: block !important;
            width: 100% !important;
    
            height: 50px !important;
            min-height: 50px !important;
    
            margin: 8px 0 0 !important;
            padding: 0 16px !important;
    
            border-radius: 8px !important;
            border: none !important;
            background: linear-gradient(90deg, #54396e 0%, #dc2f5d 100%) !important;
    
            color: #ffffff !important;
            font-size: 20px !important;
            font-weight: 800 !important;
            line-height: 50px !important;
            text-align: center !important;
    
            box-shadow: 0 10px 22px rgba(84, 57, 110, 0.18) !important;
            cursor: pointer !important;
  }

    .cellular.form .button_form:hover,
  .cellular.form .form_input_button_cell:hover {
    background: #54396e !important;
            color: #ffffff !important;
  }
}

@media (max-width: 800px) {
    .bottom_body_box {
    padding: 28px 16px 95px !important;
            min-height: 0 !important;
  }

    #bottom_section {
    margin-bottom: 0 !important;
            padding-bottom: 0 !important;
  }

    .cellular.form {
    margin-bottom: 0 !important;
  }

    .cellular.form .form_content {
    padding-bottom: 0 !important;
            margin-bottom: 0 !important;
  }

    .cellular.form .form_row,
  .cellular.form .form_row_iagree,
  .cellular.form .form_row_button {
    margin-bottom: 12px !important;
  }

    .cellular.form .form_row:has(.form_input_tel) {
    display: grid !important;
            grid-template-columns: minmax(0, 1fr) 92px !important;
            gap: 12px !important;
            align-items: end !important;
  }

    .cellular.form .form_row:has(.form_input_tel) label {
    width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
            display: block !important;
  }

    .cellular.form .form_input_tel,
  .cellular.form .form_input_code_tel {
    display: block !important;
            width: 100% !important;
            height: 50px !important;
            min-height: 50px !important;
            margin: 0 !important;
            line-height: 50px !important;
  }

    .cellular.form .form_input,
  .cellular.form .form_input_select {
    margin-bottom: 10px !important;
  }

    .cellular.form .form_row_button {
    margin-top: 8px !important;
            margin-bottom: 0 !important;
  }

    .cellular.form .button_form,
  .cellular.form .form_input_button_cell {
    margin-top: 6px !important;
  }

    .cellular.form a[name="formcell"] {
    display: block !important;
            height: 0 !important;
            line-height: 0 !important;
            overflow: hidden !important;
  }
}

.ai-reasons-section {
  width: 100%;
      padding: 40px 24px;
      background: #ffffff; 
      direction: rtl;
      box-sizing: border-box;
}

.ai-reasons-container {
  max-width: 1200px; 
      margin: 0 auto;
}

.ai-reasons-header {
  text-align: center;
      margin-bottom: 70px;
}

.ai-reasons-header h2 {
  margin: 0;
    color: #54396e;
    font-size: clamp(30px, 3.2vw, 40px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.ai-reasons-list {
  display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 80px; 
      row-gap: 45px; 
      list-style: none;
      padding: 0;
      margin: 0;
}

.ai-reason-item {
  display: flex;
      align-items: flex-start;
      gap: 20px;
      position: relative;
}

.ai-reason-icon-box {
  color: #dc2f5d; 
      flex-shrink: 0;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 2px;
      transition: color 0.3s ease, transform 0.3s ease;
}

.ai-reason-icon-box svg {
  width: 28px;
      height: 28px;
      stroke-width: 1.8px;
}

.ai-reason-content {
  flex: 1;
}

.ai-reason-content h3 {
  margin: 0 0 8px 0;
      color: #54396e; 
      font-size: 22px;
      font-weight: 700;
      line-height: 1.3;
}

.ai-reason-content p {
  margin: 0;
      color: #000000;
      font-size: 16px;
      line-height: 1.3;
}

.ai-reason-item:hover .ai-reason-icon-box {
  color: #54396e; 
      transform: scale(1.1);
}

@media (max-width: 991px) {
    .ai-reasons-list {
    grid-template-columns: 1fr;
            row-gap: 36px;
  }

    .ai-reasons-section {
    padding: 60px 20px;
  }

    .ai-reasons-header {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
    .ai-reason-content h3 {
    font-size: 19px;
  }

    .ai-reason-content p {
    font-size: 14.5px;
  }
}

.ai-lecturers-carousel-section {
  width: 100%;
      padding: 30px 0 30px;
      background:
          radial-gradient(circle at 12% 8%, rgba(64, 59, 112, 0.12), transparent 34%),
          radial-gradient(circle at 88% 18%, rgba(213, 47, 94, 0.10), transparent 32%),
          linear-gradient(135deg, #ffffff 0%, #fbf8fc 48%, #f6f1f8 100%);
      direction: rtl;
      overflow: hidden;
}

.ai-lecturers-header {
  max-width: 980px;
      margin: 0 auto 5px;
      padding: 0 24px;
      text-align: center;
}

.ai-lecturers-header h2 {
  margin: 0;
      color: #54396e;
      font-size: clamp(30px, 3.2vw, 40px);
      font-weight: 700;
      line-height: 1.2;
}

.ai-lecturers-header p {
  max-width: 900px;
      margin: 0 auto;
      color: #000000;
      font-size: 18px;
      line-height: 1.45;
}

.ai-lecturers-carousel {
  direction: ltr;
      display: flex;
      gap: 56px;
      overflow-x: auto;
      overflow-y: hidden;
      padding: 0px 42px 5px;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      -ms-overflow-style: none;
}

.ai-lecturers-carousel::-webkit-scrollbar {
  display: none;
}

.ai-lecturer-slide {
  direction: rtl;
      position: relative;
      flex: 0 0 240px;
      min-height: 315px;
      padding: 34px 10px 10px;
      background: transparent;
      border: none;
      box-shadow: none;
      text-align: center;
      box-sizing: border-box;
}

.ai-lecturer-slide::before {
  content: "";
      position: absolute;
      top: 10px;
      left: 50%;
      width: 176px;
      height: 118px;
      transform: translateX(-50%);
      border-top: 2px dashed #54396e;
      border-right: 2px dashed #54396e;
      border-radius: 0 18px 0 0;
      z-index: 1;
}

.ai-lecturer-slide::after {
  content: "";
      position: absolute;
      top: 2px;
      left: calc(50% - 86px);
      width: 24px;
      height: 24px;
      border-radius: 3px;
      background: #6d2ee8;
      box-shadow:
          170px 58px 0 #6d2ee8,
          0 128px 0 #d52f5e;
      z-index: 5;
}

.ai-lecturer-slide img {
  position: relative;
      z-index: 3;
      width: 150px;
      height: 120px;
      display: block;
      margin: 15px auto 15px;
      object-fit: cover;
      border-radius: 8px;
      border: 2px solid transparent;
      background:
          linear-gradient(#ffffff, #ffffff) padding-box,
          linear-gradient(135deg, #54396e 0%, #d52f5e 100%) border-box;
      box-shadow: 0 12px 24px rgba(84, 57, 110, 0.16);
      transition: transform 0.25s ease;
}

.ai-lecturer-slide h3 {
  margin: 0 0 8px;
      color: #54396e;
      font-size: 22px;
      font-weight: 700;
      line-height: 1.2;
}

.ai-lecturer-slide h3::after {
  content: "";
      display: block;
      width: 58px;
      height: 3px;
      margin: 10px auto 0;
      border-radius: 999px;
      background: linear-gradient(90deg, #54396e 0%, #d52f5e 100%);
}

.ai-lecturer-slide p {
  margin: 0 auto;
      max-width: 205px;
      color: #000000;
      font-size: 16px;
      line-height: 1.2;
}

.ai-lecturer-slide:hover img {
  transform: translateY(-4px);
}

@media (max-width: 768px) {
    .ai-lecturers-carousel-section {
    padding: 50px 0 56px;
  }

    .ai-lecturers-carousel {
    gap: 34px;
            padding: 30px 24px 30px;
  }

    .ai-lecturer-slide {
    flex: 0 0 220px;
  }

    .ai-lecturer-slide::before {
    width: 164px;
            height: 112px;
  }

    .ai-lecturer-slide::after {
    left: calc(50% - 80px);
            box-shadow:
                158px 56px 0 #6d2ee8,
                0 122px 0 #d52f5e;
  }

    .ai-lecturer-slide img {
    width: 160px;
            height: 142px;
  }

    .ai-lecturer-slide h3 {
    font-size: 22px;
  }

    .ai-lecturer-slide p {
    font-size: 15px;
  }
}

.ai-course-card {
  overflow: visible !important;
      padding: 34px 95px 24px 34px !important;
      min-height: 210px !important;
}

.ai-course-card:nth-child(odd),
.ai-course-card:nth-child(even) {
  padding: 34px 95px 24px 34px !important;
}

.ai-course-icon,
.ai-course-card:nth-child(odd) .ai-course-icon,
.ai-course-card:nth-child(even) .ai-course-icon {
  top: 50% !important;
      right: -58px !important;
      left: auto !important;
      transform: translateY(-50%) !important;
}

.ai-course-card:hover .ai-course-icon {
  animation-play-state: paused !important;
      transform: translateY(-50%) translateY(-4px) !important;
}

@keyframes aiCourseIconFloat {
    0% {
        transform: translateY(-50%) translateY(0);
    }

    50% {
        transform: translateY(-50%) translateY(-6px);
    }

    100% {
        transform: translateY(-50%) translateY(0);
    }
}

@media (max-width: 768px) {
    .ai-course-card,
  .ai-course-card:nth-child(odd),
  .ai-course-card:nth-child(even) {
    padding: 58px 20px 24px !important;
  }

    .ai-course-icon,
  .ai-course-card:nth-child(odd) .ai-course-icon,
  .ai-course-card:nth-child(even) .ai-course-icon {
    top: -28px !important;
            right: 20px !important;
            left: auto !important;
            transform: none !important;
  }
}

.ai-course-card {
  min-height: 210px !important;
      padding-top: 34px !important;
      padding-bottom: 24px !important;
}

.ai-course-card h3 {
  margin-bottom: 8px !important;
}

.ai-course-card p {
  margin-bottom: 18px !important;
      line-height: 1.25 !important;
}

.ai-course-link {
  min-height: 34px !important;
      padding: 10px 16px !important;
}

.ai-course-card,
.ai-course-card:nth-child(odd),
.ai-course-card:nth-child(even) {
  padding-right: 95px !important;
      padding-left: 34px !important;
}

@media (max-width: 768px) {
    .ai-courses-grid {
    gap: 56px !important;
            max-width: 100% !important;
  }

    .ai-course-card,
  .ai-course-card:nth-child(odd),
  .ai-course-card:nth-child(even) {
    padding: 70px 20px 24px !important;
            text-align: center !important;
  }

    .ai-course-icon,
  .ai-course-card:nth-child(odd) .ai-course-icon,
  .ai-course-card:nth-child(even) .ai-course-icon {
    width: 76px !important;
            height: 76px !important;
            top: -38px !important;
            right: 50% !important;
            left: auto !important;
            transform: translateX(50%) !important;
  }

    .ai-course-card:hover .ai-course-icon {
    transform: translateX(50%) translateY(-4px) !important;
  }

    .ai-course-tag {
    margin: 0 auto 14px !important;
  }

    .ai-course-link {
    margin: 18px auto 0 !important;
            align-self: center !important;
  }
}

.ai-articles-section {
  width: 100%;
      padding: 40px 24px 70px;
      background: #ffffff;
      direction: rtl;
      box-sizing: border-box;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.ai-articles-container {
  width: 100%;
      max-width: none;
      margin: 0;
}

.ai-articles-header {
  max-width: 980px;
      margin: 0 auto 46px;
      padding: 0 24px;
      text-align: center;
}

.ai-articles-header h2 {
  margin: 0;
      color: #54396e;
      font-size: clamp(30px, 3.2vw, 40px);
      font-weight: 700;
      line-height: 1.2;
}

.ai-articles-header p {
  max-width: 900px;
      margin: 0 auto;
      color: #000000;
      font-size: 18px;
      line-height: 1.45;
}

@media (max-width: 768px) {
    .ai-articles-section {
    padding: 56px 16px 64px;
  }

    .ai-articles-header {
    margin-bottom: 34px;
            padding: 0;
  }

    .ai-articles-header h2 {
    font-size: 30px;
  }

    .ai-articles-header p {
    font-size: 16px;
  }
}

.ai-social-icons a img {
  width: 22px;
      height: 22px;
      display: block;
      object-fit: contain;
}

.ai-social-icons a:hover {
  background: #54396e;
      color: #ffffff;
}

.ai-social-icons a:hover img {
  filter: brightness(0) invert(1);
}

.ai-social-icons a.ai-social-facebook:hover img {
  filter: none !important;
}

.site-footer {
  background:
          radial-gradient(circle at 12% 8%, rgba(64, 59, 112, 0.16), transparent 34%),
          radial-gradient(circle at 88% 18%, rgba(213, 47, 94, 0.14), transparent 32%),
          radial-gradient(circle at 50% 100%, rgba(213, 47, 94, 0.08), transparent 42%),
          linear-gradient(135deg, #ffffff 0%, #fbf8fc 48%, #f6f1f8 100%) !important;
}

.site-footer,
.site-footer .footer-school-title,
.site-footer .footer-school-title a {
  color: #000000 !important;
}

.site-footer .footer-school-subtitle,
.site-footer .footer-links-col a,
.site-footer .footer-bottom-text p {
  color: #000000 !important;
}

.site-footer .footer-school-line {
  background: #000000 !important;
}

.site-footer .footer-bottom-text {
  border-color: rgba(84, 57, 110, 0.18) !important;
}

.site-footer .footer-school-title {
  margin: 0 0 3px !important;
}

.site-footer .footer-school-line {
  width: 165px !important;
      height: 1px !important;
      background: rgba(0, 0, 0, 0.32) !important;
      margin: 0 0 4px 0 !important;
}

.site-footer .footer-school-subtitle {
  margin: 0 !important;
      line-height: 1.2 !important;
}

.site-footer .footer-links-col a:hover {
  color: #dc2f5d !important;
}

.site-footer .footer-school-title a:hover {
  color: #dc2f5d !important;
}

.site-footer .footer-links-col ul > a:hover img {
  transform: translateY(-3px) scale(1.08);
      opacity: 0.85;
      transition: all 0.25s ease;
}

.site-footer .footer-top-wrap {
  width: min(900px, calc(100% - 48px)) !important;
      max-width: 900px !important;
}

.site-footer .widescreen.form {
  width: 100% !important;
      max-width: 900px !important;
}

.site-footer .widescreen.form {
  padding-bottom: 12px !important;
}

.site-footer .widescreen.form .form_row:last-child {
  margin-bottom: 0 !important;
}

.site-footer .widescreen.form .form_content {
  padding-bottom: 0 !important;
      margin-bottom: 0 !important;
}

.ai-lecturer-slide::before,
.ai-lecturer-slide::after {
  display: none !important;
      content: none !important;
}

.ai-articles-section {
  width: 100%;
      padding: 56px 24px 76px;
      background: #ffffff;
      direction: rtl;
      box-sizing: border-box;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.ai-articles-container {
  max-width: 1180px;
      margin: 0 auto;
}

.ai-articles-header {
  max-width: 980px;
      margin: 0 auto 42px;
      padding: 0 24px;
      text-align: center;
}

.ai-articles-header h2 {
  margin: 0;
      color: #54396e;
      font-size: clamp(30px, 3.2vw, 40px);
      font-weight: 700;
      line-height: 1.2;
}

.ai-articles-header p {
  max-width: 900px;
      margin: 0 auto;
      color: #000000;
      font-size: 18px;
      line-height: 1.45;
}

.hasifa-articles-list {
  display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
}

.hasifa-article-link {
  min-height: 92px;
      display: grid;
      grid-template-columns: 92px minmax(0, 1fr) 34px;
      align-items: center;
      gap: 16px;
  
      padding: 12px 14px;
      border-radius: 8px;
      background: #ffffff;
      border: 1px solid rgba(84, 57, 110, 0.16);
      box-shadow: 0 10px 24px rgba(84, 57, 110, 0.08);
  
      color: #54396e !important;
      text-decoration: none !important;
      box-sizing: border-box;
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.hasifa-article-img {
  width: 92px;
      height: 68px;
      display: block;
      object-fit: cover;
      border-radius: 8px;
      box-shadow: 0 6px 14px rgba(84, 57, 110, 0.10);
}

.hasifa-article-title {
  display: block;
      color: #54396e;
      font-size: 17px;
      font-weight: 800;
      line-height: 1.25;
      text-align: right;
}

.hasifa-article-arrow {
  width: 26px;
      height: 26px;
      color: #dc2f5d;
      justify-self: end;
      transition: transform 0.25s ease, color 0.25s ease;
}

.hasifa-article-link:hover {
  transform: translateY(-4px);
      border-color: rgba(220, 47, 93, 0.34);
      background: #fbf8fc;
      box-shadow: 0 16px 34px rgba(84, 57, 110, 0.14);
}

.hasifa-article-link:hover .hasifa-article-title {
  color: #dc2f5d;
}

.hasifa-article-link:hover .hasifa-article-arrow {
  color: #54396e;
      transform: translateX(-4px);
}

@media (max-width: 1100px) {
    .hasifa-articles-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
    .ai-articles-section {
    padding: 50px 16px 60px;
  }

    .ai-articles-header {
    margin-bottom: 32px;
            padding: 0;
  }

    .ai-articles-header h2 {
    font-size: 30px;
  }

    .ai-articles-header p {
    font-size: 16px;
  }

    .hasifa-articles-list {
    grid-template-columns: 1fr;
            gap: 12px;
  }

    .hasifa-article-link {
    grid-template-columns: 78px minmax(0, 1fr) 28px;
            gap: 12px;
            min-height: 82px;
            padding: 10px;
            border-radius: 8px;
  }

    .hasifa-article-img {
    width: 78px;
            height: 58px;
            border-radius: 8px;
  }

    .hasifa-article-title {
    font-size: 15px;
            line-height: 1.25;
  }

    .hasifa-article-arrow {
    width: 22px;
            height: 22px;
  }
}

@media only screen and (max-width: 800px) {
    html,
  body {
    margin-bottom: 0 !important;
            padding-bottom: 78px !important;
  }

    main {
    margin-bottom: 0 !important;
            padding-bottom: 0 !important;
  }

    .bottom_body_box {
    padding-bottom: 0 !important;
            margin-bottom: 0 !important;
  }

    #bottom_section {
    padding-bottom: 0 !important;
            margin-bottom: 0 !important;
  }

    .cellular.form {
    padding-bottom: 24px !important;
            margin-bottom: 0 !important;
  }

    .cellular.form .form_content {
    padding-bottom: 0 !important;
            margin-bottom: 0 !important;
  }

    .form_modul {
    display: none !important;
            height: 0 !important;
            margin: 0 !important;
            padding: 0 !important;
  }
}

::-webkit-scrollbar {
  width:10px;
}

::-webkit-scrollbar-track {
  background:#f1f1f1;
}

::-webkit-scrollbar-thumb {
  background:linear-gradient(#54396e,#dc2f5d);
    border-radius:10px;
}

::-webkit-scrollbar-thumb:hover {
  background:#54396e;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
    :root {
    --mobile-menu-top: 0px;
  }

    .ai-mobile-nav-bar {
    display: block !important;
            position: fixed !important;
            top: var(--mobile-menu-top) !important;
            right: 0 !important;
            left: 0 !important;
            width: 100% !important;
            z-index: 99998 !important;
  }

    .ai-mobile-menu-overlay {
    position: fixed !important;
            top: calc(var(--mobile-menu-top) + 48px) !important;
            right: 0 !important;
            left: 0 !important;
            width: 100% !important;
            max-height: calc(100vh - var(--mobile-menu-top) - 48px) !important;
            overflow-y: auto !important;
            z-index: 99997 !important;
  }

    .cookie-notice {
    z-index: 99999 !important;
  }

    .ai-header-top {
    margin-top: 48px !important;
  }
}

@media (max-width: 768px) {
  .ai-desktop-nav {
    display: none !important;
  }

  .ai-mobile-nav-bar {
    display: block !important;
    position: sticky;
    top: 0;
    z-index: 99998;
  }

  .ai-mobile-menu-overlay {
    display: none !important;
  }

  .ai-mobile-nav-bar.is-open .ai-mobile-menu-overlay {
    display: block !important;
  }
}


.ai-business-banner {
  direction: rtl;
  padding: 30px 24px;
  background: #ffffff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.ai-business-banner__box {
  max-width: 1320px;
  margin: 0 auto;
  padding: 26px 32px 24px;
  background:
    radial-gradient(circle at 12% 8%, rgba(64, 59, 112, 0.10), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(213, 47, 94, 0.10), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #fbf8fc 48%, #f6f1f8 100%);
  border: 1px solid rgba(84, 57, 110, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(84, 57, 110, 0.10);
  text-align: center;
}

.ai-business-banner__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 8px;
  background: #54396e;
  color: #00f5fe;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.ai-business-banner__title {
  margin: 0 0 12px;
  color: #403b70;
  font-size: clamp(28px, 3.3vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.ai-business-banner__intro {
  max-width: 1120px;
  margin: 0 auto 20px;
}

.ai-business-banner__intro p {
  margin: 0;
  color: #000000;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.45;
}

.ai-business-model-title {
  margin: 0 0 18px;
  color: #54396e;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.ai-business-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0 auto 18px;
}

.ai-business-step {
  position: relative;
  min-height: 235px;
  padding: 18px 18px 16px;
  background: #ffffff;
  border: 1px solid rgba(84, 57, 110, 0.18);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(84, 57, 110, 0.08);
  text-align: center;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.ai-business-step:hover {
  transform: translateY(-6px);
  border-color: rgba(213, 47, 94, 0.34);
  box-shadow: 0 16px 32px rgba(84, 57, 110, 0.14);
}

.ai-business-step__num {
  position: absolute;
  top: 12px;
  left: 12px;
  min-width: 36px;
  height: 32px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(213, 47, 94, 0.25);
  border-radius: 8px;
  color: #54396e;
  background: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.ai-business-step__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8fbfd;
  transition: transform 0.28s ease, background 0.28s ease;
}

.ai-business-step:hover .ai-business-step__icon {
  transform: scale(1.06);
  background: radial-gradient(circle, rgba(0, 245, 254, 0.26), rgba(0, 245, 254, 0.10));
}

.ai-business-step__icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #54396e;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.28s ease, stroke 0.28s ease;
}

.ai-business-step:hover .ai-business-step__icon svg {
  transform: rotate(-4deg) scale(1.06);
  stroke: #d52f5e;
}

.ai-business-step h3 {
  margin: 0 0 10px;
  color: #54396e;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.ai-business-step h3::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: #d52f5e;
}

.ai-business-step p {
  margin: 0;
  color: #000000;
  font-size: 15px;
  line-height: 1.35;
}

.ai-business-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
}

.ai-business-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 16.5px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  transition: 0.25s ease;
}

.ai-business-btn--primary {
  background: #54396e;
  color: #ffffff !important;
}

.ai-business-btn--secondary {
  background: #00f5fe;
  color: #54396e !important;
}

.ai-business-btn:hover {
  background: #d52f5e;
  color: #ffffff !important;
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .ai-business-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .ai-business-banner__box {
    padding: 26px 22px;
  }
}

@media (max-width: 700px) {
  .ai-business-banner {
    padding: 34px 16px;
  }

  .ai-business-banner__box {
    padding: 22px 16px;
    border-radius: 8px;
  }

  .ai-business-banner__tag {
    font-size: 13px;
  }

  .ai-business-banner__title {
    font-size: 28px;
  }

  .ai-business-banner__intro p {
    font-size: 15.5px;
    line-height: 1.45;
  }

  .ai-business-model-title {
    font-size: 21px;
    margin-bottom: 16px;
  }

  .ai-business-steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ai-business-step {
    min-height: auto;
    padding: 18px 16px 20px;
  }

  .ai-business-actions {
    flex-direction: column;
  }

  .ai-business-btn {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 700px) {
  .ai-business-banner__box {
    overflow: hidden;
  }

  .ai-business-actions {
    width: 100%;
  }

  .ai-business-btn {
    width: 100%;
    max-width: 100%;
    min-width: 0 !important;
    box-sizing: border-box;
    padding: 0 14px;
    font-size: 15px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }
}