@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.static-pg {
    font-family: "poppins", sans-serif!important;
}

.static-pg h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: "mulish", sans-serif !important;
	font-weight: 700;
}

.font-poppins {
    font-family: "poppins", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
.font-mulish {
    font-family: "mulish", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.select2-container--default .select2-selection--single {
    height: 38px!important;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px!important;
}

.select2-container {
    min-width: 10rem !important;
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
}



.form-control:focus {
    box-shadow: none!important;
}

.course-active-button {
    background-color: #FFCD05!important;
    border:none
}

.course-content-card {
    border-radius: 10px;
    background: #EDEDED;
    padding: 13px;
    border-bottom: 4px inset #c1c1c1;
}

.course-content-card .text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 992px) {
    .course-content-card .text-truncate-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
  }

.course-content-card .text-truncate-2 .course-url.course-title {
    color: #212529;
}

.course-content-card .text-truncate-2 .course-url.course-title:hover {
    color: #454545;
    text-decoration: underline!important;
}

.static-pg .icet-img {
    width: 118px!important;
}

#roiBanner {
    /* background-image: linear-gradient(to right, rgb(255 255 255 / 20%) 40%, rgb(255 255 255 / 0%) 50%), url(https://media.hazwoper-osha.com/wp-content/uploads/2025/04/1745823537/roi-banner-img.webp); */
    background-image: linear-gradient(to right, rgb(255 255 255 / 20%) 40%, rgb(255 255 255 / 0%) 50%), url(https://media.hazwoper-osha.com/wp-content/uploads/2025/04/1745823243/roi-banner-image.webp);
    background-size: cover;
    height: 600px;
    background-repeat: no-repeat;
    background-position-x: right;
    color: black
}
@media only screen and (max-device-width: 1199px) {
    #roiBanner {
        color: white;
        background-image: linear-gradient(to right, rgb(0 0 0 / 60%) 100%, rgb(255 255 255 / 0%) 50%), url(https://media.hazwoper-osha.com/wp-content/uploads/2025/04/1745823243/roi-banner-image.webp) !important;
        /* background-image: linear-gradient(to right, rgb(0 0 0 / 60%) 100%, rgb(255 255 255 / 0%) 50%), url(https://media.hazwoper-osha.com/wp-content/uploads/2025/04/1745823537/roi-banner-img.webp) !important; */
    }
}

#roiSteps {
    background: #EDEDED;
}

#roiSteps .step-card .position-absolute {
    left: 50%;
    transform: translateX(-50%);
}

#roiSteps .step-card .step-number {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#roiBucket {
    background: #EDEDED;
}

#roiCourseData .detailButton,
#roiCourseData .priceButton {
    box-shadow: 2px 3px 3px 1px lightgray;
    transition: box-shadow 0.3s ease;
    border: 0;
    font-size: 14px !important;
}
#roiCourseData .detailButton:hover,
#roiCourseData .priceButton:hover {
    box-shadow: inset 2px 3px 3px 1px lightgray;
    border: 0;
}

