.elementor-23563 .elementor-element.elementor-element-dbce5ec{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-23563 .elementor-element.elementor-element-e41c1e9{margin-top:30px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-23563 .elementor-element.elementor-element-9143820{color:#000000;}.elementor-23563 .elementor-element.elementor-element-9143820 a{color:#5C8018;}.elementor-23563 .elementor-element.elementor-element-a0c3b1f:not(.elementor-motion-effects-element-type-background), .elementor-23563 .elementor-element.elementor-element-a0c3b1f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-23563 .elementor-element.elementor-element-a0c3b1f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 10px 0px;}.elementor-23563 .elementor-element.elementor-element-a0c3b1f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23563 .elementor-element.elementor-element-a0c3b1f > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-23563 .elementor-element.elementor-element-937e715 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-23563 .elementor-element.elementor-element-937e715{padding:10px 0px 10px 0px;}.elementor-23563 .elementor-element.elementor-element-8d361ac > .elementor-element-populated{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-23563 .elementor-element.elementor-element-a6cc6e8 > .elementor-element-populated{margin:0px 0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-23563 .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-23563 .elementor-element.elementor-element-a6cc6e8{width:100%;}.elementor-23563 .elementor-element.elementor-element-6f67cae{width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-23563 .elementor-element.elementor-element-a6cc6e8{width:100%;}.elementor-23563 .elementor-element.elementor-element-6f67cae{width:100%;}}/* Start custom CSS for html, class: .elementor-element-26d9fe0 */.mgt-hero {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e2937 100%);
    color: #f8fafc;
    overflow: hidden;
  }

  .mgt-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(250, 204, 21, 0.08) 0%, transparent 70%);
    z-index: 1;
  }

  .mgt-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 120px 40px;
    display: flex;
    align-items: center;
  }

  .mgt-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
    width: 100%;
  }

  .mgt-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    border: 1px solid rgba(250, 204, 21, 0.3);
    margin-bottom: 0px;
    width: fit-content;
  }

  .mgt-title {
    font-size: 3.8rem;
    line-height: 1.12;
    font-weight: 800;
    margin-bottom: 28px;
    margin-top: 0px;
    color: #ffffff;
  }

  .highlight {
    color: #facc15 !important;
  }

  .mgt-subtitle {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #cbd5e1;
    max-width: 580px;
    margin-bottom: 52px;
  }

  .mgt-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 52px;
  }

  .highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .highlight-item i {
    font-size: 2.4rem;
    color: #facc15;
    margin-top: 4px;
  }

  .highlight-item strong {
    font-size: 1rem;
    color: white;
  }

  .highlight-item span {
    font-size: 0.85rem;
    color: #94a3b8;
  }

  .mgt-ctas {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  .btn-mgt-primary {
    background: #facc15;
    color: #0f172a;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
  }

  .btn-mgt-primary:hover {
    background: #fde047;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(250, 204, 21, 0.3);
    color: #FFFFFF;
  }

  .btn-mgt-secondary {
    border: 2px solid #facc15;
    color: #facc15;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    cursor: pointer;
  }

  .btn-mgt-secondary:hover {
    background: rgba(250, 204, 21, 0.1);
    transform: translateY(-4px);
  }

  /* Right Visual */
  .mgt-visual {
    position: relative;
  }

  .visual-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(250, 204, 21, 0.25);
    border-radius: 28px;
    padding: 48px 36px;
    text-align: center;
  }

  .visual-icon {
    font-size: 5rem;
    color: #facc15;
    margin-bottom: 24px;
  }

  .visual-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: white;
  }

  .visual-card p {
    color: #94a3b8;
    font-size: 0.9rem;
  }

  .visual-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  .stat-num {
    font-size: 1.8rem;
    font-weight: 800;
    color: #facc15;
    display: block;
  }

  .stat-label {
    font-size: 0.7rem;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-top: 5px;
  }

  /* Scroll Indicator */
  .scroll-mgt {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: rgba(241, 245, 249, 0.6);
    font-size: 0.75rem;
    letter-spacing: 2px;
    cursor: pointer;
    transition: opacity 0.3s;
    z-index: 10;
  }

  .scroll-mgt:hover {
    opacity: 0.8;
  }

  .scroll-mgt i {
    display: block;
    font-size: 1.5rem;
    animation: bounce 2s infinite;
    margin-top: 8px;
    color: #facc15;
  }

  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(10px);
    }
    60% {
      transform: translateY(5px);
    }
  }

  /* ============================================ */
  /* RESPONSIVE STYLES */
  /* ============================================ */
   @media (max-width: 1024px) {
    .mgt-grid {
      grid-template-columns: 1fr;
      gap: 60px;
      text-align: center;
    }

     .mgt-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 120px 40px;
    display: flex;
    align-items: center;
  }

    .mgt-badge {
      margin-left: auto;
      margin-right: auto;
    }

    .mgt-subtitle {
      margin-left: auto;
      margin-right: auto;
    }

    .mgt-highlights {
      justify-content: center;
    }

    .mgt-ctas {
      justify-content: center;
    }

    .highlight-item {
      text-align: left;
    }

    .mgt-visual {
      display: none;
    }
  }
  /* Tablet (992px and below) */
  @media (max-width: 992px) {
    .mgt-grid {
      grid-template-columns: 1fr;
      gap: 60px;
      text-align: center;
    }

    .mgt-badge {
      margin-left: auto;
      margin-right: auto;
    }

    .mgt-subtitle {
      margin-left: auto;
      margin-right: auto;
    }

    .mgt-highlights {
      justify-content: center;
    }

    .mgt-ctas {
      justify-content: center;
    }

    .highlight-item {
      text-align: left;
    }

    .mgt-visual {
      max-width: 450px;
      margin: 0 auto;
    }
  }

  /* Mobile (768px and below) */
  @media (max-width: 768px) {
    .mgt-container {
      padding: 120px 24px;
    }

    .mgt-title {
      font-size: 2.5rem;
    }

    .mgt-subtitle {
      font-size: 1rem;
      margin-bottom: 40px;
    }

    .mgt-badge {
      padding: 8px 20px;
      font-size: 0.8rem;
      margin-bottom: 25px;
    }

    .mgt-highlights {
      gap: 24px;
      margin-bottom: 40px;
    }

    .highlight-item i {
      font-size: 1.8rem;
    }

    .highlight-item strong {
      font-size: 0.9rem;
    }

    .highlight-item span {
      font-size: 0.8rem;
    }

    /* BUTTON FIX: Stack vertically on mobile */
    .mgt-ctas {
      display: flex;
      flex-direction: column;
      gap: 16px;
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
    }

    .mgt-ctas .btn-mgt-primary,
    .mgt-ctas .btn-mgt-secondary {
      width: 100%;
      justify-content: center;
      text-align: center;
      padding: 14px 24px;
    }

    .btn-mgt-primary,
    .btn-mgt-secondary {
      font-size: 0.9rem;
    }

    /* Hide visual on mobile */
    .mgt-visual {
      display: none;
    }

    /* Scroll indicator adjustments */
    .scroll-mgt {
      bottom: 30px;
    }

    .scroll-mgt i {
      font-size: 1.3rem;
    }
  }

  /* Small Mobile (480px and below) */
  @media (max-width: 480px) {
    .mgt-container {
      padding: 120px 20px;
    }

    .mgt-title {
      font-size: 2rem;
    }

    .mgt-subtitle {
      font-size: 0.9rem;
      margin-bottom: 35px;
    }

    .mgt-badge {
      padding: 6px 16px;
      font-size: 0.7rem;
    }

    .mgt-highlights {
      gap: 20px;
      margin-bottom: 35px;
    }

    .highlight-item {
      gap: 12px;
    }

    .highlight-item i {
      font-size: 1.5rem;
    }

    /* Buttons */
    .mgt-ctas {
      gap: 14px;
      max-width: 280px;
    }

    .mgt-ctas .btn-mgt-primary,
    .mgt-ctas .btn-mgt-secondary {
      padding: 12px 20px;
      font-size: 0.85rem;
    }

    .scroll-mgt span {
      font-size: 0.65rem;
    }
  }

  /* Extra Small Mobile (under 400px) */
  @media (max-width: 400px) {
    .mgt-title {
      font-size: 1.8rem;
    }

    .mgt-ctas {
      max-width: 260px;
    }

    .mgt-ctas .btn-mgt-primary,
    .mgt-ctas .btn-mgt-secondary {
      padding: 10px 16px;
      font-size: 0.8rem;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2794af2 */:root {
        --uniosun-red: #5C8018;   /* primary cardinal red */
        --uniosun-red-dark: #5C8018;
        --uniosun-gold: #f9c234;   /* accent gold */
        --uniosun-ash: #e5e7eb;    /* light ash background */
        --uniosun-charcoal: #000000;
        --uniosun-white: #ffffff;
        --uniosun-gray-text: #000000;
        --uniosun-border: #f3f4f6;
    }

    .uniosun-fms-redefined {
        background: var(--uniosun-ash);
        padding: 50px 0;
        padding-bottom: 1px;
    }

    .fms-container {
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 40px;
    }

    /* Strategic Impact Grid */
    .fms-impact-grid {
        display: grid;
        grid-template-columns: 1.2fr 0.9fr;
        gap: 60px;
        margin-bottom: 90px;
        align-items: start;
    }

    .fms-badge {
        color: var(--uniosun-red);
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 6px 16px;
        border-radius: 40px;
        border: 2px solid;
        font-weight: 700;
        font-size: 0.8rem;
        margin-bottom: 24px;
        letter-spacing: 0.3px;
    }

    .fms-headline {
        font-size: 2.7rem;
        line-height: 1.2;
        font-weight: 800;
        color: #1a1f2c;
        margin-bottom: 20px;
    }

    .fms-headline span {
        color: var(--uniosun-red);
        position: relative;
        display: inline-block;
    }
    .fms-headline span::after {
        content: '';
        position: absolute;
        bottom: 6px;
        left: 0;
        width: 100%;
        height: 6px;
        background: rgba(158, 42, 43, 0.2);
        z-index: -1;
    }

    .fms-lead {
        font-size: 1rem;
        line-height: 1.6;
        color: var(--uniosun-gray-text);
        margin-bottom: 32px;
    }

    .fms-metrics-row {
        display: flex;
        gap: 32px;
        margin-bottom: 36px;
        flex-wrap: wrap;
        border-top: 2px solid var(--uniosun-border);
        padding-top: 28px;
    }

    .fms-metric-number {
        font-size: 2rem;
        font-weight: 800;
        color: var(--uniosun-red);
        display: block;
        line-height: 1;
    }

    .fms-metric-label {
        font-size: 0.75rem;
        font-weight: 600;
        color: #4b5563;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .fms-signature-programs {
        background: var(--uniosun-white);
        border-radius: 20px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        border-left: 4px solid var(--uniosun-gold);
        box-shadow: 0 8px 20px rgba(0,0,0,0.02);
    }

    .fms-sp-item {
        display: flex;
        gap: 16px;
        align-items: flex-start;
    }

    .fms-sp-item i {
        font-size: 1.8rem;
        color: var(--uniosun-red);
        background: rgba(158,42,43,0.05);
        padding: 10px;
        border-radius: 16px;
    }

    .fms-sp-item h4 {
        margin: 0 0 6px 0;
        font-weight: 700;
        color: #1e293b;
    }

    /* Dean Voice */
    .fms-dean-voice {
        background: var(--uniosun-white);
        border-radius: 28px;
        padding: 32px;
        position: relative;
        margin-bottom: 24px;
        box-shadow: 0 20px 30px -12px rgba(0,0,0,0.05);
    }

    .fms-quote-icon {
        color: var(--uniosun-gold);
        font-size: 2rem;
        opacity: 0.3;
        margin-bottom: 12px;
    }

    .fms-quote {
        font-size: 1rem;
        line-height: 1.6;
        font-style: italic;
        color: #2d3748;
        margin-bottom: 20px;
    }

    .fms-dean strong {
        display: block;
        color: var(--uniosun-red);
        font-size: 0.9rem;
    }

    .fms-dean span {
        font-size: 0.75rem;
        color: #6b7280;
    }

    .fms-accred-seal {
        background: var(--uniosun-charcoal);
        color: var(--uniosun-gold);
        padding: 14px 20px;
        border-radius: 60px;
        font-size: 0.8rem;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    /* Centres of Excellence */
    .fms-excellence-header {
        margin-bottom: 48px;
        text-align: center;
    }
    .fms-excellence-header h3 {
        font-size: 2rem;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 12px;
    }
    .fms-red-divider {
        width: 80px;
        height: 4px;
        background: var(--uniosun-red);
        margin: 16px auto;
        border-radius: 4px;
    }
    .fms-excellence-header p {
        color: #4b5563;
        max-width: 580px;
        margin: 0 auto;
    }

    .fms-centres-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 28px;
        margin-bottom: 80px;
    }

    .fms-centre-card {
        background: var(--uniosun-white);
        border-radius: 24px;
        padding: 28px 20px;
        transition: all 0.25s ease;
        border: 1px solid #edf2f7;
    }
    .fms-centre-card:hover {
        transform: translateY(-6px);
        border-color: var(--uniosun-gold);
        box-shadow: 0 20px 30px -12px rgba(0,0,0,0.1);
    }
    .fms-centre-icon i {
        font-size: 2.2rem;
        color: var(--uniosun-red);
        margin-bottom: 20px;
    }
    .fms-centre-card h4 {
        font-size: 1.2rem;
        margin-bottom: 12px;
        font-weight: 700;
    }
    .fms-centre-card p {
        font-size: 0.85rem;
        color: #4b5563;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .fms-centre-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .fms-centre-tags span {
        background: #f1f5f9;
        font-size: 0.65rem;
        padding: 4px 10px;
        border-radius: 30px;
        font-weight: 500;
        color: #334155;
    }

    /* Pathways */
    .fms-pathways {
        background: var(--uniosun-white);
        border-radius: 32px;
        padding: 48px;
        margin-bottom: 80px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.02);
    }
    .fms-pathways-intro {
        display: flex;
        gap: 20px;
        align-items: center;
        margin-bottom: 40px;
    }
    .fms-pathways-intro i {
        font-size: 2.5rem;
        color: var(--uniosun-red);
    }
    .fms-pathways-intro h3 {
        font-size: 1.6rem;
        margin: 0 0 6px;
    }
    .fms-pathways-grid {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .fms-pathway-item {
        display: flex;
        gap: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #edf2f7;
    }
    .fms-path-icon i {
        font-size: 2rem;
        color: var(--uniosun-gold);
        background: #fef9e6;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
    .fms-path-content h4 {
        margin: 0 0 8px;
        font-size: 1.2rem;
    }
    .fms-path-content h4 span {
        font-size: 0.7rem;
        background: var(--uniosun-red);
        color: white;
        padding: 2px 8px;
        border-radius: 20px;
        margin-left: 12px;
    }
    .fms-path-content p {
        color: #4b5563;
        margin-bottom: 10px;
        font-size: 0.9rem;
    }
    .fms-path-content ul {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        list-style: none;
        padding: 0;
    }
    .fms-path-content ul li {
        font-size: 0.75rem;
        background: #f8fafc;
        padding: 4px 12px;
        border-radius: 20px;
        font-weight: 500;
    }

    /* Footprint */
    .fms-footprint {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-bottom: 80px;
    }
    .fms-footprint-card {
        background: white;
        border-radius: 24px;
        padding: 30px;
        transition: all 0.2s;
    }
    .fms-footprint-card i {
        font-size: 2rem;
        color: var(--uniosun-red);
        margin-bottom: 20px;
    }
    .fms-partner-logos {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 20px;
    }
    .fms-partner-logos span {
        font-size: 0.7rem;
        font-weight: 700;
        background: #f1f5f9;
        padding: 6px 12px;
        border-radius: 30px;
    }
    .fms-global-badge {
        background: #1e293b;
        color: white;
        padding: 10px;
        border-radius: 40px;
        text-align: center;
        font-size: 0.7rem;
        margin-top: 20px;
    }
    .fms-cta-mini {
        margin-top: 24px;
        color: var(--uniosun-red);
        font-weight: 700;
        cursor: pointer;
    }

    /* Research Dashboard */
    .fms-research-dashboard {
        background: linear-gradient(105deg, #1e1e2f 0%, #2d2e3a 100%);
        border-radius: 28px;
        padding: 48px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
    }
    .fms-research-text {
        color: white;
        max-width: 60%;
    }
    .fms-research-text i {
        font-size: 2rem;
        color: var(--uniosun-gold);
        margin-bottom: 16px;
    }
    .fms-research-text h3 {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    .fms-research-stats {
        display: flex;
        gap: 28px;
        margin-top: 24px;
        flex-wrap: wrap;
    }
    .fms-research-stats span {
        font-size: 0.85rem;
        background: rgba(255,255,255,0.1);
        padding: 6px 14px;
        border-radius: 30px;
    }
    .fms-research-cta {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
    }
    .fms-btn-outline, .fms-btn-solid {
        text-decoration: none;
        padding: 12px 24px;
        border-radius: 40px;
        font-weight: 600;
        font-size: 0.85rem;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: 0.2s;
    }
    .fms-btn-outline {
        border: 1.5px solid var(--uniosun-gold);
        color: var(--uniosun-gold);
        background: transparent;
    }
    .fms-btn-solid {
        background: var(--uniosun-red);
        color: white;
        border: none;
    }
    .fms-btn-solid:hover {
        background: var(--uniosun-red-dark);
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .fms-impact-grid { grid-template-columns: 1fr; gap: 40px; }
        .fms-centres-grid { grid-template-columns: repeat(2,1fr); }
        .fms-footprint { grid-template-columns: 1fr; }
        .fms-research-text { max-width: 100%; }
    }
    @media (max-width: 768px) {
        .fms-container { padding: 0 24px; }
        .fms-headline { font-size: 2rem; }
        .fms-centres-grid { grid-template-columns: 1fr; }
        .fms-pathways { padding: 28px; }
        .fms-pathway-item { flex-direction: column; gap: 12px; }
        .fms-research-dashboard { flex-direction: column; align-items: stretch; }
        .fms-path-content h4 span{
            display: none;
        }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86ca9b6 */.fms-dept-slider-wrapper {
    max-width: 1280px;
    margin: 50px auto;
    padding: 20px;
    position: relative;
}

/* Section Header */
.fms-dept-header {
    text-align: center;
    margin-bottom: 40px;
}

.fms-dept-header h2 {
    font-size: 2.4rem;
    color: #1B3F5B;
    border-bottom: 4px solid #D4A017;
    display: inline-block;
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-weight: 700;
}

.fms-dept-header p {
    font-size: 1.05rem;
    color: #475569;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Slider Container */
.fms-dept-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 30px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 10px 5px 30px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.fms-dept-slider::-webkit-scrollbar {
    display: none;
}

/* Department Cards */
.fms-dept-card {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 300px;
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(27, 63, 91, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    scroll-snap-align: start;
    border: 1px solid #eef2f6;
    position: relative;
    display: flex;
    flex-direction: column;
}

.fms-dept-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(27, 63, 91, 0.12);
    border-color: #D4A017;
}

/* Image Container */
.fms-dept-image {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.fms-dept-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.fms-dept-card:hover .fms-dept-image img {
    transform: scale(1.05);
}

.fms-dept-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, rgba(27, 63, 91, 0.3), transparent);
}

/* Department Code Badge */
.fms-dept-code {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #D4A017;
    color: #1B3F5B;
    padding: 5px 15px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.8rem;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Card Content */
.fms-dept-card h3 {
    font-size: 1.3rem;
    margin: 20px 20px 10px;
    color: #1B3F5B;
    line-height: 1.4;
    min-height: 70px;
    font-weight: 700;
}

.fms-dept-card h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.fms-dept-card h3 a:hover {
    color: #5C8018;
}

.fms-dept-card p {
    font-size: 0.9rem;
    color: #475569;
    margin: 0 20px 20px;
    line-height: 1.6;
    flex: 1;
}

/* Department Tags - NEW for Management Sciences */
.fms-dept-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 20px 16px;
}

.fms-dept-tags span {
    background: #f0f4f8;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 30px;
    color: #1B3F5B;
    letter-spacing: 0.3px;
}

/* Button */
.fms-dept-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 20px 25px;
    padding: 12px 20px;
    background: #5C8018;
    color: white;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: 2px solid transparent;
    font-size: 0.9rem;
}

.fms-dept-link i {
    transition: transform 0.2s;
}

.fms-dept-link:hover {
    background: #D4A017;
    color: #1B3F5B;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(212, 160, 23, 0.3);
}

.fms-dept-link:hover i {
    transform: translateX(4px);
}

/* Indicators (Dots) */
.fms-slider-indicators {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 35px;
}

.fms-slider-indicator {
    width: 14px;
    height: 14px;
    background: #cbd5e1;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.fms-slider-indicator:hover {
    background: #5C8018;
    transform: scale(1.2);
}

.fms-slider-indicator.active {
    background: #D4A017;
    transform: scale(1.3);
    box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.3);
}

/* Webometric Hidden Metadata */
.fms-webometric-meta {
    display: none;
}

/* Responsive Breakpoints */
@media (max-width: 1100px) {
    .fms-dept-card {
        flex: 0 0 calc(33.333% - 20px);
        min-width: 280px;
    }
}

@media (max-width: 900px) {
    .fms-dept-card {
        flex: 0 0 calc(50% - 15px);
    }
    
    .fms-dept-header h2 {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .fms-dept-card {
        flex: 0 0 100%;
    }
    
    .fms-dept-header h2 {
        font-size: 1.6rem;
    }
    
    .fms-dept-header p {
        font-size: 0.95rem;
        padding: 0 10px;
    }
    
    .fms-slider-indicators {
        gap: 12px;
    }
    
    .fms-dept-card h3 {
        font-size: 1.2rem;
        min-height: auto;
    }
    
    .fms-dept-tags {
        margin: 0 18px 14px;
    }
}/* End custom CSS */