.mt_header {
    background: #f8f9f9;
    padding: 15px 0;
    border-bottom: 2px solid #f1f1f1;
}
.mt_header_logo img {
    max-height: 100px;
}

.mt_header_menu {
    gap: 20px;
}

/* Link */
.mt_header_link {
    text-decoration: none;
    color: #0b1c2c;
    font-weight: 500;
}

/* Button */
.mt_header_btn {
    background: #0b7a4b;
    color: #fff;
    padding: 20px 40px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.mt_header_btn:hover {
    background: #095f3a;
}


/* ===== Hero Section ===== */
.mt_hero {
    padding: 50px 0;
    background: #f8f9f9;
}

/* Content */
.mt_hero_content {
    max-width: 520px;
}

.mt_hero_title {
    font-size: 42px;
    font-weight: 700;
    color: #0b1c2c;
    margin-bottom: 20px;
    line-height: 1.3;
}

.mt_hero_text {
    font-size: 16px;
    color: #5f6b7a;
    margin-bottom: 25px;
}

/* Button */
.mt_hero_btn {
    display: inline-block;
    background: #0b7a4b;
    color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.mt_hero_btn:hover {
    background: #095f3a;
}

/* Image */
.mt_hero_image img {
    width: 100%;
    border-radius: 0px;
}

/* ===== Info Section ===== */
.mt_info {
    padding: 70px 0;
    background: #ffffff;
}

/* Item */
.mt_info_item {
    padding: 20px;
}

/* Middle column border */
.mt_info_border {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

/* Icon */
.mt_info_icon {
    font-size: 50px;
    color: #0b7a4b;
    margin-bottom: 20px;
}

/* Text */
.mt_info_text {
    font-size: 16px;
    color: #0b1c2c;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Small underline */
.mt_info_line {
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #0b7a4b;
}

.finance-section {
  background: #f5f5f5;
}

.finance-box {
  background: linear-gradient(135deg, #0b2a4a, #0a2240);
  color: #fff;
}

.icon-circle {
  width: 130px;
  height: 130px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.icon-circle i {
  font-size: 70px;
}

.features-row i {
  font-size: 28px;
  margin-bottom: 10px;
  display: block;
}

.features-row p {
  font-size: 14px;
}

.small-note .line {
  display: inline-block;
  width: 60px;
  height: 3px;
  background: #28c76f;
  margin-bottom: 10px;
}

/* FEATURE ROW */
.features-row .col {
  position: relative;
}

/* WHITE VERTICAL LINES */
.features-row .col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

/* BOTTOM NOTE LEFT ALIGN */
.bottom-note {
  justify-content: center;
  color: #fff;
}

.green-line {
  position: relative;
  width: 60px;
  height: 4px;
  display: inline-block;
}

/* LEFT LIGHT GREEN */
.green-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 4px;
  background: #3ddc84;
}

/* RIGHT DARK GREEN */
.green-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 4px;
  background: #1fa463;
}




.mt_format .subtitle {
  color: #3aa17e;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.mt_format h1 {
  font-size: 36px;
  font-weight: 700;
  color: #0b1c39;
}

.mt_format .description {
  font-size: 16px;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}




/* Make cards equal height */
.mt_cards .card_box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Make table area stretch */
.mt_cards .table_box {
  flex-grow: 1;
  display: flex;
}

/* Table takes full height */
.mt_cards .custom_table {
  height: 100%;
}





/* Card */
.mt_cards .card_box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  height: 100%;
}

/* Header */
.mt_cards .card_header h5 {
  font-weight: 600;
  margin: 0;
  color: #0b1c39;
}

.mt_cards .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.mt_cards .icon.blue {
  background: #0b2c5f;
}

.mt_cards .icon.green {
  background: #1f7a5c;
}

/* underline */
.mt_cards .line {
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 5px;
}

.mt_cards .line.blue {
  background: #0b2c5f;
}

.mt_cards .line.green {
  background: #1f7a5c;
}

/* Table */
.mt_cards .table_box {
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}

.mt_cards .custom_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

/* Header */
.mt_cards .custom_table thead th {
  color: #fff;
  padding: 12px;
  text-align: left;
  font-weight: 600;
}

.mt_cards thead.blue {
  background: #0b2c5f;
}

.mt_cards thead.green {
  background: #1f7a5c;
}

/* Body */
.mt_cards .custom_table td {
  padding: 12px;
  color: #555;
  border-top: 1px solid #e6e6e6;
}

/* Vertical lines */
.mt_cards .custom_table th,
.mt_cards .custom_table td {
  border-right: 1px solid #e6e6e6;
}

.mt_cards .custom_table th:last-child,
.mt_cards .custom_table td:last-child {
  border-right: none;
}




/* Wrapper box */
.mt_contact .contact_box {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 40px;
  background: #fff;
}

/* Left text */
.mt_contact .contact_text h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0b1c39;
  margin-bottom: 15px;
  line-height: 1.4;
}

.mt_contact .contact_text p {
  color: #6c757d;
  font-size: 15px;
  margin-bottom: 25px;
}

/* Button */
.btn-green {
  background: #1f7a5c;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}

.btn-green:hover {
  background: #17664c;
  color: #fff;
}

/* Form */
.mt_contact .form-control {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  box-shadow: none;
}

.mt_contact .form-control:focus {
  border-color: #1f7a5c;
  box-shadow: none;
}

/* Select fix (Bootstrap override) */
.mt_contact select.form-control {
  appearance: auto;
}






.mt_footer {
    background-color: #0b2c5d;
    color: #fff;
    padding: 20px 0;
    font-size: 14px;
}

.mt_footer img {
    max-height: 80px;
}

.mt_footer p {
    margin: 0;
    color: #dcdcdc;
}

.mt_footer .footer-link {
    color: #00c853;
    text-decoration: none;
    font-size: 13px;
}

/* Vertical Divider */
.mt_footer .footer-divider {
    position: relative;
}

.mt_footer .footer-divider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* perfectly center vertically */
    height: 100px;               /* control line height here */
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.mt_ourpartner{}
.mt_ourpartner h2{font-size: 36px;
    font-weight: 700;
    color: #0b1c39;}
.mt_ourpartner p{font-size: 16px;
    color: #6c757d;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;}
.partner-slider .item {
  margin-top: 20px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-slider img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  /*filter: grayscale(100%);*/
  transition: 0.3s;
}

.partner-slider img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}






/* Target all Font Awesome icons */
i[class^="fa-"],
i[class*=" fa-"] {
  transition: transform 0.4s ease, color 0.3s ease;
  display: inline-block; /* required for transform */
}

/* Hover effect */
i[class^="fa-"]:hover,
i[class*=" fa-"]:hover {
  transform: rotate(15deg) scale(1.2);
  color: #28c76f; /* optional highlight color */
}

