.elementor-24723 .elementor-element.elementor-element-aa6af40:not(.elementor-motion-effects-element-type-background), .elementor-24723 .elementor-element.elementor-element-aa6af40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-24723 .elementor-element.elementor-element-aa6af40{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-24723 .elementor-element.elementor-element-aa6af40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-24723 .elementor-element.elementor-element-aa6af40 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-24723 .elementor-element.elementor-element-7c1f370 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-24723 .elementor-element.elementor-element-7c1f370{padding:10px 0px 10px 0px;}.elementor-24723 .elementor-element.elementor-element-e41c1e9{margin-top:30px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-24723 .elementor-element.elementor-element-9143820{color:#000000;}.elementor-24723 .elementor-element.elementor-element-9143820 a{color:#5C8018;}.elementor-24723 .elementor-element.elementor-element-a0c3b1f > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-24723 .elementor-element.elementor-element-a0c3b1f{padding:0px 0px 0px 0px;}.elementor-24723 .elementor-element.elementor-element-937e715 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-24723 .elementor-element.elementor-element-937e715{padding:10px 0px 10px 0px;}.elementor-24723 .elementor-element.elementor-element-edb1814{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-24723 .elementor-element.elementor-element-edb1814 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-24723 .elementor-element.elementor-element-edb1814 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-24723 .elementor-element.elementor-element-002a6c8 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-24723 .elementor-element.elementor-element-002a6c8{padding:10px 0px 10px 0px;}.elementor-24723 .elementor-element.elementor-element-d29c3aa{width:100%;max-width:100%;}@media(max-width:767px){.elementor-24723 .elementor-element.elementor-element-6f67cae > .elementor-element-populated{margin:0px 0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-24723 .elementor-element.elementor-element-5115fb4{width:100%;}.elementor-24723 .elementor-element.elementor-element-6f67cae{width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-24723 .elementor-element.elementor-element-6f67cae{width:100%;}}/* Start custom CSS for html, class: .elementor-element-1795b2c */:root {
    --mps-navy: #1d4d6d;    /* Deep Space Navy */
    --mps-cyan: #f9c234;    /* Physics/Laser Cyan */
    --mps-violet: #FFFFFF;  /* Math/Logic Violet */
    --mps-slate: #94a3b8;
}

.mps-hero {
    position: relative;
    background: var(--mps-navy);
    display: flex;
    align-items: center;
    overflow: hidden;
    color: white;
}

/* Background: Geometric Vector Mesh */
.mps-vector-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 2px 2px, var(--mps-cyan) 1px, transparent 0);
    background-size: 40px 40px;
    mask-image: linear-gradient(to bottom, black, transparent);
    z-index: 1;
}

.m-container {
    padding: 120px 40px;
    position: relative;
    z-index: 5;
    padding-bottom: 50px;
    width: 100%;
}

.m-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

/* Pioneer Pill */
.m-pioneer-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(34, 211, 238, 0.1);
    border: 1px solid rgba(34, 211, 238, 0.2);
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 0px;
}

.m-pioneer-pill span {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--mps-cyan);
}

.m-pulse {
    width: 8px;
    height: 8px;
    background: var(--mps-cyan);
    border-radius: 50%;
    animation: pulseMps 2s infinite;
}

