.elementor-24990 .elementor-element.elementor-element-aa6af40:not(.elementor-motion-effects-element-type-background), .elementor-24990 .elementor-element.elementor-element-aa6af40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-24990 .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-24990 .elementor-element.elementor-element-aa6af40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-24990 .elementor-element.elementor-element-aa6af40 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-24990 .elementor-element.elementor-element-7c1f370 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-24990 .elementor-element.elementor-element-7c1f370{padding:10px 0px 10px 0px;}.elementor-24990 .elementor-element.elementor-element-e41c1e9{margin-top:30px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-24990 .elementor-element.elementor-element-9143820{color:#000000;}.elementor-24990 .elementor-element.elementor-element-9143820 a{color:#5C8018;}.elementor-24990 .elementor-element.elementor-element-a0c3b1f > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-24990 .elementor-element.elementor-element-a0c3b1f{padding:0px 0px 0px 0px;}.elementor-24990 .elementor-element.elementor-element-937e715 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-24990 .elementor-element.elementor-element-937e715{padding:10px 0px 10px 0px;}.elementor-24990 .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-24990 .elementor-element.elementor-element-edb1814 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-24990 .elementor-element.elementor-element-edb1814 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-24990 .elementor-element.elementor-element-002a6c8 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-24990 .elementor-element.elementor-element-002a6c8{padding:10px 0px 10px 0px;}.elementor-24990 .elementor-element.elementor-element-d29c3aa{width:100%;max-width:100%;}@media(max-width:767px){.elementor-24990 .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-24990 .elementor-element.elementor-element-5115fb4{width:100%;}.elementor-24990 .elementor-element.elementor-element-6f67cae{width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-24990 .elementor-element.elementor-element-6f67cae{width:100%;}}/* Start custom CSS for html, class: .elementor-element-1795b2c */:root {
    --mee-steel: #334155;    /* Industrial Slate */
    --mee-red: #5C8018;      /* Safety Red */
    --mee-charcoal: #0f172a; /* Heavy Deep Black */
    --mee-silver: #cbd5e1;
}

.mee-hero {
    position: relative;
    background: var(--mee-charcoal);
    padding: 120px 0;
    overflow: hidden;
    color: white;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
}

/* BACKGROUND: REVOLVING GEARS */
.mee-gear-backdrop {
    position: absolute;
    inset: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path d="M50 35c-8.3 0-15 6.7-15 15s6.7 15 15 15 15-6.7 15-15-6.7-15-15-15zm0 25c-5.5 0-10-4.5-10-10s4.5-10 10-10 10 4.5 10 10-4.5 10-10 10z" fill="white" opacity="0.06"/></svg>');
    background-size: 150px 150px;
    z-index: 1;
}

.mee-red-gradient {
    position: absolute;
    top: -20%;
    left: -10%;
    width: 60%;
    height: 140%;
    background: radial-gradient(circle, rgba(220, 38, 38, 0.08) 0%, transparent 70%);
    z-index: 2;
}

.m-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 10;
}

.mee-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

/* TYPOGRAPHY */
.mee-versatile-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 38, 0.1);
    color: var(--mee-red);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: var(--mee-red);
    border-radius: 50%;
    animation: mee-pulse 1.5s infinite;
}

