.et_pb_row.row-our-team{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 48px 100px 48px;
  gap: 64px;
  background: #FFFFFF;
  box-shadow: 0px 24px 24px 8px rgba(0, 0, 0, 0.03);
  border-radius: 24px;
}

.et_pb_row.row-our-team .et_pb_column {
  max-width: 912px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.et_pb_section.section-our-team {
  padding-top: 44px;
}

.et_pb_row.row-people-rocom .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_description h5{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  padding-bottom: 17px;
}

.et_pb_row.row-people-rocom .et_pb_column {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
}

.et_pb_row.row-people-rocom .et_pb_column .et_pb_blurb {
  width: 100%;
}

.et_pb_row.row-people-rocom {
  margin-top: -45px;
}

.et_pb_row.row-people-rocom .et_pb_blurb .et_pb_blurb_container .et_pb_module_header{
  padding-bottom: 4px;
}

.et_pb_section.rocom-how-can-we-support-you .et_pb_row.rocom-how-can-we-support-you-services {
  gap: 20px;
  margin-bottom: 20px !important;
}

.et_pb_row.rocom-how-can-we-support-you-services .et_pb_column {
  width: calc(50% - 10px);
}

.et_pb_row.rocom-how-can-we-support-you-services .et_pb_column .et_pb_blurb_content{
  min-height: 260px;
  justify-content: end;
  width: 90%;
  max-width: 464px;
  margin-left: auto;
  gap: 10px;
  padding-bottom: 29px;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: end;
}

.et_pb_row.rocom-how-can-we-support-you-services .et_pb_column .et_pb_blurb_content .et_pb_module {
  width: 80px;
}

.et_pb_row.rocom-how-can-we-support-you-services .et_pb_column .et_pb_blurb_content .et_pb_blurb_container{
  width: calc(100% - 80px - 10px);
  padding-bottom: 7px;
}

.et_pb_row.rocom-how-can-we-support-you-services .et_pb_column .et_pb_module_header {
  padding-bottom: 0px;
}

.et_pb_row.rocom-how-can-we-support-you-services .et_pb_column .et_pb_blurb_content .et_pb_button_module_wrapper .et_pb_button {
  font-size: 0 !important;
  line-height: 0 !important;
  width: 80px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  min-width: 80px;
  background-image: url('/wp-content/uploads/2026/05/ServiciiIcon.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.et_pb_section.rocom-how-can-we-support-you {
  padding-top: 57px;
  padding-bottom: 0px;
}

.et_pb_row.rocom-how-can-we-support-you-title h3{
  padding-bottom: 23px;
}

body:not(.home) footer.et-l.et-l--footer {
  margin-top: 83px;
}

.engineering_tabs_heading{
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  border-radius: 24px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.engineering_tabs_heading a:first-child{
  border-radius: 24px 0px 0px 24px;
}

.engineering_tabs_heading a:last-child{
  border-radius: 0px 24px 24px 0px;
  border:0px;
}

.engineering_tabs_heading a{
  padding: 16px 27px 16px 27px;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  text-align: center;
}

.engineering_tabs_heading a{
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.engineering_tabs_heading a.active_tab{
  background: #F58120;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
  border: 0px;
}


.main_engineering_container {
  margin-top: 0px;
}


.engineering_tabs_content{
  position:relative;
  margin-top: 65px;
}

.engineering_tabs_content{
  min-height:300px;
}

.tab_content{
  display:none;
  opacity:0;
  transform:translateY(15px);
}

.tab_content.active_tab_content{
  display:block;
  animation:tabFade .35s ease forwards;
}

@keyframes tabFade{
  from{
    opacity:0;
    transform:translateY(15px);
  }
  to{
      opacity:1;
      transform:translateY(0);
  }
}

.content_tab_col_1{
  width: calc(100% - 586px - 40px);
}

.content_tab_col_2 {
  width: 586px;
  display: flex;
  align-items: flex-end;
}

.content_tab_col_22 {
  height: calc(100% - 28px);
}

.content_key_benefits_tc{
  padding: 32px 34px 48px;
  background: #FFFFFF;
  box-shadow: 0px 24px 24px 8px rgba(0, 0, 0, 0.03);
  border-radius: 24px;
  width: 100%;
  margin-top: 88px;
}

.container_content_key_benefits_tc{
  width: 80%;
  max-width: 796px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
}

.tab_content *{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.tab_content p{
  padding-bottom: 33px;
}

.tab_content p:last-child{
  padding-bottom: 0px;
}

.tab_content h4{
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 67px;
  color: #000000;
  padding-bottom: 20px;
}

.content_tab_col_2 img{
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.13);
  border-radius: 24px;
  padding: 0px;
  object-fit: cover;
  height: 100%;
}

.content_key_benefits_tc h5{
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 67px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #23282D;
  padding-bottom: 17px;
}

.content_key_benefits_tc *{
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #000000;
}

.item_benefits h6{
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 12px;
}

.item_benefits *{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.item_icon_benefits{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  gap: 10px;
  width: 80px;
  height: 80px;
  background: #F58120;
  border-radius: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

.container_benefits {
  display: flex;
  justify-content: center;
  gap:60px;
}

.item_benefits {
  width: 100%;
}

.et_pb_section.section-enginnering {
    padding-bottom: 85px;
}

.content_tab_content{
  column-gap: 40px;
}

.et_pb_section.general-section-rocom .et_pb_text_inner{
  width: 90%;
  max-width: 1198px;
}

.et_pb_section.general-section-rocom .et_pb_text_inner *{
  padding-bottom: 10px;
}

.et_pb_section.general-section-rocom .et_pb_text_inner p:empty{
  margin: 0;
  padding: 0;
}

.et_pb_section.general-section-rocom .et_pb_text_inner blockquote p {
  padding: 0;
}

.et_pb_section.general-section-rocom .et_pb_text_inner blockquote{
  padding-bottom: 0px;
  margin-top: 42px;
  margin-bottom: 10px;
}

.et_pb_section.general-section-rocom .et_pb_text_inner h2,
.et_pb_section.general-section-rocom .et_pb_text_inner h3,
.et_pb_section.general-section-rocom .et_pb_text_inner h4,
.et_pb_section.general-section-rocom .et_pb_text_inner h5,
.et_pb_section.general-section-rocom .et_pb_text_inner h6{
  padding-bottom: 10px;
}

@media(max-width:1830px){
  .engineering_tabs_heading a {
    padding: 16px 16px 16px 16px;
  }
}

@media(max-width:1680px){
  .engineering_tabs_heading a {
    padding: 16px 16px 16px 16px;
  }
  .engineering_tabs_heading a{
    font-size: 20px !important;
    line-height: normal !important;
  }
}

@media(max-width: 1465px)
{
  .tab_content p {
    padding-bottom: 33px;
  }
  .container_content_key_benefits_tc{
    margin-bottom: 30px;
  }
  .content_tab_col_2 {
    width: 500px;
  }
  .content_tab_col_1 {
    width: calc(100% - 500px - 40px);
  }
  .two-columns-rocom.two-columns-rocom-general-page .et_pb_column .et_pb_text_inner {
    padding-top: 50px;
  }
  .et_pb_section.section-enginnering{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content_key_benefits_tc{
    margin-top: 60px;
  }
  .group-two-buttons-page {
    padding-bottom: 50px;
  }
  .two-columns-rocom.two-columns-rocom-general-page .et_pb_column {
    min-height: 500px;
  }
  .et_pb_row.row-people-rocom .et_pb_column .et_pb_blurb .et_pb_blurb_content {
      gap: 10px;
  }
  .et_pb_row.row-people-rocom .et_pb_column{
    gap: 15px;
  }
  .et_pb_row.row-people-rocom .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_description h5{
    padding-bottom: 10px;
  }
  .engineering_tabs_content {
    margin-top: 40px;
  }
  .item_icon_benefits {
    margin-bottom: 20px;
  }
}

@media(max-width: 1280px)
{
  .two-columns-rocom.two-columns-rocom-general-page .et_pb_column {
      min-height: unset;
  }
  .group-two-buttons-page {
    gap: 20px;
  }
}

@media(max-width: 1260px)
{
  .et_pb_row.row-people-rocom .et_pb_column {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .et_pb_row.row-people-rocom .et_pb_column .et_pb_blurb {
    width: calc(33.33% - 10px);
  }
  .et_pb_row.rocom-how-can-we-support-you-services .et_pb_column .et_pb_blurb_content .et_pb_button_module_wrapper .et_pb_button{
    width: 72px;
    min-width: 72px;
  }
  .et_pb_row.rocom-how-can-we-support-you-services .et_pb_column .et_pb_blurb_content .et_pb_blurb_container {
    padding-bottom: 0px;
    width: 100%;
  }
  .et_pb_row.rocom-how-can-we-support-you-services .et_pb_column .et_pb_blurb_content .et_pb_module {
    width: 100%;
  }
  .et_pb_row.rocom-how-can-we-support-you-services .et_pb_column .et_pb_blurb_content{
    flex-direction: column;
  }
}


@media(max-width: 1240px)
{
  .engineering_tabs_heading a{
    font-size: 18px !important;
  }
  .container_benefits {
    gap: 45px;
  }
}

@media(max-width: 1160px)
{
  .content_tab_content {
    column-gap: 30px;
  }
  .content_tab_col_1 {
    width: calc(100% - 400px - 30px);
  }
  .content_tab_col_2 {
    width: 400px;
  }
}

@media(max-width: 1060px)
{
  .engineering_tabs_heading a{
    font-size: 16px !important;
  }
}

@media(max-width: 1024px)
{
  .container_benefits {
      gap: 30px;
      flex-wrap: wrap;
  }
  .container_content_key_benefits_tc {
    width: 100%;
  }
  .content_key_benefits_tc {
    padding: 18px 15px 30px;
  }

}

@media(max-width: 980px)
{
  .content_tab_col_1, .content_tab_col_2 {
    width: 100%;
  }
  .content_tab_col_2{
    order:1;
  }
  .content_tab_col_1{
    order:2;
  }
  .content_key_benefits_tc{
    order:3;
  }
  .content_tab_col_22 {
    height: 100%;
    text-align: center;
  }
  .content_tab_col_2 {
    justify-content: center;
    margin-bottom: 30px;
  }
  .et_pb_row.rocom-how-can-we-support-you-services .et_pb_column {
    width: 100%;
  }
  .et_pb_section.rocom-how-can-we-support-you .et_pb_row.rocom-how-can-we-support-you-services {
    flex-wrap: wrap;
  }
  .et_pb_row.rocom-how-can-we-support-you-services .et_pb_column .et_pb_blurb_content {
    min-height: 260px;
    width: 90%;
    max-width: 90%;
  }
}




@media(max-width: 767px)
{
  .et_pb_row.row-people-rocom .et_pb_column .et_pb_blurb {
    width: calc(50% - 10px);
  }
  .et_pb_row.rocom-how-can-we-support-you-services .et_pb_column {
    width: 100%;
  }
  .et_pb_row.rocom-how-can-we-support-you-services .et_pb_column .et_pb_blurb_content {
    margin-left: 15px;
    gap: 10px;
    padding-bottom: 20px;
  }
}

@media(max-width: 625px)
{
  .et_pb_row.rocom-how-can-we-support-you-services .et_pb_column .et_pb_blurb_content {
    min-height: 300px;
  }
}

@media(max-width: 600px)
{
  .engineering_tabs_heading{
    flex-wrap: wrap;
  }
  .engineering_tabs_heading a{
    width: 100%;
  }
  .engineering_tabs_heading a:first-child {
    border-radius: 24px 24px 0px 0px;
  }
  .engineering_tabs_heading a:last-child {
    border-radius: 0px 0px 24px 24px;
  }
  .engineering_tabs_heading a{
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-right: 0px;
  }
}

@media(max-width: 460px)
{
  .et_pb_row.row-people-rocom .et_pb_column .et_pb_blurb {
      width: 100%;
  }
}
