/* =========================================================
       MY INDIFUELS - OUR COMPANY
       THEME COLORS
       Primary Orange : #e97136
       White          : #ffffff
       Black          : #000000
       ========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --mif-orange: #e97136;
  --mif-orange-dark: #c95722;
  --mif-black: #000000;
  --mif-body: #333333;
  --mif-white: #ffffff;
  --mif-line: #e5e5e5;
  --mif-soft: rgba(233, 113, 54, 0.1);
  --mif-soft-orange: #fff4ed;
}

/* =========================================================
       GLOBAL
       ========================================================= */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: var(--mif-white);
  color: var(--mif-body);
  font-family: "Roboto", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: all 0.2s ease;
}

/* =========================================================
       MAIN PAGE WRAPPER
       ========================================================= */

.mif-scope {
  width: 100%;
  overflow: hidden;
}

.mif-sec {
  padding: 70px 0;
}

.mif-sec--soft {
  background: var(--mif-soft);
}

.mif-wrap {
  width: 100%;
}

/* =========================================================
       TYPOGRAPHY
       ========================================================= */

.mif-eyebrow {
  margin: 0 0 14px;
  color: var(--mif-orange);
  font-size: 0.75rem;
  font-weight: 700;
  /* letter-spacing: 0.12em; */
  line-height: 1.2;
  text-transform: uppercase;
}

.mif-h1 {
  margin: 0 0 18px;
  color: var(--mif-black);
  font-size: 3.15rem;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.mif-h2 {
  margin: 0 0 14px;
  color: var(--mif-black);
  font-size: 2.28rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.mif-h3 {
  margin: 0 0 8px;
  color: var(--mif-black);
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.35;
}

.mif-lead {
  max-width: 850px;
  margin: 0 0 26px;
  font-size: 1.15rem;
  line-height: 1.7;
}

.mif-p {
  margin: 0 0 14px;
}

/* =========================================================
       SUB NAVIGATION CHIPS
       ========================================================= */

.mif-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.mif-chips li {
  margin: 0;
  padding: 0;
}

.mif-chips a {
  display: inline-block;
  padding: 9px 16px;
  border: 1px solid var(--mif-line);
  border-radius: 999px;
  background: var(--mif-white);
  color: var(--mif-black);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.mif-chips a:hover {
  border-color: var(--mif-orange);
  background: var(--mif-orange);
  color: var(--mif-white);
  text-decoration: none;
}

/* =========================================================
       BUTTONS
       ========================================================= */

.mif-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 0;
}

.mif-btn {
  display: inline-block;
  padding: 14px 26px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.mif-btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.mif-btn--pri {
  background: var(--mif-orange);
  border-color: var(--mif-orange);
  color: var(--mif-white);
}

.mif-btn--pri:hover {
  background: var(--mif-orange-dark);
  border-color: var(--mif-orange-dark);
  color: var(--mif-white);
}

.mif-btn--sec {
  background: transparent;
  border-color: var(--mif-orange);
  color: var(--mif-orange);
}

.mif-btn--sec:hover {
  background: var(--mif-orange);
  color: var(--mif-white);
}

.mif-btn--sm {
  padding: 11px 18px;
  font-size: 0.9rem;
}

/* =========================================================
       CARDS
       ========================================================= */

.mif-card {
  height: 100%;
  padding: 26px;
  border: 1px solid var(--mif-line);
  border-radius: 12px;
  background: var(--mif-white);
}

.mif-card--lead {
  border-top: 4px solid var(--mif-orange);
}

.mif-card:hover,
.mif-val:hover,
.mif-job:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* =========================================================
       TAGS
       ========================================================= */

.mif-tag {
  display: inline-block;
  margin: 0 0 12px;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--mif-soft-orange);
  color: var(--mif-orange);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  /* text-transform: uppercase; */
}

.mif-tag--amber {
  background: #fff0e6;
  color: var(--mif-orange-dark);
}

.mif-tag--grey {
  background: #eeeeee;
  color: #555555;
}

/* =========================================================
       LIST
       ========================================================= */

.mif-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.mif-list li {
  position: relative;
  margin: 0 0 9px;
  padding-left: 26px;
}

.mif-list li::before {
  position: absolute;
  top: 0.62em;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mif-orange);
  content: "";
}

/* =========================================================
       QUOTE
       ========================================================= */

.mif-quote {
  max-width: 900px;
  margin: 0 0 28px;
  padding: 6px 0 6px 24px;
  border-left: 4px solid var(--mif-orange);
  color: var(--mif-black);
  font-size: 1.32rem;
  font-weight: 600;
  line-height: 1.5;
}

/* =========================================================
       NOTE BOX
       ========================================================= */

.mif-note {
  margin: 24px 0 0;
  padding: 18px 22px;
  border-left: 4px solid var(--mif-orange);
  border-radius: 0 10px 10px 0;
  background: var(--mif-soft);
}

.mif-note--onsoft {
  background: var(--mif-white);
}

.mif-note--amber {
  border-left-color: var(--mif-orange);
  background: var(--mif-soft-orange);
}

.mif-note p {
  margin: 0 0 8px;
}

.mif-note p:last-child {
  margin-bottom: 0;
}

.mif-note strong {
  color: var(--mif-black);
}

/* =========================================================
       VALUES
       ========================================================= */

.mif-val {
  height: 100%;
  padding: 22px;
  border: 1px solid var(--mif-line);
  border-radius: 12px;
  background: var(--mif-white);
  transition: all 0.2s ease;
}

.mif-val b {
  display: block;
  margin: 0 0 6px;
  color: var(--mif-black);
  font-size: 1.05rem;
}

/* .mif-val span {
  display: block;
  font-size: 0.95rem;
} */

/* =========================================================
       STRATEGIC PILLARS
       ========================================================= */

.mif-pillars {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mif-pillars li {
  height: 100%;
  padding: 16px 18px;
  border: 1px solid var(--mif-line);
  border-radius: 10px;
  background: var(--mif-white);
  font-size: 0.95rem;
}

.mif-pillars b {
  display: block;
  margin: 0 0 3px;
  color: var(--mif-black);
}

/* =========================================================
       CAREER JOB CARD
       ========================================================= */

.mif-job {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--mif-line);
  border-top: 4px solid var(--mif-orange);
  border-radius: 12px;
  background: var(--mif-white);
  transition: all 0.2s ease;
}

.mif-job__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 0 18px;
  font-size: 0.88rem;
}

