
html,
body {
    margin: 0;
    padding: 0;
}

.landing-page-body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #f8f8f8;
    color: #232323;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.landing-page-body .container {
    max-width: 1140px;
}

.landing-page-main {
    display: block;
    min-height: 60vh;
}

.landing-page-body a {
    transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

/*--------------------------------------------------------------
 HEADER
--------------------------------------------------------------*/

.landing-header {
    background: #fff;
    border-bottom: 1px solid #ececec;
    padding: 16px 0;
}

.landing-brand {
    font-size: 24px;
    font-weight: 800;
    color: #17181d;
    text-decoration: none;
    letter-spacing: -0.3px;
}

.landing-brand-logo {
    display: inline-block;
    line-height: 0;
}

.landing-brand-img {
    display: block;
    width: auto;
    max-width: 204px;
    height: auto;
    max-height: 40px;
    object-fit: contain;
}

.landing-brand:hover {
    color: #17181d;
    text-decoration: none;
    opacity: 0.85;
}

.landing-brand-logo:hover {
    opacity: 0.85;
}

.landing-header-inner {
    text-align: center;
}

/*--------------------------------------------------------------
 FOOTER
--------------------------------------------------------------*/

.landing-footer {
    background: #17181d;
    color: #c8c8cf;
    padding: 60px 0 28px;
    margin-top: 0;
}

.landing-footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-footer-brand-block {
    max-width: 420px;
}

.landing-footer-brand {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
}

.landing-footer-tagline {
    font-size: 15px;
    line-height: 1.6;
    color: #9d9da6;
    margin: 0;
}

.landing-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    justify-content: flex-end;
}

.landing-footer-links a {
    color: #c8c8cf;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.landing-footer-links a:hover {
    color: #f9ac2f;
    text-decoration: none;
}

.landing-footer-bottom {
    padding-top: 22px;
    text-align: center;
    font-size: 13px;
    color: #7f7f88;
}

body.landing-page-body,
body.landing-page-body *,
body.landing-page-body *::before,
body.landing-page-body *::after {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important;
}

.osha-landing-page {
    font-family: 'Montserrat', sans-serif;
    background: #f8f8f8;
    color: #232323;
}

.osha-landing-page section {
    padding: 80px 0;
}

.osha-landing-page .container {
    max-width: 1140px;
}

/* HERO */

.osha-landing-page .hero-section {
    background: #FFFBED;
}

.osha-landing-page .hero-badge {
    display: inline-block;
    background: #FFE0AD;
    padding: 4px 16px;
    border-radius: 40px;
    font-size: 14px;
    margin-bottom: 25px;
    border: 1px solid #FFAE2D;
    font-weight: 500;
    line-height: 18px;
}

.osha-landing-page .hero-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 32px;
}

.osha-landing-page .hero-desc {
    font-size: 24px;
    color: #212224;
    max-width: 520px;
    margin-bottom: 25px;
    line-height: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 32px;
}

.osha-landing-page .hero-price {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 25px;
    text-align: center;
}

.osha-landing-page .hero-btn {
    background: #17181d;
    color: #FFFFFF !important;
    padding: 16px 32px;
    border-radius: 16px;
    font-weight: 700;
    width: 100%;
    max-width: 538px;
    min-width: 0;
    display: block;
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 25px;
    border: none;
    cursor: pointer;
}

.osha-landing-page .hero-btn:hover {
    color: #fff;
}

.osha-landing-page .hero-image-wrap {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: auto;
    padding:15px;
}

.osha-landing-page .hero-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50% 40% 50% 40%;
    top: 0;
    left: 0;
}

.osha-landing-page .hero-image {
    position: relative;
    z-index: 2;
}

.osha-landing-page .hero-tab-image-wrap {
    padding: 0 8px;
}

.osha-landing-page .stats-row {
    margin-top: 80px;
}

.osha-landing-page .stat-item h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #333333;
    text-align: center;
}

.osha-landing-page .stat-item p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin: 0 22px;
}

/* SECTION TITLE */

.osha-landing-page .section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 32px;
    line-height: 35px;
    color: #212224;
}

/* PARTNERS (home v2 strip) */

.osha-landing-page .home-partners.homeV2partners {
    padding: 40px 0;
    min-height: 115px;
    background: #fff;
}

.osha-landing-page .homeV2partners .about_partner_data {
    display: none;
}