@keyframes pulseMps {
    0% { box-shadow: 0 0 0 0 rgba(34, 211, 238, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(34, 211, 238, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 211, 238, 0); }
}

/* Title & Description */
.m-title {
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
    margin-top: 0px;
    letter-spacing: -1px;
    color: #FFFFFF;
}

.m-glitch {
    color: var(--mps-cyan);
    position: relative;
}

.m-description {
    font-size: 1.1rem;
    color: var(--mps-slate);
    line-height: 1.7;
    max-width: 550px;
    margin-bottom: 40px;
}

/* Program Cards */
.m-program-cards {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.m-mini-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.m-mini-card i { font-size: 1.2rem; color: var(--mps-violet); }
.m-mini-card strong { display: block; font-size: 0.9rem; }
.m-mini-card span { font-size: 0.7rem; color: var(--mps-slate); }

.m-actions { display: flex; gap: 20px; }
    
    .btn-m-solid {
      background: var(--mps-cyan);
      color: var(--mps-navy);
      padding: 16px 32px;
      border-radius: 4px;
      font-weight: 700;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
      position: relative;
      overflow: hidden;
      cursor: pointer;
      border: none;
    }

    .btn-m-solid::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
      transition: left 0.5s ease;
    }

    .btn-m-solid:hover {
      background: #e0a820;
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(249, 194, 52, 0.3);
      color: #ffffff;
    }

    .btn-m-solid:hover::before {
      left: 100%;
    }

    .btn-m-solid:active {
      transform: translateY(0px);
    }

    .btn-m-ghost {
      border: 2px solid var(--mps-cyan);
      color: var(--mps-cyan);
      padding: 14px 30px;
      border-radius: 4px;
      font-weight: 700;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      background: transparent;
      transition: all 0.3s ease;
      cursor: pointer;
      position: relative;
      overflow: hidden;
    }

    .btn-m-ghost::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0%;
      height: 2px;
      background: var(--mps-cyan);
      transition: width 0.3s ease;
    }

    .btn-m-ghost:hover {
      background: rgba(249, 194, 52, 0.1);
      border-color: var(--mps-cyan);
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(249, 194, 52, 0.2);
    }

    .btn-m-ghost:hover::after {
      width: 100%;
    }

    .btn-m-ghost:active {
      transform: translateY(0px);
    }

