.elementor-kit-4{--e-global-color-primary:#092CA4;--e-global-color-secondary:#FF6600;--e-global-color-text:#7A7A7A;--e-global-color-accent:#2C2C2C;--e-global-color-d42a226:#414141;--e-global-color-312b9d4:#F1F1F1;--e-global-color-835faf1:#FFFFFF;--e-global-color-98389cc:#F5F5F5;--e-global-color-34ce572:#7A7A7A9C;--e-global-typography-primary-font-family:"Lexend";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lexend";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lexend";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lexend";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );--e-preloader-animation:bounce;--e-preloader-animation-duration:1800ms;--e-preloader-delay:0ms;--e-preloader-width:7%;--e-preloader-max-width:100%;--e-preloader-opacity:1;}.elementor-kit-4 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}
/* Start custom CSS *//* ======================================================
   IMPORT FONT
====================================================== */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&display=swap');

/* ======================================================
   GLOBAL SYSTEM
====================================================== */
:root{
  --primary: #333399;
  --primary-dark: #2a2a80;
  --accent-soft: #f4f6ff;
  --border-soft: #e6e8f0;
  --text-main: #555666;
}

body,
h1, h2, h3, h4, h5, h6,
p, span, a, li,
td, th,
input, textarea, button {
  font-family: 'Lexend', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.2px;
}

body {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-main);
  margin: 0;
  background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
}

/* ======================================================
   TYPOGRAPHY SCALE
====================================================== */
h1 { font-size: 44px; font-weight: 700; line-height: 1.3; }
h2 { font-size: 30px; font-weight: 600; }
h3 { font-size: 22px; font-weight: 600; }

/* ======================================================
   HERO PREMIUM
====================================================== */
.premium-hero {
  position: relative;
  padding: 90px 0;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  overflow: hidden;
}

.premium-hero-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 24px;
  padding: 50px 60px;
  max-width: 780px;
  color: #ffffff;
  box-shadow: 0 25px 60px rgba(0,0,0,0.25);
}

.premium-hero-info {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}

.premium-hero-info span {
  display: block;
  margin-bottom: 8px;
  opacity: 0.9;
}

.premium-badge {
  position: absolute;
  right: 60px;
  bottom: 40px;
  background: #ffffff;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
  transition: 0.3s ease;
}

.premium-badge:hover {
  transform: translateY(-4px);
}

/* ======================================================
   HEADER SECTION UNDER HERO
====================================================== */
.premium-header {
  padding: 70px 0;
}

.premium-header h1::after {
  content: "";
  width: 90px;
  height: 4px;
  background: var(--primary);
  display: block;
  margin-top: 14px;
  border-radius: 4px;
}

/* ======================================================
   PARAGRAPH CARD
====================================================== */
.premium-paragraph {
  max-width: 720px;
  padding: 40px 50px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid var(--border-soft);
  box-shadow: 0 12px 35px rgba(51, 51, 153, 0.06);
}

.premium-paragraph strong {
  color: var(--primary);
  font-weight: 600;
}

/* ======================================================
   INFO FLEX CARD
====================================================== */
.premium-info-wrapper {
  margin-top: 40px;
}

.premium-info-flex {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--border-soft);
  box-shadow: 0 10px 30px rgba(51, 51, 153, 0.08);
  transition: 0.3s ease;
}

.premium-info-flex:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(51, 51, 153, 0.12);
}

.premium-info-left {
  padding: 22px 48px;
  background: #ffffff;
  color: var(--primary);
  font-weight: 600;
  border-right: 1px solid var(--border-soft);
}

.premium-info-right {
  padding: 22px 48px;
  background: var(--primary);
  color: #ffffff;
  font-weight: 700;
}

/* ======================================================
   ACCORDION PREMIUM
====================================================== */
.elementor-accordion .elementor-tab-title {
  padding: 20px 24px !important;
  font-weight: 600;
  border-radius: 12px;
  transition: 0.3s ease;
}

.elementor-accordion .elementor-tab-title:hover {
  background: var(--accent-soft);
}

.elementor-accordion .elementor-tab-content {
  padding: 24px !important;
  background: #ffffff;
  border-radius: 0 0 14px 14px;
}

/* ======================================================
   CARD SYSTEM (SCHOLAR / REQUIREMENT)
====================================================== */
.premium-scholar-card,
.premium-requirement-card {
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--border-soft);
  box-shadow: 0 12px 35px rgba(51, 51, 153, 0.08);
  overflow: hidden;
  transition: 0.3s ease;
}

.premium-scholar-card:hover,
.premium-requirement-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(51, 51, 153, 0.12);
}

.premium-scholar-title,
.premium-requirement-title {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #ffffff;
  padding: 26px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.premium-scholar-card .elementor-widget-container,
.premium-requirement-card .elementor-widget-container {
  padding: 30px 35px;
}

/* ======================================================
   TABLE STYLE
====================================================== */
table {
  width: 100%;
  border-collapse: collapse;
}

th {
  background: var(--primary);
  color: #ffffff;
  padding: 14px;
  font-weight: 600;
  font-size: 15px;
}

td {
  padding: 14px;
  border: 1px solid var(--border-soft);
  font-size: 14px;
}

/* ======================================================
   RESPONSIVE
====================================================== */
@media (max-width: 1024px) {

  body { font-size: 14px; }
  h1 { font-size: 30px; }
  h2 { font-size: 22px; }
  h3 { font-size: 18px; }

  .premium-info-flex {
    flex-direction: column;
  }

  .premium-info-left {
    border-right: none;
    border-bottom: 1px solid var(--border-soft);
  }
}

@media (max-width: 768px) {

  body { font-size: 13px; }

  h1 { font-size: 22px; }
  h2 { font-size: 18px; }
  h3 { font-size: 16px; }

  .premium-hero {
    padding: 60px 20px;
  }

  .premium-hero-card {
    padding: 30px 25px;
  }

  .premium-badge {
    position: static;
    margin-top: 20px;
  }
}/* End custom CSS */