


/* =========================================================
   Section-02 CURRENT SERVICES — MAIN SECTION
   ========================================================= */

.mif-current-services {
  background: #f7f7f7;
  padding: 100px 0;
}


/* =========================================================
   HEADER TOP
   ========================================================= */

.mif-current-services-eyebrow-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.mif-current-services-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e97136;
}

/* =========================================================
   TITLE
   ========================================================= */

.mif-current-services-title {
  margin-bottom: 20px;

  max-width: 760px;

  font-size: 45px;
  line-height: 1.02;
  font-weight: 700;
  color: #000;
}

/* =========================================================
   LEAD
   ========================================================= */

.mif-current-services-lead {
  max-width: 600px;

  margin: 0;

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

  color: #555;
}

/* =========================================================
   SERVICE ITEM SPACING
   ========================================================= */

.mif-service-item {
  margin-top: 40px;
  
}

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

@media (max-width: 991.98px) {
  .mif-current-services {
    padding: 80px 0;
  }

  .mif-current-services-title {
    margin-bottom: 28px;
  }

  .mif-current-services-lead {
    max-width: 650px;
  }

  .mif-current-services-header {
    margin-bottom: 55px;
  }
}

@media (max-width: 575.98px) {
  .mif-current-services {
    padding: 60px 0;
  }

  .mif-current-services-eyebrow-wrap {
    margin-bottom: 22px;
  }

  .mif-current-services-title {
    font-size: 40px;
    letter-spacing: -1.5px;
  }

  .mif-current-services-lead {
    font-size: 15px;
    line-height: 1.7;
  }

  .mif-current-services-header {
    margin-bottom: 45px;
  }

  .mif-service-item {
    margin-top: 50px;
  }
}


/* =========================================================
   SERVICE 02 Curent Services 
   ========================================================= */

.mif-service-detail {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 50px 0px;  
}

/* =========================================================
   SERVICE HEADER
   ========================================================= */

.mif-service-detail-header {
  position: relative;
  padding:30px 0px
 
}

/* Service number */

.mif-service-detail-number {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 15px;
  color: #e97136;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

/* Heading */

.mif-service-detail-title {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 0 17px;
  color: #000000;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
}

/* Orange divider */

.mif-service-detail-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 10px;
  background: #e97136;
}

/* Kicker */

.mif-service-detail-kicker {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 20px 0 0;
  color: #555555;
  font-size: 19px;
  line-height: 1.5;
}

/* =========================================================
   TWO COLUMN AREA
   ========================================================= */



/* Common column */

.mif-service-detail-column {
  height: 100%;
  padding: 34px 38px;
  background: #ffffff;

  

}

/* Right dark column */

.mif-service-detail-column--dark {
  background: #000000;
}

/* Heading */

.mif-service-detail-column-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 25px;
}

/* Number box */

.mif-service-detail-column-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 50px;
  height:50px;
  flex-shrink: 0;

  background: #e97136;
  color: #ffffff;

  font-size: 17px;
  font-weight: 800;
  border-radius: 50%;
  text-align: center;
}

/* Heading text */