#roiSummary .key-takeaways {
    background-color: #d9ffcc;
    padding: 14px;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
  }
  
  #roiSummary .key-takeaways p {
    margin: 0 0 10px;
  }
  
  #roiSummary .key-takeaways ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  
  #roiSummary .key-takeaways ul li {
    position: relative;
    padding-left: 30px;
    line-height: 1.6;
    color: #333;
  }
  
  #roiSummary .key-takeaways ul li::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    color: black;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    background: #facc15;
    display: inline-flex;
    height: 9px;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    border-radius: 3px;
    width: 8px;
  }

  #roi-results .roi-container {
    background: #EDEDED;
    padding: 7px 3px 3px 3px;
    border-radius: 26px;
    overflow: hidden;
    font-size: 15px;
    color: #000;
  }
  
  #roi-results .roi-heading {
    background-color: #1a1a1a;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    border-radius: 20px 20px 0px 0px;
    margin: 0px 5px;
  }
  
  #roi-results .roi-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    border-radius: 20px 20px 0px 0px;
  }
  
  #roi-results .roi-table td {
    padding: 10px;
    background: #E5E5E5;
    line-height: 20px;
  }

  #roi-results .roi-table tr:first-child td:last-child {
    min-width: 6rem;
  }
  
  @media (max-width: 992px) {
    #roi-results .roi-table tr:first-child td:last-child {
        min-width: 9rem;
    }
  }

  #roi-results .roi-table td span{
    font-size: 12px;
  }

  #roi-results .roi-table tr:last-child td {
    border-bottom: none; /* Remove the bottom border for the last row */
  }
  
  #roi-results .roi-table td:first-child {
    font-weight: 500;
  }
  
  #roi-results .roi-table td:last-child {
    text-align: right;
  }
  @media (max-width: 992px) {
    .roi-table tr:last-child td:last-child {
        border-bottom-right-radius: 20px;
    }
  }
  
  .roi-table tr:last-child td:first-child {
    border-bottom-left-radius: 20px; /* Rounded bottom left corner for the last cell */
  }
  
  @media (max-width: 992px) {
    .roi-table tr:last-child td:last-child {
        border-bottom-right-radius: 20px;
    }
  }

  @media (max-width: 992px) {
    .roi-container .summary-row {
        border-bottom-left-radius: 23px !important;
    }
  }

  .roi-container .summary-row {
    padding: 12px 15px;
    border-radius: 0px 0px 23px 0px;
    flex-direction: column;
    font-size: 1.6rem;
    background: #E5E5E5;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 100%;
  }

  .roi-container .summary-row-1 {
    padding: 12px 15px;
    border-radius: 0px 0px 23px 0px;
    flex-direction: column;
    font-size: 1.6rem;
    background: #E5E5E5;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 100%;
    border-bottom-right-radius: 0px;
  }
  
  .roi-container .summary-row .label,
  .roi-container .summary-row-1 .label {
    font-weight: 400;
    color: #000;
  }
  
  .roi-container .summary-row .value strong,
  .roi-container .summary-row-1 .value strong {
    color: #000;
    font-weight: 600;
  }
  

#roiBucket .chk-input-qty {
    max-width: 45px;
    width: 100%;
}

#roiBucket .remove_from_cart {
    font-size: 10px;
}

#roiBucket .qnty-main{
    height: 32px;
    border-radius: 6px;
    padding: 3px;
    border: 1px solid #e3e3e3
}


#roiBucket table {
    width: 100%;
    border-collapse: collapse; 
}

#roiBucket table tr {
    border-bottom: 1px solid #ddd; 
}


#roiBucket table th {
    text-align: left;
    background-color: #f8f9fa; 
}


#roiBucket table td {
    vertical-align: top; 
}


#roiBucket table td a {
    color: #6c757d; 
    text-decoration: none; 
}

#roiBucket table td a:hover {
    color: #ff0000; 
    text-decoration: underline; 
}


#roiBucket table .chk-input-qty {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 0px 0px;
    height: 22px;
}

#roiBucket table .chk-minus-div,
#roiBucket table .chk-plus-div {
    cursor: pointer;
    padding: 5px;
    background-color: #000; 
    color: #fff; 
    border-radius: 4px; 
}

#roiBucket table .chk-minus-div:hover,
#roiBucket table .chk-plus-div:hover {
    background-color: #333; 
}


#roiBucket table .woocommerce-Price-amount {
    color: #000; 
}

#roiCourses .section-title,
#roiProducts .section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

#roiCourses .course-filters,
#roiProducts .product-filters {
    text-align: center;
    margin-bottom: 20px;
}

#roiCourses .filter-btn,
#roiProducts .filter-btn {
    background: white;
    border: 2px solid #ddd;
    padding: 8px 15px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#roiCourses .filter-btn:hover,