.mif-job__meta div {
  min-width: 160px;
}

.mif-job__meta div b {
  display: block;
  color: var(--mif-orange);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* =========================================================
       TIMELINE
       ========================================================= */

.mif-tl {
  position: relative;
  margin: 0;
  padding: 0;
  border-left: 2px solid var(--mif-line);
  list-style: none;
}

.mif-tl li {
  position: relative;
  padding: 0 0 25px 28px;
}

.mif-tl li:last-child {
  padding-bottom: 0;
}

.mif-tl li::before {
  position: absolute;
  top: 5px;
  left: -7px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--mif-white);
  border-radius: 50%;
  background: var(--mif-orange);
  content: "";
}

.mif-tl b {
  display: block;
  margin-bottom: 3px;
  color: var(--mif-black);
}

.mif-tl span {
  display: block;
  font-size: 0.94rem;
}

/* =========================================================
       LOCATION TABLE
       ========================================================= */

.mif-tblwrap {
  overflow-x: auto;
  border: 1px solid var(--mif-line);
  border-radius: 12px;
  background: var(--mif-white);
}

.mif-tbl {
  width: 100%;
  min-width: 700px;
  margin: 0;
  border-collapse: collapse;
  font-size: 0.93rem;
}

.mif-tbl th {
  padding: 13px 16px;
  background: var(--mif-orange);
  color: var(--mif-white);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.mif-tbl td {
  padding: 13px 16px;
  border-top: 1px solid var(--mif-line);
  vertical-align: top;
}

.mif-tbl tbody tr:hover {
  background: #fffaf7;
}

/* =========================================================
       STATUS PILLS
       ========================================================= */

.mif-pill {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mif-pill--op {
  background: #e9f7ef;
  color: #247044;
}

.mif-pill--uc {
  background: #fff0e6;
  color: var(--mif-orange-dark);
}

.mif-pill--ap {
  background: #eeeeee;
  color: #555555;
}

/* =========================================================
       CONTACT
       ========================================================= */

.mif-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 0;
}

.mif-contact div {
  min-width: 190px;
  max-width: 330px;
}

.mif-contact b {
  display: block;
  margin: 0 0 4px;
  color: var(--mif-orange);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* =========================================================
       DISCLAIMER
       ========================================================= */

.mif-disclaimer {
  margin: 34px 0 0;
  padding: 22px;
  border: 1px solid var(--mif-line);
  border-radius: 10px;
  background: var(--mif-white);
  font-size: 17px;
  line-height: 1.6;
}

.mif-disclaimer b {
  color: var(--mif-black);
}

/* =========================================================
       RESPONSIVE
       ========================================================= */

@media (max-width: 991.98px) {
  .mif-sec {
    padding: 60px 0;
  }

  .mif-h1 {
    font-size: 2.65rem;
  }

  .mif-h2 {
    font-size: 2rem;
  }

  .mif-lead {
    font-size: 1.08rem;
  }

  .mif-contact div {
    max-width: 45%;
  }
}

@media (max-width: 767.98px) {
  .mif-sec {
    padding: 50px 0;
  }

  .mif-h1 {
    font-size: 2.2rem;
  }

  .mif-h2 {
    font-size: 1.75rem;
  }

  .mif-h3 {
    font-size: 1.08rem;
  }

  .mif-lead {
    font-size: 1rem;
  }

  .mif-quote {
    padding-left: 18px;
    font-size: 1.12rem;
  }

  .mif-card,
  .mif-job {
    padding: 22px;
  }

  .mif-contact {
    display: block;
  }

  .mif-contact div {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .mif-contact div:last-child {
    margin-bottom: 0;
  }

  .mif-btns {
    display: block;
    
  }

  .mif-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .mif-chips {
    gap: 8px;
  }

  .mif-chips a {
    padding: 8px 13px;
    font-size: 0.82rem;
  }

  .mif-job__meta {
    display: block;
  }

  .mif-job__meta div {
    margin-bottom: 12px;
  }
}

@media (max-width: 575.98px) {
  .mif-h1 {
    font-size: 1.95rem;
  }

  .mif-h2 {
    font-size: 1.6rem;
  }

  .mif-sec {
    padding: 45px 0;
  }
}

/* =========================================================
   HERO / OUR COMPANY
   ========================================================= */

.mif-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  background-image: url("/assets/images/page-titles/10.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Dark overlay over background image */
.mif-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* Content stays above background + overlay */
.mif-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 40px;
}

/* Hero eyebrow */
.mif-hero .mif-eyebrow {
  color: #e97136;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* Hero heading */
.mif-hero .mif-h1 {
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 22px;

  max-width: 900px;
}

/* Hero paragraph */
.mif-hero .mif-lead {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  max-width: 900px;
  margin-bottom: 30px;
}

/* Navigation chips */
.mif-hero .mif-chips {
  display: flex;
  flex-wrap: wrap;

  gap: 10px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.mif-hero .mif-chips li {
  margin: 0;
  padding: 0;
}

/* Chip */
.mif-hero .mif-chips a {
  display: inline-block;
  padding: 9px 16px;
  border: 1px solid #e97136;
  border-radius: 50px;
  background: #e97136;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

/* Chip hover */
.mif-hero .mif-chips a:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {
  .mif-hero {
    min-height: 620px;
    background-position: center;
  }

  .mif-hero .mif-h1 {
    font-size: 2.5rem;
  }

  .mif-hero .mif-lead {
    font-size: 20px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {
  .mif-hero {
    min-height: 620px;
    align-items: center;
    background-position: center;
  }

  .mif-hero .mif-h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .mif-hero .mif-lead {
    font-size: 20px;
    line-height: 1.5;
  }

  .mif-hero .mif-chips {
    gap: 8px;
  }

  .mif-hero .mif-chips a {
    padding: 8px 13px;
    font-size: 0.82rem;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {
  .mif-hero {
    min-height: 620px;
  }

  .mif-hero .mif-h1 {
    font-size: 1.7rem;
  }

  .mif-hero .mif-lead {
    font-size: 18px;
  }
}

/* =========================================================
   ABOUT US SECTION
   ========================================================= */

.mif-about-section {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

/* ---------- SECTION HEADER ---------- */

.mif-about-heading {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.mif-about-heading .mif-eyebrow {
  color: #e97136;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.mif-about-heading .mif-h2 {
  max-width: 820px;
  color: #000000;
}

/* ---------- ABOUT CARD ---------- */

.mif-about-card {
  position: relative;
  height: 100%;
  min-height: 480px;
  padding: 34px 32px 42px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.35s ease;
}

.mif-about-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e97136;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.mif-about-card:hover {
  transform: translateY(-8px);
  border-color: #e97136;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.09);
}

.mif-about-card:hover::before {
  transform: scaleX(1);
}

/* ---------- CARD TOP ---------- */

.mif-about-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.mif-about-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff4ed;
  color: #e97136;
  font-size: 19px;
  transition: all 0.3s ease;
}

.mif-about-card:hover .mif-about-icon {
  background: #e97136;
  color: #ffffff;
}

.mif-about-card .mif-tag {
  display: inline-block;
  padding: 7px 13px;
  background: #f7f7f7;
  color: #333333;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

/* ---------- CARD HEADING ---------- */

.mif-about-card .mif-h3 {
  color: #000000;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 750;
  margin-bottom: 22px;
}

/* ---------- ORANGE LINE ---------- */

.mif-about-line {
  width: 45px;
  height: 3px;
  margin-bottom: 24px;
  background: #e97136;
}

/* ---------- CARD PARAGRAPH ---------- */

.mif-about-card .mif-p {
  color: #555555;
  font-size: 17px;
  line-height: 1.5;
}

/* ---------- CARD NUMBER ---------- */

.mif-about-card-number {
  position: absolute;
  right: 24px;
  bottom: 12px;
  color: rgba(233, 113, 54, 0.08);
  font-size: 82px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

/* ---------- ABOUT LIST ---------- */

.mif-about-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mif-about-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #555555;
  font-size: 14px;
  line-height: 1.65;
}

.mif-about-list li:first-child {
  padding-top: 0;
}

.mif-about-list li:last-child {
  border-bottom: 0;
}

.mif-paragraph span {
  color: #e97136;
  font-weight: 700;
}

.mif-about-list .mif-paragraph {
  font-size: 15px;
}

.mif-list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  margin-top: 2px;
  border-radius: 50%;
  background: #e97136;
  color: #ffffff;
  font-size: 10px;
}

/* =========================================================
   WHY WASTE NOTE
   ========================================================= */

.mif-about-note {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px 35px;
  background: #fff4ed;
  border-left: 5px solid #e97136;
  border-radius: 4px;
}

.mif-about-note-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 55px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #e97136;
  color: #ffffff;
  font-size: 20px;
}

.mif-about-note-content {
  flex: 1;
}

.mif-about-note-label {
  display: block;
  margin-bottom: 8px;
  color: #e97136;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.mif-about-note p {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
  .mif-about-card {
    min-height: auto;
  }

  .mif-about-card .mif-h3 {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .mif-about-heading {
    gap: 15px;
  }

  .mif-about-card {
    padding: 28px 25px 38px;
  }

  .mif-about-card-top {
    margin-bottom: 22px;
  }

  .mif-about-card .mif-h3 {
    font-size: 21px;
  }

  .mif-about-note {
    align-items: flex-start;
    padding: 25px 22px;
    gap: 16px;
  }

  .mif-about-note-icon {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .mif-about-heading {
    display: block;
  }

  .mif-about-note {
    display: block;
  }

  .mif-about-note-icon {
    margin-bottom: 18px;
  }
}

/* =========================================================
   MISSION SECTION
   ========================================================= */

.mif-mission-section {
  position: relative;
  background: #f7f7f7;
  overflow: hidden;
}

/* ---------- MISSION HEADING ---------- */

.mif-mission-heading {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.mif-mission-heading .mif-eyebrow {
  color: #e97136;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* ---------- MISSION QUOTE ---------- */

.mif-mission-heading .mif-quote {
  position: relative;
  max-width: 900px;
  padding-left: 25px;
  border-left: 3px solid #e97136;
  color: #000000;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.55;
}

/* =========================================================
   MISSION CARDS
   ========================================================= */

.mif-mission-card {
  position: relative;
  height: 100%;
  min-height: 400px;
  padding: 35px 35px 40px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.35s ease;
}

.mif-mission-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e97136;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.mif-mission-card:hover {
  transform: translateY(-7px);
  border-color: #e97136;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.09);
}

.mif-mission-card:hover::before {
  transform: scaleX(1);
}

/* ---------- CARD HEADER ---------- */

.mif-mission-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.mif-mission-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff4ed;
  color: #e97136;
  font-size: 18px;
  transition: all 0.3s ease;
}

.mif-mission-card:hover .mif-mission-icon {
  background: #e97136;
  color: #ffffff;
}

.mif-mission-label {
  padding: 7px 13px;
  border-radius: 30px;
  background: #f7f7f7;
  color: #333333;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ---------- CARD TITLE ---------- */

.mif-mission-card .mif-h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 750;
  line-height: 1.35;
  margin-top: 16px;
  margin-bottom: 20px;
}

/* ---------- ORANGE LINE ---------- */

.mif-mission-line {
  width: 45px;
  height: 3px;
  margin-bottom: 25px;
  background: #e97136;
}

/* ---------- MISSION LIST ---------- */

.mif-mission-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mif-mission-list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  color: #444444;
  font-size: 18px;
  line-height: 1.65;
}

.mif-mission-list li:first-child {
  padding-top: 0;
}

.mif-mission-list li:last-child {
  border-bottom: 0;
}

.mif-mission-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  background: #e97136;
  color: #ffffff;
  font-size: 9px;
}

/* =========================================================
   DARK CARD
   ========================================================= */

.mif-mission-card--dark {
  background: #000000;
  border-color: #000000;
}

.mif-mission-card--dark .mif-mission-label {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.mif-mission-card--dark .mif-h3 {
  color: #ffffff;
}

.mif-mission-card--dark .mif-p {
  color: #dddddd;
  font-size: 19px;
  line-height: 1.7;
}

/* ---------- BOTTOM METRICS ---------- */

.mif-mission-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 35px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.mif-mission-bottom span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}

.mif-mission-bottom i {
  color: #e97136;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
  .mif-mission-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .mif-mission-heading {
    gap: 15px;
  }

  .mif-mission-heading .mif-quote {
    font-size: 20px;
    padding-left: 18px;
  }

  .mif-mission-card {
    padding: 28px 25px 32px;
  }

  .mif-mission-card .mif-h3 {
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  .mif-mission-heading {
    display: block;
  }

  .mif-mission-card-header {
    align-items: flex-start;
    gap: 15px;
  }

  .mif-mission-bottom {
    gap: 7px;
  }

  .mif-mission-bottom span {
    font-size: 11px;
  }
}

/* =========================================================
   SECTION 4 - VISION
   Theme: #e97136 / #ffffff / #000000
   ========================================================= */

.mif-vision-section {
  position: relative;
  background: #f7f7f7;
  overflow: hidden;
}

/* =========================================================
   SECTION HEADER
   ========================================================= */

.mif-vision-section .mif-eyebrow {
  margin-bottom: 14px;
  color: #e97136;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

/* =========================================================
   VISION QUOTE
   ========================================================= */

.mif-vision-section .mif-quote {
  position: relative;
  max-width: 1000px;
  margin-bottom: 0;
  padding-left: 25px;
  border-left: 3px solid #e97136;
  color: #000000;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.55;
}

/* =========================================================
   VISION CARD
   ========================================================= */

.mif-vision-card {
  position: relative;
  height: 100%;
  min-height: 310px;
  padding: 30px 30px 35px;
  background: #ffffff;
  border: 1px solid #333333;
  border-radius: 4px;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

/* HOVER */

.mif-vision-card:hover {
  transform: translateY(-7px);
  border-color: #e97136;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.09);
}

.mif-vision-card:hover::before {
  transform: scaleX(1);
}

/* =========================================================
   CARD TOP
   ========================================================= */

.mif-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* CARD ICON */

.mif-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff4ed;
  color: #e97136;
  font-size: 24px;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.mif-vision-card:hover .mif-card-icon {
  background: #e97136;
  color: #ffffff;
  transform: rotate(-5deg);
}

/* =========================================================
   CARD CONTENT
   ========================================================= */

.mif-vision-card .mif-h3 {
  margin-bottom: 15px;
  color: #000000;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}

/* ORANGE ACCENT LINE */

.mif-card-line {
  width: 42px;
  height: 3px;
  margin-bottom: 16px;
  background: #e97136;
}

/* CARD PARAGRAPH */

.mif-vision-card .mif-p {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
  .mif-vision-card {
    min-height: 290px;
  }
}

@media (max-width: 767px) {
  .mif-vision-section .mif-quote {
    padding-left: 18px;
    font-size: 20px;
  }

  .mif-vision-card {
    min-height: auto;
    padding: 27px 25px 32px;
  }

  .mif-vision-card .mif-h3 {
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  .mif-vision-section .mif-quote {
    font-size: 19px;
    line-height: 1.55;
  }

  .mif-card-top {
    margin-bottom: 25px;
  }
}

/* =========================================================
   SECTION 5 - VALUES
   Theme: #e97136 / #ffffff / #000000
   ========================================================= */

.mif-values-section {
  position: relative;
  overflow: hidden;
}

/* =========================================================
   SECTION HEADER
   ========================================================= */

.mif-values-section .mif-eyebrow {
  margin-bottom: 12px;
  color: #e97136;
  font-size: 18px;
  font-weight: 800;
}

.mif-values-title {
  max-width: 800px;
  margin-bottom: 15px;
  color: #000000;
}

.mif-values-lead {
  max-width: 780px;
  color: #555555;
  line-height: 1.75;
}

/* =========================================================
   VALUE CARDS
   ========================================================= */

.mif-value-card {
  position: relative;
  height: 100%;
  min-height: 285px;
  padding: 30px 32px 32px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.mif-value-card:hover {
  transform: translateY(-6px);
  border-color: #e97136;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.mif-value-card:hover::before {
  transform: scaleX(1);
}

/* =========================================================
   VALUE TOP
   ========================================================= */

.mif-value-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}

.mif-value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff4ed;
  color: #e97136;
  font-size: 20px;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.mif-value-card:hover .mif-value-icon {
  background: #e97136;
  color: #ffffff;
  transform: rotate(-5deg);
}

/* =========================================================
   VALUE CONTENT
   ========================================================= */

.mif-value-card b {
  display: block;
  margin-bottom: 10px;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

/* =========================================================
   STRATEGIC PILLARS HEADING
   ========================================================= */

.mif-pillars-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 55px;
  margin-bottom: 30px;
  padding-bottom: 18px;
}

.mif-pillars-heading .mif-h3 {
  margin: 0;
  color: #000000;
  font-size: 28px;
  font-weight: 700;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
  .mif-value-card {
    min-height: 270px;
  }

  .mif-pillar-card {
    min-height: 190px;
  }
}

@media (max-width: 767px) {
  .mif-values-title {
    font-size: 28px;
  }

  .mif-value-card {
    min-height: auto;
    padding: 27px 25px 30px;
  }

  .mif-value-card b {
    font-size: 20px;
  }

  .mif-pillars-heading {
    display: block;
  }

  .mif-pillars-number {
    display: block;
    margin-bottom: 10px;
  }

  .mif-pillars-heading .mif-h3 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .mif-values-section .mif-eyebrow {
    font-size: 12px;
  }

  .mif-values-title {
    font-size: 25px;
    line-height: 1.3;
  }

  .mif-values-lead {
    font-size: 14px;
  }

  .mif-value-top {
    margin-bottom: 22px;
  }

  .mif-pillars-heading {
    margin-top: 40px;
  }
}

/* =========================================================
   STRATEGIC PILLAR CARDS
   ========================================================= */

.mif-pillar-card {
  position: relative;
  height: 100%;
  padding: 32px 34px 35px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

/* HOVER */

.mif-pillar-card:hover {
  transform: translateY(-6px);
  border-color: #e97136;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
}

/* TITLE */

.mif-pillar-title {
  margin: 0;
  color: #000000;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
}

/* ORANGE DIVIDER */

.mif-pillar-line {
  width: 45px;
  height: 3px;
  margin: 17px 0 20px;
  background: #e97136;
  transition: width 0.35s ease;
}

.mif-pillar-card:hover .mif-pillar-line {
  width: 70px;
}

/* DESCRIPTION */

.mif-pillar-text {
  max-width: 620px;
  color: #555555;
  font-size: 17px;
  line-height: 1.5;
}

/* TOP ACCENT */
.mif-pillar-accent-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 3px;
  background: #e97136;
  transition: width 0.35s ease-in-out;
}
.mif-pillar-accent-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 20px;
  background: #e97136;
  transition: height 0.35s ease;
}
.mif-pillar-accent-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3px;
  height: 20px;
  background: #e97136;
  transition: height 0.35s ease;
}

/* BOTTOM ACCENT */
.mif-pillar-accent-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 3px;
  background: #e97136;
  transition: width 0.35s ease;
}

.mif-pillar-card:hover .mif-pillar-accent-top {
  width: 100%;
}

.mif-pillar-card:hover .mif-pillar-accent-bottom {
  width: 100%;
}
.mif-pillar-card:hover .mif-pillar-accent-left {
  height: 100%;
}
.mif-pillar-card:hover .mif-pillar-accent-right {
  height: 100%;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767px) {
  .mif-pillar-card {
    padding: 28px 25px 30px;
  }

  .mif-pillar-title {
    font-size: 19px;
  }

  .mif-pillar-text {
    font-size: 14px;
  }
}

/* =========================================================
   FUTURE PROJECTS
   ========================================================= */

.mif-future-card {
  position: relative;
  height: 100%;
  min-height: 315px;
  padding: 30px 32px 34px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  overflow: hidden;

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.mif-future-card:hover {
  transform: translateY(-7px);
  border-color: #e97136;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* TOP ROW */

.mif-future-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.mif-future-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;

  background: #fff3ed;
  color: #e97136;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;

  border-left: 3px solid #e97136;
}

/* DEVELOPMENT TAG */

.mif-future-tag--amber {
  background: #fff6ed;
  color: #b85c25;
  border-left-color: #e97136;
}

/* ARROW */

.mif-future-arrow {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;

  border: 1px solid #e5e5e5;
  border-radius: 50%;

  color: #000000;
  font-size: 17px;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.mif-future-card:hover .mif-future-arrow {
  background: #e97136;
  border-color: #e97136;
  color: #ffffff;
  transform: translate(2px, -2px);
}

/* TITLE */

.mif-future-title {
  max-width: 520px;
  margin: 0;

  color: #000000;

  font-size: 23px;
  font-weight: 700;
  line-height: 1.35;
}

/* DESCRIPTION */

.mif-future-text {
  color: #555555;
  margin-top: 16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

/* =========================================================
   NOTE
   ========================================================= */

.mif-future-note {
  position: relative;
  margin-top: 18px;
  padding: 24px 28px 24px 32px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-left: 4px solid #e97136;
}

.mif-future-note p {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
}

.mif-future-note strong {
  color: #000000;
  font-size: 17px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
  .mif-future-card {
    min-height: 290px;
  }
}

@media (max-width: 767px) {
  .mif-future-card {
    min-height: auto;
    padding: 27px 24px 30px;
  }

  .mif-future-top {
    margin-bottom: 21px;
  }

  .mif-future-title {
    font-size: 20px;
  }

  .mif-future-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .mif-future-note {
    padding: 21px 22px 21px 25px;
  }
}

/* =========================================================
   CAREERS SECTION
   ========================================================= */

.mif-career-card {
  position: relative;
  height: 100%;
  padding: 32px 34px 34px;

  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;

  overflow: hidden;

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

/* TOP ACCENT */

.mif-career-card::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background: #e97136;
}

/* HOVER */

.mif-career-card:hover {
  transform: translateY(-7px);

  border-color: #e97136;

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.09);
}

/* HEADER */

.mif-career-header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 24px;
}

/* STATUS */

.mif-career-status {
  display: inline-block;
  padding: 8px 32px;
  background: #fff3ed;
  border-left: 3px solid #e97136;
  color: #e97136;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* TITLE */

.mif-career-title {
  max-width: 520px;
  margin: 0;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}

/* =========================================================
   META
   ========================================================= */

.mif-career-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.mif-career-meta-item {
  padding: 15px 14px;
  border-right: 1px solid #eeeeee;
}

.mif-career-meta-item:first-child {
  padding-left: 0;
}

.mif-career-meta-item:last-child {
  border-right: 0;
}

.mif-career-meta-item span {
  display: block;
  margin-bottom: 6px;
  color: #888888;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.mif-career-meta-item strong {
  display: block;

  color: #222222;

  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

/* =========================================================
   CONTENT
   ========================================================= */

.mif-career-heading {
  margin: 0 0 12px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}

.mif-career-content + .mif-career-btn {
  margin-top: 5px;
}

/* LIST */

.mif-career-list {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.mif-career-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #555555;

  font-size: 17px;
  line-height: 1.5;
}

.mif-career-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;

  width: 10px;
  height: 10px;
  background: #e97136;
}

/* =========================================================
   APPLY BUTTON
   ========================================================= */

.mif-career-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 190px;

  padding: 12px 14px 12px 18px;

  background: #000000;
  color: #ffffff;
  text-decoration: none;

  font-size: 13px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    color 0.3s ease;
  border-radius: 8px;
}

.mif-career-btn:hover {
  background: #e97136;
  color: #ffffff;
}

.mif-career-btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  background: #e97136;
  color: #ffffff;

  font-size: 15px;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.mif-career-btn:hover .mif-career-btn-arrow {
  background: #000000;
  transform: translate(2px, -2px);
}

/* =========================================================
   CAREER NOTE
   ========================================================= */

.mif-career-note {
  margin-top: 20px;
  padding: 28px 30px;
  background: #fff8f4;
  border: 1px solid #f0ddd3;
  border-left: 4px solid #e97136;
}

.mif-career-note-item {
  padding: 15px 0;
  border-bottom: 1px solid #eaded8;
}

.mif-career-note-item:first-child {
  padding-top: 0;
}

.mif-career-note-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.mif-career-note-item strong {
  display: block;
  color: #000000;

  font-size: 17px;
}

.mif-career-note-item p {
  margin: 0;

  color: #555555;

  font-size: 16px;
  line-height: 1.5;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
  .mif-career-meta {
    grid-template-columns: 1fr;
  }

  .mif-career-meta-item,
  .mif-career-meta-item:first-child {
    padding: 12px 0;

    border-right: 0;
    border-bottom: 1px solid #eeeeee;
  }

  .mif-career-meta-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .mif-career-card {
    padding: 27px 24px 30px;
  }

  .mif-career-title {
    font-size: 21px;
  }

  .mif-career-list li {
    font-size: 13px;
  }

  .mif-career-note {
    padding: 22px 22px 22px 25px;
  }
}

/* =========================================================
   LOCATIONS
   ========================================================= */

.mif-location-table-wrap {
  background: #ffffff;
  /* border: 1px solid #e2e2e2; */
  border-radius: 4px;
  overflow: hidden;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.mif-location-table-wrap:hover {
  border-color: #e97136;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.07);
}

/* =========================================================
   TABLE HEADER
   ========================================================= */

.mif-location-table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
  border-bottom: 1px solid #e8e8e8;
}

.mif-location-table-label {
  display: block;
  margin-bottom: 6px;
  color: #e97136;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.mif-location-table-title {
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}

/* =========================================================
   TABLE
   ========================================================= */

.mif-location-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.mif-location-table thead {
  background: #000000;
}

.mif-location-table th {
  padding: 16px 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;

  white-space: nowrap;
}

.mif-location-table td {
  padding: 20px;

  border-bottom: 1px solid #eeeeee;

  color: #555555;

  font-size: 15px;
  line-height: 1.5;

  vertical-align: middle;
}

.mif-location-table tbody tr:last-child td {
  border-bottom: 0;
}

.mif-location-table tbody tr {
  transition: background 0.25s ease;
}

.mif-location-table tbody tr:hover {
  background: #fffaf7;
}

.mif-location-table td strong {
  color: #000000;
  font-weight: 700;
}

/* =========================================================
   STATUS
   ========================================================= */

.mif-location-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 7px 11px;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  white-space: nowrap;
}

.mif-location-status > span {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: currentColor;
}

/* OPERATIONAL */

.mif-location-status--op {
  background: #edf8f2;
  color: #198754;
}

/* UNDER CONSTRUCTION */

.mif-location-status--uc {
  background: #fff5e9;
  color: #c56a20;
}

/* APPROVALS */

.mif-location-status--ap {
  background: #fff3ed;
  color: #e97136;
}

/* =========================================================
   LOCATION NOTE
   ========================================================= */

.mif-location-note {
  display: flex;
  gap: 18px;
  align-items: flex-start;

  margin-top: 22px;
  padding: 24px 28px;

  background: #fff8f4;

  border: 1px solid #f0ddd3;
  border-left: 4px solid #e97136;
}

.mif-location-note-icon {
  flex: 0 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 30px;
  height: 30px;

  border-radius: 50%;

  background: #e97136;
  color: #ffffff;

  font-size: 14px;
  font-weight: 700;
}

.mif-location-note p {
  margin: 0 0 12px;

  color: #555555;

  font-size: 17px;
  line-height: 1.5;
}

.mif-location-note strong {
  color: #000000;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.mif-location-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}

.mif-location-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-width: 190px;
  padding: 13px 15px 13px 19px;
  text-decoration: none;

  font-size: 15px;
  font-weight: 700;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

/* PRIMARY */

.mif-location-btn--primary {
  background: #e97136;
  border: 1px solid #e97136;

  color: #ffffff;
}

.mif-location-btn--primary:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

/* SECONDARY */

.mif-location-btn--secondary {
  background: #ffffff;
  border: 1px solid #000000;

  color: #000000;
}

.mif-location-btn--secondary:hover {
  background: #000000;
  color: #ffffff;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767px) {
  .mif-location-table-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;

    padding: 22px;
  }

  .mif-location-table-title {
    font-size: 18px;
  }

  .mif-location-table th,
  .mif-location-table td {
    padding: 14px 15px;
  }

  .mif-location-note {
    padding: 21px 22px;
  }

  .mif-location-buttons {
    flex-direction: column;
  }

  .mif-location-btn {
    width: 100%;
  }
}

/* =========================================================
   OUR JOURNEY
   ========================================================= */

.mif-journey-timeline {
  position: relative;
  padding: 5px 0 10px;
}

/* =========================================================
   VERTICAL LINE
   ========================================================= */

.mif-journey-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 82px;
  width: 2px;
  background: #dedede;
}

/* =========================================================
   TIMELINE ITEM
   ========================================================= */

.mif-journey-item {
  position: relative;

  display: grid;
  grid-template-columns: 165px 1fr;

  min-height: 140px;
}

/* =========================================================
   MARKER
   ========================================================= */

.mif-journey-marker {
  position: absolute;

  left: 68px;
  top: 5px;

  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 30px;
  height: 30px;

  background: #ffffff;

  border: 2px solid #e97136;
  border-radius: 50%;
}

.mif-journey-marker span {
  width: 10px;
  height: 10px;

  background: #e97136;

  border-radius: 50%;
}

/* =========================================================
   YEAR
   ========================================================= */

.mif-journey-content {
  grid-column: 1 / -1;

  display: grid;
  grid-template-columns: 165px 1fr;
}

.mif-journey-year {
  padding-top: 0;

  color: #e97136;

  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.8px;

  text-align: left;
}

/* =========================================================
   CARD
   ========================================================= */

.mif-journey-card {
  position: relative;

  margin-bottom: 28px;
  padding: 20px 20px;

  background: #ffffff;

  border: 1px solid #e4e4e4;
  border-left: 3px solid #e97136;
  border-radius: 3px;

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.mif-journey-card:hover {
  transform: translateX(5px);

  border-color: #e97136;

  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
}

.mif-journey-card h3 {
  margin: 0 0 9px;

  color: #000000;

  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.mif-journey-card p {
  margin: 0;

  color: #555555;

  font-size: 16px;
  line-height: 1.4;
}

.mif-journey-card em {
  color: #e97136;

  font-size: 15px;
  font-weight: 600;
}

/* =========================================================
   LAST ITEM
   ========================================================= */

.mif-journey-item--last {
  min-height: auto;
}

.mif-journey-item--last .mif-journey-card {
  margin-bottom: 0;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767px) {
  .mif-journey-timeline {
    padding-left: 28px;
  }

  .mif-journey-timeline::before {
    left: 7px;
  }

  .mif-journey-item {
    display: block;
    min-height: auto;
  }

  .mif-journey-content {
    display: block;
  }

  .mif-journey-marker {
    left: 0;
    top: 4px;
    display: none;
  }

  .mif-journey-year {
    margin-bottom: 9px;

    font-size: 13px;
  }

  .mif-journey-card {
    margin-bottom: 25px;
    padding: 20px 21px;
  }

  .mif-journey-card h3 {
    font-size: 17px;
  }

  .mif-journey-card p {
    font-size: 13px;
  }
}
