.elementor-kit-6{--e-global-color-primary:#74C28C;--e-global-color-secondary:#607D8B;--e-global-color-text:#212121;--e-global-color-accent:#FFAB91;--e-global-color-14b129b:#FAFAFA;--e-global-color-effdf5c:#ECEFF1;--e-global-color-f41f7fd:#F5F5F5;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F5F5F5;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h3{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1152px;}.e-con{--container-max-width:1152px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

/* Remove blue background on click/focus for menu items */
.uael-menu-item a:focus,
.uael-menu-item a:active {
    outline: none;
    background-color: transparent;
    box-shadow: none;
}


.steel-specs-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Montserrat', sans-serif;
}

.steel-specs-table th {
  background-color: #74C28C;
  color: #ffffff;
  font-size: 24px;
  line-height: 130%;
  font-weight: 700;
  text-align: left;
  padding: 16px;
}

/* Add white border between columns */
.steel-specs-table th:not(:last-child) {
  /*border-right: 1px solid #ffffff;*/
}

/* Add left border to the first column and right to the last for outer border */
.steel-specs-table th:first-child {
  /*border-left: 2px solid #004a66;*/
}

.steel-specs-table th:last-child {
  /*border-right: 2px solid #004a66;*/
}
.steel-specs-table td {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 16px;
  /*border: 5px solid red;*/
  text-align: left;
  border-width: 0px 0.6px 0.6px 0.6px;
border-style: solid;
border-color: rgba(167, 221, 191, 1);
line-height: 150%;
}

.steel-specs-table td:first-child {
  color: #4A4A4A;
}

.steel-specs-table td:last-child {
  color: #4A4A4A;
}

@media (max-width: 767px) {
  .steel-specs-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .elementor-tab-title {
  color: #1E1E1E;
  padding: 1rem 0!important;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}
.elementor-tab-content {
 padding:0 0 1rem 0!important;
  color: #1E1E1E;
  font-size: 16px;
  line-height: 150%;
}

}

/*repeater-fields-css*/
/*.property-list {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 24px;*/
/*    margin: 2rem 0;*/
/*}*/

/*.property-item {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    gap: 12px;*/
/*}*/

/*.property-item::before {*/
/*    content: "✔️"; */
/*    font-size: 1.2rem;*/
/*    flex-shrink: 0;*/
/*    margin-top: 4px;*/
/*}*/

.property-heading {
    display: flex;
    align-items: center;
    gap: 12px;
}

.property-item h3 {
    margin: 0;
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    color: #1E1E1E;
}

.property-description {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 150%;
}

/*faq-styling*/

.elementor-accordion-item {
  border-bottom: 1px solid #e0e0e0;
}

.elementor-tab-title {
  color: #1E1E1E;
  padding: 1rem;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}

.elementor-tab-title::after {
  content: '';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 5px;
  background-image: url('https://omsteel.com/wp-content/uploads/2025/06/Vector.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}

.elementor-accordion-item.elementor-active .elementor-tab-title::after {
    padding-left: 5px;
  transform: translateY(-50%) rotate(180deg);
}


.elementor-accordion-item.elementor-active .elementor-tab-title::after {
  transform: rotate(180deg);
}

.elementor-tab-content {
  padding: 0.8rem 1rem;
  color: #1E1E1E;
  font-size: 16px;
  line-height: 150%;
}

.eael-accordion-tab-title {
    padding-left: 10px;
}/* End custom CSS */