#roiCourses .filter-btn.active,
#roiProducts .filter-btn:hover,
#roiProducts .filter-btn.active {
    background: #ffc107;
    border-color: #ffc107;
    font-weight: bold;
}

#roiProducts .roi-product-slider {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
#roiCourses .course-card {
    background: #F1F1F1;
    padding: 8px;
    border: 6px solid white;
    box-shadow: 0px 0px 0px 1px #c1c1c1;
    text-align: center;
    flex: 1 1 calc(33.33% - 20px);
    margin: 10px 5px;
    transition: transform 0.3s ease-in-out;
}

#roiCourses .course-card:hover {
    transform: translateY(-5px);
    background: #ffe065
}

#roiProducts .roi-product-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: flex-start;
}

#roiProducts .product-card {
    background: #F1F1F1;
    padding: 8px;
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    flex: 1 1 31.33%;
    box-sizing: border-box;
    margin: 4px;
    display: flex;
    flex-direction: column;
    max-width: 33.33%;
}

@media (max-width: 992px) {
    #roiProducts .roi-product-slider {
        justify-content: start;
        
    }
}

@media (max-width: 992px) {
    #roiProducts .product-card {
        max-width: 50%;
        flex: 1 1 48%;
    }
}

@media (max-width: 470px) {
    #roiProducts .product-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
  
  #roiProducts .product-card:hover {
    transform: translateY(-5px);
    background: #ffe065;
  }
  

#roiProducts .product-card:hover {
    transform: translateY(-5px);
    background: #ffe065
}

#roiProducts .prod_img_cont {
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#roiProducts .prod_img_cont > img {
    max-width: 150px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#roiProducts .roi-product-slider .product-card > h6 {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

#roiCourses .border-top,
#roiCourses .border-bottom,
#roiProducts .border-top,
#roiProducts .border-bottom {
    border-color: #ddd !important;
}

#roiCourses .item_name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 35px;
}

#roiCourses .description {
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 52px;
}

#roiCourses .details-btn,
#roiProducts .details-btn {
    background-color: #ddd;
    border: none;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

#roiCourses .quantity,
#roiBucket .quantity,
#roiProducts .quantity {
    display: inline-flex;
    align-items: end;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    background: #fff;
    padding: 3px;
    height: 100%;
}

#roiCourses .quantity button,
#roiBucket .quantity button,
#roiProducts .quantity button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0px 5px;
    height: 22px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#roiCourses .roi-course-qty,
#roiBucket .roi-product-qty,
#roiProducts .roi-product-qty {
    width: 45px;
    outline: none;
    color: #000;
    padding: 0;
    height: 28px;
}

#roiCourses .price,
#roiProducts .price {
    font-size: 14px;
    font-weight: 500;
    color: #686868;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
}
#roiCourses .old-price,
#roiProducts .old-price {
    text-decoration: line-through;
    color: red;
    margin-right: 5px;
}
#roiCourses .slick-dots,
#roiProducts .slick-dots {
    text-align: center;
    margin: -13px 0;
    padding: 0; /* Ensure no extra padding */
    list-style: none; /* Remove default list styling */
}

#roiCourses .slick-dots li,
#roiProducts .slick-dots li {
    display: inline-block;
    width: 25px;
    height: 5px;
    background: #ddd;
    margin: 0 3px;
    transition: background 0.3s ease-in-out, width 0.5s ease-in-out; /* Smooth transitions */
    cursor: pointer; /* Indicate clickable */
    border-radius: 2px;
}

#roiCourses .slick-dots li.slick-active,
#roiProducts .slick-dots li.slick-active {
    background: #ffc107; /* Active dot color */
    width: 40px;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    display:none;
}

.training-section {
    background-color: #1d1d1d;
    color: white;
    text-align: center;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}
.training-section::before,
.training-section::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}
.training-section::before {
    left: -50px;
    bottom: -50px;
}
.training-section::after {
    right: -50px;
    top: -50px;
}