.home_main_page {
  /*
  background:url("images/FSD_Home.png"); 
  height: 1438;
*/
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}

.home_lead_msg {
  background: url("images/title_Home.jpg");
  height: 422px;
  top: -40px;
  z-index: 3;
  position: relative;
}

.home_lead_msg_header {
  font-family: ExoLight, verdana, helvetica, sans-serif;
  font-size: 74px;
  color: #0b436b;
  width: 700px;
  height: 160px;
  margin-left: 130px;
  padding-top: 85px;
  position: static;
}

.home_lead_msg_text {
  font-family: ExoExtraBold, verdana, helvetica, sans-serif;
  font-size: 18px;
  color: #009996;
  margin-top: 42px;
  margin-left: 130px;
  position: static;
}

.home_lead_consultation {
  background: url("images/btn_CTA_Consultation.png");
  height: 48px;
  width: 240px;
  margin-top: 37px;
  margin-left: 130px;
  position: static;
}

.home_lead_msg_shadow {
  background: url("images/bg_Content_TopGradient.gif");
  background-size: 100% 150%;
  background-repeat: no-repeat;
  height: 40px;
  width: 1200px;
  margin-top: -40px;
  position: static;
}

.home_main_content_upper_left {
  margin-left: 120px;
  margin-top: 3px;
  width: 500px;
  height: 285px;
  float: left;
}

.home_main_content_upper_right {
  margin-left: 60px;
  margin-top: 3px;
  height: 285px;
  width: 500px;
  float: left;
}

.home_main_content_lower_left {
  margin-left: 120px;
  margin-top: 3px;
  width: 500px;
  height: 313px;
  float: left;
}

.home_main_content_lower_right {
  margin-left: 60px;
  margin-top: 3px;
  width: 500px;
  height: 313px;
  float: left;
}

.home_main_content_item {
  float: left;
}

.home_main_content_header {
  font-family: ExoRegular, verdana, helvetica, sans-serif;
  font-size: 36px;
  color: #009996;
  margin-top: 40px;
  margin-left: 18px;
}

.home_main_content_text {
  font-family: ExoRegular, verdana, helvetica, sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #0b436b;
  width: 400px;
  margin-top: 15px;
  margin-left: 20px;
}

.home_main_content_link {
  font-family: ExoBold, verdana, helvetica, sans-serif;
  margin-top: 50px;
}

.home_main_content_link a {
  text-decoration: none;
}

.home_main_content_link_text {
  float: left;
  color: #f5463d;
  margin-left: 18px;
}

.home_main_content_link_image {
  background: url("images/btn_CTA_Arrow_Orange.png");
  margin-top: 2px;
  margin-left: 12px;
  width: 7px;
  height: 12px;
  float: left;
}

.home_main_upper_left_icon {
  background: url("images/icon_Services.png");
  height: 108px;
  width: 70px;
  float: left;
}

.home_main_upper_right_icon {
  background: url("images/icon_Ethos.png");
  height: 108px;
  width: 70px;
  float: left;
}

.home_main_lower_left_icon {
  background: url("images/icon_Technologies.png");
  height: 108px;
  width: 70px;
  float: left;
}

.home_main_lower_right_icon {
  background: url("images/icon_Projects.png");
  height: 108px;
  width: 70px;
  float: left;
}

.home_flowster_highlight_section {
  width: 100%;
  padding: 25px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  margin: 0 0 25 0;
  clear: both;
}

.home_flowster_highlight_container {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 3px solid #f5463d;
}

.home_flowster_highlight_icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.home_flowster_highlight_header {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: ExoRegular, verdana, helvetica, sans-serif;
}

.home_flowster_highlight_text {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.home_flowster_highlight_btn {
  display: inline-block;
  background: #f5463d;
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(245, 70, 61, 0.3);
}

.home_flowster_highlight_btn:hover {
  background: #d93025;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 70, 61, 0.4);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .home_flowster_highlight_container {
    margin: 0 20px;
    padding: 25px 15px;
  }

  .home_flowster_highlight_header {
    font-size: 1.6rem;
  }

  .home_flowster_highlight_text {
    font-size: 1rem;
  }
}