.osha-landing-page .homeV2partners .cpr-center-container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.osha-landing-page .homeV2partners .center-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #222;
    text-align: left;
    margin-bottom: 32px !important;
    line-height: 18px;
    font-weight: 700;
}

.osha-landing-page .homeV2partners .home_partners-content {
    width: 100%;
}

.osha-landing-page #home_partners_slider_new_v2 {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    min-height: 100px;
}

.osha-landing-page #home_partners_slider_new_v2 .slider-item .slider-img {
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.osha-landing-page #home_partners_slider_new_v2 .slider-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 1;
    visibility: visible;
}

.osha-landing-page #home_partners_slider_new_v2 .slick-prev,
.osha-landing-page #home_partners_slider_new_v2 .slick-next {
    display: none !important;
}

.osha-landing-page .slick-loading-state.slick-initialized {
    opacity: 1;
    visibility: visible;
}


   
   /* BENEFITS */
   
   .osha-landing-page .benefits-section {
    background: #fff;
}

.osha-landing-page .benefit-card {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.osha-landing-page .benefit-icon {
    font-size: 32px;
    color: #f9ac2f;
    margin-bottom: 16px;
}

.osha-landing-page .benefit-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.osha-landing-page .benefit-card h4 {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}

/* COURSE CARD */

.osha-landing-page .course-card-section {
    background: #FFFBED;
}

.osha-landing-page .course-card {
    background: #FFAE2D;
    padding: 16px;
    border-radius: 16px;
}

.osha-landing-page .course-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 0;
    line-height: 28px;
    color: #212224;
}

.osha-landing-page .course-card-body {
    margin-left: 0;
    margin-right: 0;
}

.osha-landing-page .course-card-media {
    margin-bottom: 20px;
}

.osha-landing-page .course-card-content {
    padding-left: 0;
    padding-right: 0;
}

.osha-landing-page .course-feature-box {
    background: rgba(255, 255, 255, 0.3);
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 25px;
}

.osha-landing-page .course-feature-box ul {
    margin: 0;
    padding-left: 0;
}

.osha-landing-page .course-feature-box li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    list-style: none;
}

.osha-landing-page .course-feature-icon {
    width: 24px;
    height: 24px;
    max-width: 24px;
    flex-shrink: 0;
    object-fit: contain;
    display: block;
}

.osha-landing-page .course-feature-text {
    flex: 1;
    min-width: 0;
}

.osha-landing-page .course-card-media .course-image {
    max-width: 100%;
    height: auto;
    display: inline-block;
}


   /* STEPS */
   
   .osha-landing-page .steps-section {
    background: #fff;
}

.osha-landing-page .step-card {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 20px;
}

.osha-landing-page .step-card .step-badge {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFFBED;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.osha-landing-page .step-card .step-badge span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #FFAE2D;
}

.osha-landing-page .step-card .step-badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.osha-landing-page .step-card .step-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #212224;
}

/* ADVANTAGES */

.osha-landing-page .advantage-section {
    background: #F5F5FE;
}

