.content-section {
  padding-top: 2em!important;
  padding-bottom: 0!important;
}

.heading {
  text-align: center;
  margin-bottom: 0px;
}		

.container {
  /*
  margin-left: 10%;
  margin-right: 10%;
  */
}

.heading .sub {
  padding-bottom: 0px;
}

h3 {
  margin: 0;
}
.sub-text-h3 {
  /*color: #e50000!important;*/
  color: #ffffff!important;
  margin-top:50px;
}

.miiplan-logo {
  color: #fff!important;
  font-family: "Fugaz One", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 24px!important;
}

/* Logo change color */
.gtco-nav.scrolled .miiplan-logo {
  color: #000!important;
  font-size: 22px;
}		

.miiplan-headline {
  margin-bottom: 0px!important;
}

.miiplan-tagline {
  margin-top: 0px;
}

.miiplan-sub-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}

.miiplan-sub-text-smaller {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.contact-link {
  color: #000000!important;
  font-size: 16px;
  text-decoration: underline;
}

.contact-link:hover {
  color:#e50000!important;
}


.gtco-nav.scrolled ul li.active > a {
  color: #e50000 !important;
}	

.gtco-nav.scrolled ul li.btn-cta a span {
  border: none !important;
  background: grey;
  padding: 4px 20px;
  color: #fff;
}

.heading .sub:after {
  background: none;
}

.btn-primary {
  background: #e50000;
  color: #fff;
  border: 2px solid #e50000 !important;
}	

::selection {
  color: white;
  background: #3399ff;
}

.gtco-nav ul li a {
  font-size: 13px;
  padding: 30px 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500 !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

blockquote {
  border:none;
}

.custom-video {
  width: 100%; /* Makes the video responsive */
  max-width: 800px; /* Sets a maximum width */
  border: 2px solid #ccc; /* Adds a border */
}

.gtco-nav-toggle i {
  background: gray;
}
.gtco-nav-toggle i::before {
  background: gray;
}
.gtco-nav-toggle i::after {
  background: gray;
}		

section {
  padding: 0px !important;
}

.image-row-features {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Align images vertically */
  
  gap: 160px; /* Adjust spacing between images */
} 

#highlight-link {
  text-decoration: none; /* Remove underline */
  color: inherit; /* Keep original text color */
  display: inline-block; /* Ensures the link wraps around the entire div */
  transition: color 0.3s ease-in-out; /* Smooth color transition */
}

.highlight-link:hover {
  color: blue!important; /* Change text color to white on hover */
}

.image-row {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Align images vertically */
  gap: 80px; /* Adjust spacing between images */
  margin-top: 120px; /* Optional: Adjust if needed */
}

.partner-logo {
  max-width: 100px; /* Adjust size as needed */
  height: auto;
}

.twinfour-email {
    font-size: 11px !important;
}

.col-md-6 h3,
.col-md-6 ul {
    text-align: left; /* Left-align headings and lists */
}



  /* Ensure the text aligns properly */
  .col-md-6 h5 {
      margin-bottom: 8px; /* Reduce space between heading and list */
  }

.blockquote-smaller {
  font-size: 14px;
}

.center-text {
  text-align: center !important;
}

.pilot-kpi-list {
  padding-left: 25px;
   margin-top: 14px;
}

.visible {
  display: none;
}

.row-pb-md {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .miiplan-header {
    margin-top: 70px !important;
  }		
  
  .image-row {
    margin-top: 20px; /* Optional: Adjust if needed */
  }
}

/* Styles applied when the viewport is 768px or wider */
@media (min-width: 768px) {
  .container {
    width: 750px; /* Fixed width for larger screens */
  }

  .partner-logo {
    max-width: 150px;
  }
}

/* Styles applied when the viewport is 992px or wider */
@media (min-width: 992px) {
  .container {
    width: 860px; /* Fixed width for larger screens */
  }

  .pilot-kpi-list {
    padding-left: 0;
     margin-top: 0;
  }

  .visible {
    display: block;
  }
}