/* QUANTUM RING VISUAL */
.m-visual-stack {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-quantum-ring {
    position: relative;
    width: 350px;
    height: 350px;
}

.ring {
    position: absolute;
    inset: 0;
    border: 1px dashed rgba(255,255,255,0.1);
    border-radius: 50%;
    animation: rotateRing 20s linear infinite;
}

.ring-math { border-color: var(--mps-violet); transform: rotateX(60deg) rotateY(20deg); }
.ring-physics { border-color: var(--mps-cyan); transform: rotateX(60deg) rotateY(-20deg); animation-direction: reverse; }

.formula {
    position: absolute;
    top: -10px;
    left: 50%;
    background: var(--mps-navy);
    padding: 0 10px;
    font-size: 0.7rem;
    color: var(--mps-violet);
}

.m-center-hub {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, var(--mps-cyan) 0%, transparent 70%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hub-inner {
    text-align: center;
    background: var(--mps-navy);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid var(--mps-cyan);
}

.hub-inner strong { font-size: 1.8rem; line-height: 1; color: var(--mps-cyan); }
.hub-inner span { font-size: 0.6rem; text-transform: uppercase; color: var(--mps-slate); }

@keyframes rotateRing {
    to { transform: rotateX(60deg) rotateY(20deg) rotateZ(360deg); }
}

/* Floating Info */
.m-floating-data {
    position: absolute;
    bottom: 40px;
    right: 0;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 15px;
    border-radius: 8px;
    width: 180px;
}

.data-item { display: flex; justify-content: space-between; margin-bottom: 10px; }
.data-item span { font-size: 0.65rem; }
.data-bar { height: 4px; background: rgba(255,255,255,0.1); border-radius: 2px; }
.bar-fill { width: 100%; height: 100%; background: var(--mps-cyan); border-radius: 2px; }

/* ... [Keep existing styles above] ... */

/* RESPONSIVE UPDATES */
@media (max-width: 1024px) {
    .m-grid { 
        grid-template-columns: 1fr; 
        text-align: center; 
    }
    .m-pioneer-pill { margin-left: auto; margin-right: auto; }
    .m-description { margin-left: auto; margin-right: auto; }
    .m-visual-stack { display: none; }
    
    .m-actions {
        flex-direction: column;
        align-items: center; /* Centers the full-width buttons horizontally */
        gap: 12px;
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-m-solid, .btn-m-ghost {
        width: 100%;
        display: flex;
        justify-content: center; /* Centers text/icons horizontally */
        align-items: center;     /* Centers text/icons vertically */
        text-align: center;      /* Safety for text alignment */
        padding: 18px 0; 
        box-sizing: border-box;  /* Prevents padding from causing overflow */
    }
}

@media (max-width: 768px) {
    /* Each program card now takes a full row */
    .m-program-cards {
        flex-direction: column;
        gap: 12px;
        width: 100%;
        max-width: 400px; /* Optional: prevents cards from being too wide */
        margin-left: auto;
        margin-right: auto;
    }

    .m-mini-card {
        width: 100%;
        justify-content: flex-start; /* Aligns content to left within the card */
        text-align: left;
    }

    /* Each button now takes a full row */
    .m-actions {
        flex-direction: column;
        align-items: center; /* Centers the full-width buttons horizontally */
        gap: 12px;
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-m-solid, .btn-m-ghost {
        width: 100%;
        display: flex;
        justify-content: center; /* Centers text/icons horizontally */
        align-items: center;     /* Centers text/icons vertically */
        text-align: center;      /* Safety for text alignment */
        padding: 18px 0; 
        box-sizing: border-box;  /* Prevents padding from causing overflow */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2794af2 */:root {
      --primary-navy: #1d4d6d;      /* was --mps-navy */
      --primary-cyan: #FFFFFF;      /* was --mps-cyan */
      --slate-text: #334155;         /* was --mps-slate */
      --soft-bg: #f8fafc;           /* was background */
      --border-light: #e2e8f0;
      --glass-white: rgba(255,255,255,0.03);
      --glass-border: rgba(255,255,255,0.1);
      --accent-green: #5C8018;      /* fresh accent from provided snippet */
    }
    /* main container pattern - generic but renamed classes */
    .uni-container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 24px;
    }

    /* --- FOUNDATION SECTION (formerly mps-history) --- */
    .legacy-block {
      padding: 50px 0;
      background: var(--soft-bg);
      color: var(--primary-navy);
    }
    /* Changed to single column layout: history row + industrial row */
    .legacy-stack {
      display: flex;
      flex-direction: column;
      gap: 48px;
    }
    .history-row {
      width: 100%;
    }
    .industrial-row {
      width: 100%;
    }
    .badge-accent {
      color: var(--accent-green);
      font-weight: 800;
      text-transform: uppercase;
      font-size: 0.75rem;
      letter-spacing: 2px;
      margin-bottom: 15px;
    }
    .story-text h2 {
      font-size: 2.5rem;
      margin-bottom: 25px;
      line-height: 1.2;
    }
    .story-text p {
      color: var(--slate-text);
      line-height: 1.8;
      margin-bottom: 30px;
    }
    .stats-laboratory {
      display: flex;
      align-items: center;
      gap: 20px;
      background: white;
      padding: 25px;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.05);
      margin-top: 20px;
    }
    .stat-number {
      font-size: 3rem;
      font-weight: 900;
      color: var(--accent-green);
      line-height: 1;
    }
    .stat-description strong {
      display: block;
      font-size: 1.1rem;
      color: var(--primary-navy);
    }
    .stat-description p {
      margin: 0;
      font-size: 0.85rem;
    }
    .industry-card {
      background: var(--primary-navy);
      color: white;
      padding: 40px;
      border-radius: 20px;
      position: relative;
      width: 100%;
    }
    .industry-card i {
      font-size: 2.5rem;
      color: var(--primary-cyan);
      margin-bottom: 20px;
    }
    
    .industry-card h3{
        color: #ffffff;
    }
    
    .nuc-compliance {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 0.6rem;
      border: 1px solid var(--primary-cyan);
      padding: 4px 10px;
      color: var(--primary-cyan);
      border-radius: 4px;
    }

    /* --- PHILOSOPHY SECTION (formerly mps-philosophy) --- */
    .doctrine-section {
      padding: 50px 0;
    }
    .section-caption {
      margin-bottom: 60px;
      text-align: center;
    }
    .accent-divider {
      width: 60px;
      height: 4px;
      background: var(--primary-cyan);
      margin: 20px auto;
    }
    .registry-section .accent-divider {
      background: var(--accent-green);
    }
    .twin-pillars {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }
    .pillar-card {
      border: 1px solid var(--border-light);
      border-radius: 20px;
      overflow: hidden;
      transition: 0.3s;
    }
    .pillar-header {
      padding: 30px;
      padding-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 15px;
      background: var(--soft-bg);
    }
    .pillar-header i {
      font-size: 1.5rem;
    }
    .math-domain i {
      color: var(--accent-green);
      margin-top: -30px;
    }
    .physics-domain i {
      color: var(--accent-green);
      margin-top: -30px;
    }
    .pillar-details {
      padding: 30px;
    }
    .pillar-list {
      list-style: none;
      padding: 0;
      margin-top: 20px;
    }
    .pillar-list li {
      padding: 12px 0;
      border-top: 1px solid #f1f5f9;
      font-size: 0.9rem;
      color: var(--slate-text);
      display: flex;
      gap: 10px;
    }
    .pillar-list li::before {
      content: "•";
      color: var(--accent-green);
      font-weight: bold;
    }

    /* --- ADMISSION & REGULATORY (formerly mps-admission) --- */
    .registry-section {
      padding: 50px 0;
      background: var(--primary-navy);
      color: white;
    }
    .registry-section .section-caption h2 {
      color: white;
    }
    .blueprint-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
      margin-bottom: 50px;
    }
    .credential-card {
      background: var(--glass-white);
      border: 1px solid var(--glass-border);
      border-radius: 15px;
    }
    .card-header {
      background: rgba(255,255,255,0.05);
      padding: 20px 30px;
      font-weight: 700;
      color: var(--primary-cyan);
      border-bottom: 1px solid var(--glass-border);
    }
    .card-body {
      padding: 30px;
    }
    .entry-requirement {
      margin-bottom: 25px;
      font-size: 0.95rem;
      border-left: 3px solid var(--primary-cyan);
      padding-left: 15px;
    }
    .requirement-row {
      margin-bottom: 15px;
    }
    .requirement-row span {
      display: block;
      font-weight: 700;
      font-size: 0.85rem;
      color: var(--primary-cyan);
      margin-bottom: 4px;
    }
    .requirement-row small {
      color: #94a3b8;
      font-size: 0.8rem;
    }
    .highlight-credential {
      border-color: var(--primary-cyan);
    }
    .policy-arsenal {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
    }
    .policy-node {
      background: var(--glass-white);
      padding: 30px;
      border-radius: 12px;
    }
    .policy-node h4 {
      color: var(--primary-cyan);
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .policy-node p {
      font-size: 0.8rem;
      color: #cbd5e1;
      line-height: 1.6;
    }

    /* additional detail styling for extended content */
    .program-list {
      margin: 15px 0 0 20px;
      color: var(--slate-text);
      font-weight: 500;
    }
    .program-list li {
      margin-bottom: 4px;
    }
    .supplementary-text {
      margin-top: 16px;
      font-size: 0.9rem;
    }
    .note-tag {
      background: rgba(92,128,24,0.1);
      padding: 6px 12px;
      border-radius: 30px;
      display: inline-block;
      font-size: 0.75rem;
      font-weight: 600;
      color: var(--accent-green);
      margin-bottom: 12px;
    }

    /* --- RESPONSIVE ADAPTATIONS --- */
    @media (max-width: 992px) {
      .twin-pillars, .blueprint-grid, .policy-arsenal {
        grid-template-columns: 1fr;
      }
      .legacy-block, .doctrine-section, .registry-section {
        padding: 70px 0;
      }
      .story-text h2 {
        font-size: 2rem;
      }
    }
    @media (max-width: 640px) {
      .uni-container {
        padding: 0 20px;
      }
      .pillar-header {
        flex-direction: column;
        text-align: center;
      }
      .stats-laboratory {
        flex-direction: column;
        text-align: center;
      }
      .industry-card {
        padding: 30px;
      }
    }/* End custom CSS */