.osha-landing-page .adv-card {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.osha-landing-page .adv-card .adv-icon {
    margin-bottom: 8px;
}

.osha-landing-page .adv-card .adv-icon img {
    width: auto;
    max-width: 24px;
    height: auto;
    max-height: 24px;
    object-fit: contain;
}

.osha-landing-page .adv-card h4 {
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 16px;
    font-size: 20px;
    line-height: 25px;
}

.osha-landing-page .adv-card p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

/* TESTIMONIALS */
section.testimonial-section {
    background: #fff;
}

section.testimonial-section .testimonial-card p {
    color: #333;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

.osha-landing-page .testimonial-card {
    background: #FFFBED;
    padding: 16px;
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.osha-landing-page .testimonial-card .stars {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6B94CC;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.2;
}

.osha-landing-page .testimonial-card .stars .stars-icon {
    display: inline-flex;
    flex-shrink: 0;
    line-height: 0;
}

.osha-landing-page .testimonial-card .stars .stars-icon img {
    display: block;
    width: 70px;
    height: 15px;
    max-width: none;
    object-fit: contain;
}

.osha-landing-page .testimonial-user-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.osha-landing-page .testimonial-avatar {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

.osha-landing-page .testimonial-avatar span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.osha-landing-page .testimonial-avatar--has-image {
    background: transparent !important;
    overflow: hidden;
}

.osha-landing-page .testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.osha-landing-page .testimonial-grid-col {
    margin-bottom: 24px;
}

.osha-landing-page .testimonial-user-row .user {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #333333;
    margin-top: 0;
}

/* Testimonials slider (tablet + mobile) */
.osha-landing-page .testimonials-slider-wrap {
    padding: 0 4px;
}

.osha-landing-page .testimonials-slider .testimonial-slide {
    padding: 0 8px;
    height: auto;
}

.osha-landing-page .testimonials-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.osha-landing-page .testimonials-slider .slick-slide {
    height: inherit;
}

.osha-landing-page .testimonials-slider .slick-slide > div {
    height: 100%;
}

.osha-landing-page .testimonials-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
}

.osha-landing-page .testimonials-slider-arrow {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #d8d8de;
    background: #ffffff;
    color: #333333;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.osha-landing-page .testimonials-slider-arrow:hover,
.osha-landing-page .testimonials-slider-arrow:focus {
    background: #f5f5f7;
    outline: none;
}

.osha-landing-page .testimonials-slider-arrow.slick-disabled {
    opacity: 0.35;
    cursor: default;
}

.osha-landing-page .testimonials-slider-dots {
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.osha-landing-page .testimonials-slider-dots .slick-dots {
    position: static;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
}

.osha-landing-page .testimonials-slider-dots .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}

.osha-landing-page .testimonials-slider-dots .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #d1d1d6;
    font-size: 0;
    line-height: 0;
}

.osha-landing-page .testimonials-slider-dots .slick-dots li button:before {
    display: none;
}

.osha-landing-page .testimonials-slider-dots .slick-dots li.slick-active button {
    width: 28px;
    height: 8px;
    border-radius: 999px;
    background: #333333;
}

/* FAQ */

.osha-landing-page .faq-section {
    background: #FFFBED;
    padding: 40px 0;
}

.osha-landing-page .faq-card {
    margin-bottom: 16px;
    border-radius: 16px !important;
    overflow: hidden;
    border: 1px solid #212224;
    background: #fff;
}

.osha-landing-page .faq-card .card-header {
    padding: 0;
    background: #fff;
    border-bottom: none !important;
}

.osha-landing-page .faq-card .faq-toggle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    text-align: left;
    padding: 20px 22px;
    font-weight: 700;
    color: #333333;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 22px;
    white-space: normal;
    box-shadow: none;
}

.osha-landing-page .faq-card .faq-toggle:hover,
.osha-landing-page .faq-card .faq-toggle:focus {
    color: #333333;
    text-decoration: none !important;
    box-shadow: none;
}

.osha-landing-page .faq-card .faq-question {
    flex: 1;
    min-width: 0;
}

/* Orange chevron — up when open, down when collapsed */
.osha-landing-page .faq-card .faq-chevron {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    margin-top: 4px;
    border-right: 2.5px solid #f9ac2f;
    border-bottom: 2.5px solid #f9ac2f;
    transform: rotate(-135deg);
    transition: transform 0.25s ease;
}

.osha-landing-page .faq-card .faq-toggle.collapsed .faq-chevron {
    transform: rotate(45deg);
}

.osha-landing-page .faq-card .faq-toggle:not(.collapsed) {
    padding-bottom: 8px;
}

.osha-landing-page .faq-card .collapse {
    border-top: none !important;
}

.osha-landing-page #oshaFaqAccordion .card-body {
    padding: 0 22px 0px;
    font-size: 14px;
    line-height: 22px;
    color: #555555;
    font-weight: 400;
    border-top: none !important;
    background: #fff;
}

/* CTA */

.osha-landing-page .cta-section {
    background: #212224;
    color: #fff;
}

.osha-landing-page .cta-section h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 52px;
    color: #FFFFFF;
}

.osha-landing-page .cta-section p {
    font-size: 22px;
    margin-bottom: 32px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
}