.mif-service-detail-column-heading h4 {
  margin: 0;

  color: #000000;

  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.mif-service-detail-column--dark .mif-service-detail-column-heading h4 {
  color: #ffffff;
}

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

.mif-service-detail-list {
  margin: 0;
  padding: 0;

  list-style: none;
}

.mif-service-detail-list li {
  display: flex;
  align-items: flex-start;
  gap: 5px;

  padding: 13px 0;

  border-bottom: 1px solid #eeeeee;

  color: #4d4d4d;

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

.mif-service-detail-list li:first-child {
  border-top: 1px solid #eeeeee;
}

.mif-service-detail-column--dark .mif-service-detail-list li {
  border-color: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.75);
}
.mif-service-detail-list li i{
 color: #e97136;
 
}


/* EIGHT STAGES */
.mif-pillar-card.mif-services-stages{
  min-height: 250px;
}



/* =========================================================
   BOTTOM INFORMATION
   ========================================================= */

.mif-service-detail-bottom {
  margin-top: 16px;
}

.mif-service-info {
  position: relative;
  padding: 28px 34px;
  background: #ffffff;
}

.mif-service-info + .mif-service-info {
  border-left: 1px solid #dedede;
}

/* Quote block */

.mif-service-info--quote {
  background: #000000;
}

/* Label */

.mif-service-info-label {
  margin-bottom: 11px;

  color: #e97136;

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

  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* Text */

.mif-service-info p {
  

  margin: 0;

  color: #555555;

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

.mif-service-info--quote p {
  color: rgba(255, 255, 255, 0.72);
}

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

@media (max-width: 991px) {
  .mif-service-detail-header {
    padding: 36px 32px;
  }

  .mif-service-detail-column {
    padding: 30px;
  }

  .mif-service-detail-columns > div:first-child .mif-service-detail-column {
    border-bottom: 1px solid #dedede;
  }

  .mif-service-stages {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .mif-service-detail-header {
    padding: 30px 22px;
  }

  .mif-service-detail-header::after {
    font-size: 90px;
    right: 15px;
  }

  .mif-service-detail-title {
    font-size: 32px;
  }

  .mif-service-detail-kicker {
    font-size: 15px;
  }

  .mif-service-detail-column {
    padding: 27px 22px;
  }

  .mif-service-stages {
    padding: 28px 20px;
  }

  .mif-service-detail-bottom {
    grid-template-columns: 1fr;
  }

  .mif-service-info {
    padding: 25px 22px;
  }

  .mif-service-info + .mif-service-info {
    border-left: 0;
    border-top: 1px solid #222222;
  }
}

@media (max-width: 575px) {
  .mif-service-detail-title {
    font-size: 29px;
  }

  .mif-service-stage {
    min-height: auto;
  }
}



/* =========================================================
   SECTION 03 - HOW WE WORK
   ========================================================= */

.mif-work-section {
  padding: 100px 0;
  background: var(--mif-white);
}


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

.mif-work-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 48px;
}






.mif-work-eyebrow {
  display: inline-block;

  margin-bottom: 10px;
 

  color: #e97136;

  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}


.mif-work-title {
  margin-bottom: 16px;

  color: var(--mif-black);

  font-size: 36px;
  font-weight: 700;
  line-height: 1.12;

  letter-spacing: -1.3px;
}


.mif-work-lead {
  margin: 0;
  color: var(--mif-body);
  font-size:    18px;
  line-height: 1.5;
}


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

.mif-work-card {
  position: relative;

  height: 100%;
  min-height: 310px;

  display: flex;
  flex-direction: column;

  padding: 25px;

  background: var(--mif-white);

  border: 1px solid var(--mif-line);
  border-radius: 12px;

  overflow: hidden;

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


.mif-work-card:hover {
  transform: translateY(-5px);

  border-color: rgba(233, 113, 54, 0.45);

  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.07);
}


/* =========================================================
   ORANGE ACCENT
   ========================================================= */

.mif-work-card::after {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 3px;

  background: var(--mif-orange);

  transform: scaleX(0);
  transform-origin: left;

  transition: transform 0.3s ease;
}


.mif-work-card:hover::after {
  transform: scaleX(1);
}


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

.mif-work-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 20px;
}


.mif-work-mark {
  display: flex;
  align-items: center;
  justify-content: center;

  width:50px;
  height: 50px;

  background: var(--mif-soft-orange);

  border-radius: 8px;

  color: var(--mif-orange);

  font-size: 18px;

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


.mif-work-card:hover .mif-work-mark {
  background: var(--mif-orange);
  color: var(--mif-white);
}


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

.mif-work-card-body {
  flex: 1;
}


.mif-work-card-body h3 {
  margin: 0 0 13px;
  color: var(--mif-black);

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


.mif-work-card-body p {
  margin: 0;

  color: var(--mif-body);

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


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

.mif-work-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 28px;
  padding-top: 15px;

  border-top: 1px solid var(--mif-line);

  color: var(--mif-orange-dark);

  font-size: 17px;
  font-weight: 600;

  
}


.mif-work-card-footer i {
  font-size: 17px;

  transition: transform 0.3s ease;
}


.mif-work-card:hover .mif-work-card-footer i {
  transform: translate(3px, -3px);
}


/* =========================================================
   CTA
   ========================================================= */

.mif-work-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;

  margin-top: 45px;
  padding: 20px 22px;

  background: var(--mif-black);

  border-radius: 10px;
}


.mif-work-cta-content {
  display: flex;
  align-items: center;
  gap: 15px;

  color: var(--mif-white);
}


.mif-work-cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  width: 42px;
  height: 42px;

  background: var(--mif-orange);

  border-radius: 7px;

  color: var(--mif-white);
}


.mif-work-cta-content div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}


.mif-work-cta-content strong {
  font-size: 14px;
  font-weight: 700;
}


.mif-work-cta-content span {
  color: rgba(255, 255, 255, 0.65);

  font-size: 12px;
}


.mif-work-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  flex-shrink: 0;

  padding: 11px 15px;

  background: var(--mif-white);

  border-radius: 6px;

  color: var(--mif-black);

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

  text-decoration: none;

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


.mif-work-cta-btn i {
  color: var(--mif-orange);
}


.mif-work-cta-btn:hover {
  color: var(--mif-white);
  background: var(--mif-orange);

  text-decoration: none;
}


.mif-work-cta-btn:hover i {
  color: var(--mif-white);
}


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

@media (max-width: 991.98px) {

  .mif-work-section {
    padding: 80px 0;
  }

  .mif-work-header {
    align-items: flex-start;
    flex-direction: column;

    gap: 20px;
  }

  .mif-work-header-right {
    max-width: 650px;
  }

}


@media (max-width: 767.98px) {

  .mif-work-section {
    padding: 65px 0;
  }

  .mif-work-title {
    font-size: 36px;
  }

  .mif-work-card {
    min-height: 280px;
  }

  .mif-work-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .mif-work-cta-btn {
    width: 100%;
    justify-content: center;
  }

}


@media (max-width: 575.98px) {

  .mif-work-section {
    padding: 55px 0;
  }

  .mif-work-title {
    font-size: 31px;
  }

  .mif-work-card {
    min-height: 260px;
    padding: 22px;
  }

  .mif-work-card-head {
    margin-bottom: 27px;
  }

}








/* =========================================================
   WHERE DO I FIT?
   ========================================================= */

.mif-fit-section {
  padding: 100px 0;
  background: var(--mif-white);
}


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

.mif-fit-header {
  margin-bottom: 48px;
}

.mif-fit-eyebrow {
  display: inline-block;

  margin-bottom: 16px;


  color: var(--mif-orange-dark);




  font-size: 17px;
  font-weight: 700;
 
  text-transform: uppercase;
}

.mif-fit-title {
  margin: 10px 0;

  color: var(--mif-black);

  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
 
}

.mif-fit-lead {


  color: var(--mif-body);

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


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

.mif-fit-card {
  position: relative;

  height: 100%;
  min-height: 300px;

  display: flex;
  flex-direction: column;

  padding: 20px 24px;

  background: var(--mif-white);

  border: 1px solid var(--mif-line);
  border-radius: 14px;

  overflow: hidden;

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


/* Orange vertical accent */

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

  position: absolute;

  top: 0;
  left: 0;

  width: 3px;
  height: 0;

  background: var(--mif-orange);

  transition: height 0.3s ease;
}

.mif-fit-card:hover {
  transform: translateY(-6px);

  border-color: rgba(233, 113, 54, 0.4);

  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.mif-fit-card:hover::before {
  height: 100%;
}


/* =========================================================
   NUMBER
   ========================================================= */

.mif-fit-card-number {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 50px;
  height:50px;

  margin-bottom: 20px;

  background: var(--mif-soft-orange);

  border-radius: 8px;

  color: var(--mif-orange-dark);

  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;

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

.mif-fit-card:hover .mif-fit-card-number {
  background: var(--mif-orange);
  color: var(--mif-white);
}


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

.mif-fit-card-content {
  flex: 1;
}

.mif-fit-card-title {
  margin: 0 0 13px;

  color: var(--mif-black);

  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
 
}

.mif-fit-card-text {
  margin: 0;

  color: var(--mif-body);

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


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

.mif-fit-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 30px;
  padding-top: 16px;

  border-top: 1px solid var(--mif-line);

  color: var(--mif-black);

  font-size: 17px;
  font-weight: 600;

  text-decoration: none;

  transition: color 0.3s ease;
}

.mif-fit-card-link:hover {
  color: var(--mif-orange-dark);
  text-decoration: none;
}

.mif-fit-card-link i {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 50px;
  height: 50px;

  border: 1px solid var(--mif-line);
  border-radius: 50%;

  color: var(--mif-orange);

  font-size: 17px;

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

.mif-fit-card-link:hover i {
  transform: translateX(4px);

  background: var(--mif-orange);
  border-color: var(--mif-orange);

  color: var(--mif-white);
}


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

@media (max-width: 991.98px) {

  .mif-fit-section {
    padding: 80px 0;
  }

  .mif-fit-header {
    margin-bottom: 38px;
  }

  .mif-fit-card {
    min-height: 285px;
  }

}


@media (max-width: 767.98px) {

  .mif-fit-section {
    padding: 65px 0;
  }

  .mif-fit-title {
    font-size: 36px;
  }

  .mif-fit-card {
    min-height: 270px;
    padding: 24px;
  }

}


@media (max-width: 575.98px) {

  .mif-fit-section {
    padding: 55px 0;
  }

  .mif-fit-title {
    font-size: 31px;
  }

  .mif-fit-card {
    min-height: 250px;
  }

}