.mee-title {
    font-size: clamp(2.8rem, 5.5vw, 4.2rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
    margin-top: 0px;
    color: #FFFFFF;
}

.mee-outline {
    color: transparent;
    -webkit-text-stroke: 1.5px white;
}

.mee-desc {
    font-size: 1.1rem;
    color: var(--mee-silver);
    line-height: 1.7;
    margin-bottom: 35px;
    max-width: 540px;
}

/* GRADUATE BADGE */
.mee-grad-badge {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 15px 25px;
    width: fit-content;
    margin-bottom: 40px;
}

.badge-icon { font-size: 2rem; color: var(--mee-red); }
.badge-text strong { display: block; font-size: 1rem; }
.badge-text span { font-size: 0.75rem; color: var(--mee-silver); }

/* BUTTONS */
.mee-actions { display: flex; gap: 20px; }

.btn-mee-primary {
    background: var(--mee-red);
    color: white;
    padding: 18px 35px;
    text-decoration: none;
    font-weight: 800;
    transition: 0.3s;
}

.btn-mee-outline {
    border: 1px solid white;
    color: white;
    padding: 18px 35px;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* VISUAL: KINETIC ASSEMBLY */
.mee-visual { position: relative; height: 500px; }

.assembly-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.mee-part {
    position: absolute;
    font-size: 4rem;
    color: rgba(255,255,255,0.05);
    animation: rotate 20s linear infinite;
}

.part-1 { top: 10%; left: 10%; font-size: 8rem; }
.part-2 { bottom: 10%; right: 10%; font-size: 6rem; animation-direction: reverse; }

.mee-spec-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    background: white;
    color: var(--mee-charcoal);
    padding: 2px;
}

.spec-head {
    background: var(--mee-red);
    color: white;
    font-size: 0.65rem;
    padding: 8px;
    text-align: center;
}

.spec-body { padding: 20px; }
.spec-line { display: flex; justify-content: space-between; font-size: 0.8rem; margin-bottom: 10px; border-bottom: 1px solid #f1f5f9; padding-bottom: 5px;}

@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes mee-pulse { 0% { opacity: 1; } 50% { opacity: 0.3; } 100% { opacity: 1; } }

/* MOBILE */
/* MOBILE & TABLET OPTIMIZATION */
@media (max-width: 1024px) {
    .mee-hero {
        padding: 100px 0 60px;
        text-align: center;
    }

    .mee-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    /* Prevent huge text from breaking mobile layouts */
    .mee-title {
        font-size: 2.5rem; /* Scaled down for mobile */
        margin-bottom: 20px;
    }

    .mee-desc {
        font-size: 1rem;
        margin: 0 auto 30px;
        max-width: 100%;
    }

    /* Center-align all flex elements */
    .mee-versatile-tag, 
    .mee-grad-badge, 
    .mee-actions {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    /* Stack buttons vertically on small phones */
    .mee-actions {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        gap: 15px;
    }

    .btn-mee-primary, .btn-mee-outline {
        width: 100%;
        padding: 15px;
        text-align: center;      /* Centers plain text */
        display: flex;           /* Use flex to center text + icons */
        justify-content: center; /* Horizontal center */
        align-items: center;     /* Vertical center */
    }

    /* Handle the visual assembly for mobile */
    .mee-visual {
        display: none;
    }

    /* Scale down the Spec Card so it fits mobile screens */
    .mee-spec-card {
        width: 240px;
        transform: translate(-50%, -50%) scale(0.9);
    }

    /* Adjust background gear size for mobile performance */
    .mee-gear-backdrop {
        background-size: 100px 100px;
    }
}

/* Specific fix for very small devices (under 480px) */
@media (max-width: 480px) {
    .mee-title {
        font-size: 2rem;
    }
    
    .mee-grad-badge {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2794af2 */.mech-department-section {
  padding: 50px 0;
  background-color: #ffffff;
}

.mech-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section Header */
.mech-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.mech-main-title {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
  letter-spacing: -1px;
}

.mech-divider {
  width: 90px;
  height: 4px;
  background-color: #5C8018;
  margin: 0 auto;
  border-radius: 2px;
}

/* Two-column Grid */
.mech-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: start;
  margin-bottom: 80px;
}

@media (min-width: 992px) {
  .mech-grid {
    grid-template-columns: 2fr 1fr;
  }
}

/* Main Content */
.mech-main-content {
  font-size: 18px;
  line-height: 1.75;
  color: #334155;
}

.mech-main-content p {
  margin-bottom: 24px;
}

.mech-main-content strong {
  font-weight: 700;
  color: #5C8018;
}

/* Sidebar */
.mech-sidebar {
  background-color: #0f172a;
  color: white;
  padding: 40px;
  border-radius: 12px;
  align-self: start;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

.mech-sidebar-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #5C8018;
  color: #FFFFFF;
}

.mech-facts-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.mech-fact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.mech-fact-label {
  color: #5C8018;
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 0.9rem;
}

.mech-fact-value {
  color: #cbd5e1;
  font-size: 0.95rem;
}

/* Icon Styles */
.me-icon {
  margin-right: 12px;
  color: #5C8018;
}

.me-small-icon {
  margin-right: 10px;
  color: #5C8018;
  font-size: 16px;
}

.me-fact-icon {
  color: #5C8018;
  font-size: 22px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Section Titles */
.mech-section-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #5C8018;
  display: inline-block;
   margin-top: 20px;
}

/* PEO Cards - FIXED */
.mech-peo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 28px;
  margin-bottom: 0px;
 
}

.mech-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.mech-card:hover {
  border-color: #5C8018;
  box-shadow: 0 10px 25px rgba(92,128,24,0.1);
  transform: translateY(-3px);
}

.mech-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.mech-peo-number {
  font-size: 28px;
  font-weight: 800;
  color: #5C8018;
  background: rgba(92,128,24,0.1);
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.mech-card-title {
  font-size: 22px;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
}

.mech-card-text {
  color: #334155;
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Full width card centering */
.mech-card-full {
  grid-column: 1 / -1;
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
}

/* PO Cards - FIXED */
.mech-po-section {
  margin-top: 20px;
}

.mech-po-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 24px;
}

.mech-po-card {
  background: #f8fafc;
  border-left: 4px solid #5C8018;
  padding: 20px 24px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.mech-po-card:hover {
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transform: translateX(5px);
}

.mech-po-number {
  color: #5C8018;
  font-size: 18px;
  font-weight: 800;
  margin-right: 8px;
  display: inline-block;
}

.mech-po-title {
  font-weight: 700;
  color: #0f172a;
  font-size: 1rem;
}

.mech-po-text {
  color: #334155;
  line-height: 1.65;
  margin-top: 8px;
  font-size: 0.9rem;
}

/* Accreditation Footer */
.mech-accred-footer {
  margin-top: 60px;
  padding: 30px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 16px;
  text-align: center;
  color: white;
}

.mech-accred-badges {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.mech-accred-badge {
  background: rgba(255,255,255,0.1);
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mech-accred-badge i {
  color: #5C8018;
  font-size: 1.2rem;
}

/* Email Footer */
.mech-email-footer {
  margin-top: 40px;
  text-align: center;
  padding: 20px;
  background: #f1f5f9;
  border-radius: 60px;
}

.mech-email-footer a {
  color: #5C8018;
  text-decoration: none;
  font-weight: 600;
}

.mech-email-footer a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .mech-department-section {
    padding: 50px 0;
  }
  
  .mech-main-title {
    font-size: 32px;
  }
  
  .mech-section-title {
    font-size: 26px;
  }
  
  .mech-sidebar {
    padding: 25px;
  }
  
  .mech-card-header {
    flex-direction: column;
    text-align: center;
  }
  
  .mech-peo-number {
    margin-bottom: 10px;
  }
  
  .mech-po-grid {
    grid-template-columns: 1fr;
  }
  
  .mech-peo-grid {
    grid-template-columns: 1fr;
  }
  
  .mech-accred-badges {
    gap: 15px;
  }
  
  .mech-accred-badge {
    padding: 8px 16px;
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .mech-fact-item {
    flex-direction: column;
    gap: 5px;
  }
  
  .mech-fact-icon {
    margin-bottom: 5px;
  }
}/* End custom CSS */