.osha-landing-page .cta-price {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.osha-landing-page .cta-btn {
    background: #f9ac2f;
    color: #17181d;
    padding: 16px 32px;
    border-radius: 16px;
    font-weight: 800;
    width: 100%;
    max-width: 350px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 25px;
    border: none;
    cursor: pointer;
}

.osha-landing-page .cta-group-discount {
    margin-top: 20px;
    text-align: center;
}

.osha-landing-page .cta-group-discount__heading {
    margin: 0 0 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0px !important;
}

.osha-landing-page .cta-group-discount__link {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    text-decoration: underline;
}

.osha-landing-page .cta-group-discount__link:hover,
.osha-landing-page .cta-group-discount__link:focus {
    color: #ffffff;
    text-decoration: underline;
}

.osha-landing-page .brand.landing-cta-brand {
    margin-top: 40px;
    line-height: 0;
}

.osha-landing-page .landing-cta-logo-img {
    display: inline-block;
    width: auto;
    max-width: 220px;
    height: auto;
    max-height: 48px;
    object-fit: contain;
}

.osha-landing-page .cta-price span.h-price,
.osha-landing-page .course-price span.h-price,
.osha-landing-page .hero-price span.h-price {
    font-size: 24px;
    line-height: 30px;
}

/* Buy Now loading state (matches btn-add_to_card / loadingcart) */

.osha-landing-page .landing-cta-cart-btn.loadingcart,
.osha-landing-page .landing-cta-cart-btn.loadingcart:hover,
.osha-landing-page .hero-btn.loadingcart,
.osha-landing-page .hero-btn.loadingcart:hover,
.osha-landing-page .course-btn.loadingcart,
.osha-landing-page .course-btn.loadingcart:hover,
.osha-landing-page .cta-btn.loadingcart,
.osha-landing-page .cta-btn.loadingcart:hover,
.osha-mobile-sticky-cta .landing-cta-cart-btn.loadingcart,
.osha-mobile-sticky-cta .landing-cta-cart-btn.loadingcart:hover,
.osha-mobile-sticky-cta button.osha-mobile-sticky-cta__btn.loadingcart,
.osha-mobile-sticky-cta button.osha-mobile-sticky-cta__btn.loadingcart:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAMElEQVQoU2P434CADGgALIZfGkkBdmm4AlzSUAW4pcEK8EljyqJJYygYqdLoCjBlAalbv4Hzd/xyAAAAAElFTkSuQmCC) !important;
    background-repeat: repeat !important;
    -webkit-animation: osha-pending-cart 0.5s linear infinite;
    animation: osha-pending-cart 0.5s linear infinite;
    background-color: #FFAE2D !important;
    color: #ffffff !important;
    cursor: wait;
    pointer-events: none;
    opacity: 0.92;
}

.osha-landing-page .landing-cta-cart-btn:disabled,
.osha-landing-page .hero-btn:disabled,
.osha-landing-page .course-btn:disabled,
.osha-landing-page .cta-btn:disabled,
.osha-mobile-sticky-cta .landing-cta-cart-btn:disabled,
.osha-mobile-sticky-cta button.osha-mobile-sticky-cta__btn:disabled {
    cursor: wait;
    pointer-events: none;
}

@-webkit-keyframes osha-pending-cart {
    to {
        background-position: 16px 0;
    }
}

@keyframes osha-pending-cart {
    to {
        background-position: 16px 0;
    }
}

/* Mobile sticky CTA (shown on small screens only) */

.osha-mobile-sticky-cta {
    display: none;
}

.osha-landing-page .course-feature-box li:last-child {
    margin-bottom: 0;
}

.osha-landing-page .course-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 8px;
    color: #333333;
    text-align: center;
}

.osha-landing-page .course-btn {
    background: #17181d;
    color: #FFFFFF !important;
    padding: 16px 32px;
    border-radius: 16px;
    font-weight: 700;
    min-width: 100%;
    font-size: 20px;
    line-height: 25px;
    border: none;
    cursor: pointer;
}

.osha-landing-page .testimonial-section .section-title{
    font-size: 22px;
    line-height: 28px;
}


@media (min-width: 768px) and (max-width: 991px) {
    .osha-landing-page section {
        padding: 30px 15px;
    }

    .osha-landing-page .hero-title {
        font-size: 40px;
    }

    .osha-landing-page .hero-desc {
        max-width: 100%;
        font-size: 18px;
        line-height: 22px;
    }

    .osha-landing-page .hero-btn {
        padding: 12px 32px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .osha-landing-page .hero-price {
        margin-bottom: 12px;
    }

    .osha-landing-page .lp-tab-hide {
        display: none !important;
    }

    .osha-landing-page .stat-item p{
        margin: 0px;
    }
    .osha-landing-page .benefit-card{
        display: flex;
        padding: 0px 15px;
        margin-bottom: -10px;
    }
    .osha-landing-page .benefit-card-item{
        margin-bottom: 15px;
    }
    .osha-landing-page .benefit-icon{
        width: 35px;
    }
    .osha-landing-page .benefit-card h4{
        margin-top: 13px;
        margin-left: 6px;
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 15px;
    }
    .osha-landing-page .benefit-icon img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

    .osha-landing-page .course-feature-box li{
        font-size: 14px;
        line-height: 18px;
    }
    .osha-landing-page .course-price{
        font-size: 20px;
        font-weight: 700;
        line-height: 25px;
    }
    .osha-landing-page .step-card .step-text {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }
    .osha-landing-page .step-card-item{
        margin-bottom: 15px;
    }
    .osha-landing-page .step-card{
        padding: 10px 10px;
    }
    .osha-landing-page .adv-card-item{
        margin-bottom: 15px;
    }
    .osha-landing-page .adv-card h4 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 16px;
        margin-top: 16px;
        font-weight: 700;
    }
    .osha-landing-page .adv-card p {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #333333;
    }
    .osha-landing-page .cta-price span.h-price, .osha-landing-page .course-price span.h-price, .osha-landing-page .hero-price span.h-price {
        font-size: 20px;
        line-height: 30px;
    }
    .osha-landing-page .cta-btn {
        background: #f9ac2f;
        color: #17181d;
        padding: 16px 32px;
        border-radius: 16px;
        font-weight: 800;
        width: 100%;
        max-width: 350px;
        min-width: 0;
        font-size: 20px;
        line-height: 25px;
    }

    .osha-landing-page .hero-tab-image-wrap{
        background-color: #fff;
    }
    .tab-hero-image{
        width: 300px;
        height: 300px;

    }
    .osha-landing-page #oshaFaqAccordion .card-body{
        padding: 0 22px 0px;
    }   
}
   

@media (min-width: 320px) and (max-width: 767px) {
    body.landing-page-body,
    .osha-landing-page {
        overflow-x: hidden;
    }

    .osha-landing-page section {
        padding: 40px 0;
    }

    .osha-landing-page .container {
        width: 100%;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .osha-landing-page .lp-mobile-hide {
        display: none !important;
    }

    .osha-landing-page .hero-section .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .osha-landing-page .hero-tab-image-wrap {
        margin-top: 0px;
        padding: 0 8px;
        background: #fff;
    }

    .osha-landing-page .hero-tab-image-wrap .hero-image-wrap {
        max-width: 100%;
    }

    .osha-landing-page .tab-hero-image {
        width: 100%;
        max-width: 330px;
        height: auto;
    }

    .osha-landing-page .section-title {
        font-size: 28px;
        line-height: 34px;
    }

    .osha-landing-page .cta-btn {
        width: 100%;
        max-width: 100%;
    }
    .osha-landing-page .hero-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .osha-landing-page .hero-desc {
        font-size: 18px;
        line-height: 22px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .osha-landing-page .hero-price {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 12px;
        letter-spacing: -1.0px;
    }
    .osha-landing-page .hero-btn {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 14px 20px;
        font-size: 20px;
        line-height: 25px;
    }
    .osha-landing-page .stats-row {
        margin-top: 45px;
    }
    .osha-landing-page .stat-item {
        margin-bottom: 30px;
    }
    .osha-landing-page .stat-item h4 {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
    }
    .osha-landing-page .stat-item p{
        margin: 0px;
    }
    .osha-landing-page .trustpilotimg{
        width: 76px;
        height: 18px;
    }
    .osha-landing-page .home-partners.homeV2partners {
        padding-top: 20px;
        background: #fff;
    }
    .osha-landing-page .benefits-section{
        background: #fff;
        padding-top: 14px;
        padding-bottom: 14px;   
    }
    .osha-landing-page .benefit-card{
        display: flex;
        padding: 0px 18px;
    }
    .osha-landing-page .benefit-icon img{
        width: 24px;
        height: 24px;
    }
    .osha-landing-page .benefit-card h4{
        font-size: 16px;
        font-weight: 500;
        color: #333333;
        line-height: 20px;
        margin-left: 13px;
        margin-top: 10px;
    }
    .osha-landing-page  .benefit-card-item{
        margin-bottom: 15px;
    }
    .osha-landing-page .course-feature-box li{
        font-size: 14px;
        line-height: 18px;
    }
    .osha-landing-page .course-price{
        font-size: 20px;
        font-weight: 700;
        line-height: 25px;
        letter-spacing: -1.5px;   
    }
    .osha-landing-page .step-card .step-text{
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }
    .osha-landing-page  .step-card-item{
        margin-bottom: 20px;
    }
    .osha-landing-page .advantage-section {
        background: #F5F5FE;
        padding-top: 20px;
    }
    .osha-landing-page .adv-card-item{
        margin-bottom: 20px;
    }
    .osha-landing-page .adv-card h4 {
        font-weight: 700;
        margin-bottom: 16px;
        margin-top: 16px;
        font-size: 20px;
        line-height: 25px;
    }
    .osha-landing-page .testimonial-section .section-title {
        font-size: 22px;
        line-height: 28px;
    }
    .osha-landing-page .cta-section h2 {
        padding: 0px 10px;
    }
    .osha-landing-page .landing-cta-logo-img{
        max-width: 156px;
    }
    .osha-landing-page .faq-card .faq-toggle {
        padding: 10px 22px;
    }

    .osha-landing-page .cta-section {
        padding-bottom: calc(40px + 100px + env(safe-area-inset-bottom, 0px));
    }

    .osha-mobile-sticky-cta {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        background: #f9ac2f;
        padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
        box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
    }

    .osha-mobile-sticky-cta .osha-mobile-sticky-cta__price {
        width: 100%;
        margin: 0 0 8px;
        color: #333333;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        line-height: 25px;
        letter-spacing: -0.8px;
    }

    .osha-mobile-sticky-cta .osha-mobile-sticky-cta__price .h-price {
        font-size: inherit;
        line-height: inherit;
    }

    .osha-mobile-sticky-cta a.osha-mobile-sticky-cta__btn,
    .osha-mobile-sticky-cta a.osha-mobile-sticky-cta__btn.btn,
    .osha-mobile-sticky-cta button.osha-mobile-sticky-cta__btn,
    .osha-mobile-sticky-cta button.osha-mobile-sticky-cta__btn.btn {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin: 0;
        padding: 14px 20px;
        border-radius: 14px;
        background: #17181d !important;
        color: #ffffff !important;
        font-size: 20px;
        font-weight: 800;
        line-height: 25px;
        text-align: center;
        text-decoration: none;
        box-sizing: border-box;
        border: none;
    }

    .osha-mobile-sticky-cta a.osha-mobile-sticky-cta__btn:hover,
    .osha-mobile-sticky-cta a.osha-mobile-sticky-cta__btn:focus,
    .osha-mobile-sticky-cta a.osha-mobile-sticky-cta__btn.btn:hover,
    .osha-mobile-sticky-cta a.osha-mobile-sticky-cta__btn.btn:focus,
    .osha-mobile-sticky-cta button.osha-mobile-sticky-cta__btn:hover,
    .osha-mobile-sticky-cta button.osha-mobile-sticky-cta__btn:focus,
    .osha-mobile-sticky-cta button.osha-mobile-sticky-cta__btn.btn:hover,
    .osha-mobile-sticky-cta button.osha-mobile-sticky-cta__btn.btn:focus {
        color: #ffffff !important;
        text-decoration: none;
        background: #17181d !important;
    }

    /* Loader must come after sticky btn background rules (shorthand resets background-image) */
    .osha-mobile-sticky-cta button.landing-cta-cart-btn.loadingcart,
    .osha-mobile-sticky-cta button.landing-cta-cart-btn.loadingcart:hover,
    .osha-mobile-sticky-cta button.osha-mobile-sticky-cta__btn.loadingcart,
    .osha-mobile-sticky-cta button.osha-mobile-sticky-cta__btn.loadingcart:hover,
    .osha-mobile-sticky-cta button.osha-mobile-sticky-cta__btn.btn.loadingcart,
    .osha-mobile-sticky-cta button.osha-mobile-sticky-cta__btn.btn.loadingcart:hover {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAMElEQVQoU2P434CADGgALIZfGkkBdmm4AlzSUAW4pcEK8EljyqJJYygYqdLoCjBlAalbv4Hzd/xyAAAAAElFTkSuQmCC) !important;
        background-repeat: repeat !important;
        -webkit-animation: osha-pending-cart 0.5s linear infinite;
        animation: osha-pending-cart 0.5s linear infinite;
        background-color: #FFAE2D !important;
        color: #ffffff !important;
        cursor: wait;
        pointer-events: none;
        opacity: 0.92;
    }
    .osha-landing-page .homeV2partners .center-title{
        text-align: center;
    }
    .osha-landing-page #oshaFaqAccordion .card-body{
        padding: 0 22px 0px;
    }
}

