.hide-mobi {
    display: block;
}

.show-mobi {
    display: none;
}

.categories_v2 .nursing-slider-container.categoriesV2_bg-responsive {
    padding-bottom: 30px !important;
}



.price-current{
    font-size: 34px;
    color: #EF7800;
    font-weight: 700;
    font-family: 'Montserrat';
}

.price-old{
    color: #000;
    margin-left: 5px;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
}


.categories_v2 .custom-action_individual {
    font-family: Montserrat;
    font-weight: 600;
    background: var(--badge_color);
    padding: 15px 25px;
}

/* Authority Section Styles */
.authority-section {
    background-color: #FFFBED;
    padding: 20px 0;
}

.authority-section .row {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
}

.authority-section .col {
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
}

.authority-section .authority-item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}

.authority-section .authority-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
    margin: 0;
    padding: 0;
}

.authority-section .authority-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    color: #000;
}
/* End of Authority Section Styles */



/* learners trust section */

.learners-trust-section {
    padding: 20px 0;
    background-color: #FAFAFF;
    margin-top: 30px;
}

.learners-trust-heading {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 50px;
    line-height: 32px;
}

.learners-trust-cards {
    margin-bottom: 40px;
}

.trust-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height:277px;
}

.trust-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.trust-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.trust-icon-blue {
    background-color: #E3F2FD;
    color: #1976D2;
}

.trust-icon-pink {
    background-color: #FCE4EC;
    color: #C2185B;
}

.trust-icon-green {
    background-color: #E8F5E9;
    color: #388E3C;
}

.trust-icon-orange {
    background-color: #FFF3E0;
    color: #F57C00;
}

.trust-card-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.trust-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 24px;
    font-family: Montserrat;
}

.trust-card-description {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin: 0;
    font-family: Montserrat;
}

.learners-trust-cta {
    text-align: center;
    margin-top: 40px;
}

.compliant-trust-cta {
    text-align: left;
    margin-top: 40px;
}

.trust-cta-button {
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

.trust-cta-button:hover {
    background-color: #333333;
    transform: translateY(-2px);
    color: #ffffff;
    text-decoration: none;
}




.show-mobile-only {
    display: none;
}

.show-desktop-only {
    display: block;
}

/* Who Should Take Section */
.who-should-take-section{
    padding: 30px 0;
    background-color:#ffffff;
}

.custom-team-complaint-section{
    padding: 30px 0;
    background-color:#FAFAFF;
}

.who-should-take-content {
    padding-right: 40px;
}

.who-should-take-heading {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
}

.who-should-take-intro {
    font-size: 14px;
    color: #333333;
    margin-bottom: 30px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
}

.who-should-take-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.who-should-take-list li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
}

.checkmark-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.checkmark-icon img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.who-should-take-image-wrapper {
    position: relative;
    height: 100%;
    /* min-height: 500px; */
}

.who-should-take-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.orange-blob {
    position: absolute;
    top: -50px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #FF9800 0%, #FF6B00 100%);
    border-radius: 50% 30% 70% 40%;
    opacity: 0.9;
    transform: rotate(-20deg);
}

.orange-triangles {
    position: absolute;
    top: 80px;
    left: 20px;
    z-index: 2;
}

.orange-triangles span {
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #FF9800;
    margin-bottom: 8px;
}

.orange-triangles span:nth-child(1) { transform: translateX(0); }
.orange-triangles span:nth-child(2) { transform: translateX(12px); }
.orange-triangles span:nth-child(3) { transform: translateX(24px); }
.orange-triangles span:nth-child(4) { transform: translateX(36px); }

.pink-dots {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(circle, #FFB6C1 2px, transparent 2px);
    background-size: 20px 20px;
    opacity: 0.6;
}

.who-should-take-image {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.who-should-take-image .main-image {
    width: 515px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
  
}

.badge-icon {
    flex-shrink: 0;
}

.badge-text {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
}

.button_sub_head_wrapper{
    display: flex;
    color: #000;
}

.button_sub_head_wrapper .action_individual_enrollnow_btn{
    color: #000;
    font-size: 12px;
}

.button_sub_head_wrapper .action_individual_teamstart_btn{
    color: #000;
    margin-left: 58px;
    font-size: 12px;
}

.banner-ribbon{
    background-image: url('/assets/cpr/img/homev2/sub_cat_ribbon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    /* position: absolute;
    top: 175px; */
    width: 290px;
}

.show-content .content-list-title.clearfix p {
    color: #0078C6;
}

.categories_v2 .description-custom_list ul li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: Montserrat;
}

.testimonial-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
}

.homev2testimonial .testimonial-rate{
    margin-bottom: 0;
    display: flex;
    justify-content: start;
    align-items: center;
}
.content-list-content {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    display: none;
    margin-right: 40px;
}


.categories_v2 .description-custom_list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 16px;
}

.home-why-choose_v2.homev2learn{
   margin-top: 65px; 
}

.faqs-sub-description{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
/* Tab view styles */
@media (min-width: 768px) and (max-width: 991.98px) {

    .hide-mobi {
        display: block;
    }
    
    .show-mobi {
        display: none;
    }

    .description-custom_list{
        text-align: left;
    }

    .nursing-slider-container{
        margin-bottom: 0px !important;
    }

    .categories_v2 .nursing-slider_img img{
        max-width: 100%;
        height: auto;
        display: block;
        min-width: 500px;
        padding-top: 70px;
    }

    .categories_v2 .nursing-slider-container.categoriesV2_bg-responsive{
        padding-bottom: 0px !important;
    }

    .categories_v2 .custom-action_individual{
        padding: 12px 10px;
        width: 110px;
        font-size: 12px;
    }

    .categories_v2  .custom-action_group {
        padding: 12px 10px;
        font-size: 12px;
        height: 40px;
    }

    .button_sub_head_wrapper .action_individual_teamstart_btn {
        color: #000;
        margin-left: 43px;
        font-size: 12px;
    }

    .banner-ribbon {
        height: 100%;
        /* position: absolute;
        top: 180px; */
        width: 290px;
    }
    
    .authority-section .authority-text {
        font-size: 10px;
        line-height: 16px;
        font-weight: 600;
        white-space: normal;
        word-break: break-word;
    }
    .authority-section .authority-icon {
        width: 20px;
        height: 20px;
    }
    
    .who-should-take-section, .custom-team-complaint-section {
        padding: 15px 0;
    }

    .who-should-take-heading {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        margin-bottom: 15px;
        line-height: 24px;
        font-family: 'Montserrat', sans-serif;
    }
    
    .who-should-take-intro {
        font-size: 14px;
        color: #333333;
        margin-bottom: 15px;
        line-height: 18px;
        font-family: 'Montserrat', sans-serif;

    }

    .who-should-take-list li {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        font-size: 12px;
        color: #000;
        line-height: 16px;
        font-family: 'Montserrat', sans-serif;
    }

    .checkmark-icon img{
        width: 13px;
        height: 13px
    }

    .who-should-take-image-wrapper{
        min-height: 227px;
    }
    .compliant-trust-cta{
        margin-top: 15px;
    }
    .trust-cta-button{
        padding: 8px 16px;
        font-size: 14px;
    }

    .learners-trust-heading {
        font-size: 20px;
        font-weight: 700;
        color: #1a1a1a;
        text-align: center;
        margin-bottom: 30px;
        line-height: 24px;
    }

    .trust-card {
        background: #ffffff;
        border-radius: 8px;
        padding: 16px 12px;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s 
    ease, box-shadow 0.3s 
    ease;
        height: 190px;
    }

    .trust-card-icon {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 10px;
    }

    .trust-card-icon img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

    .trust-card-title {
        font-size: 12px;
        font-weight: 600;
        color: #1a1a1a;
        margin-bottom: 12px;
        line-height: 16px;
        font-family: Montserrat;
    }

    .trust-card-description {
        font-size: 10px;
        color: #333333;
        line-height: 15px;
        margin: 0;
        font-family: Montserrat;
        font-weight: 500;
    }

    .learners-trust-cta {
        text-align: center;
        margin-top: 25px;
    }

    .who-should-take-image {
        position: relative;
        z-index: 2;
        padding: 0px;
    }


    .homev2Faq .content-list-content {
        font-size: 12px;
        line-height: 16px;
    }

    .faqs-sub-description{
        font-size: 12px;
        line-height: 20px;
        font-weight: 500;
    }

    .categories_v2 .description-custom_list ul li{
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
    }
    .categories_v2 .description-custom_list ul li::before{
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 14px;
        height: 15px;
    }

    .price-current {
        font-size: 20px;
    }
    
    .price-old {
        color: #000;
        margin-left: 5px;
        font-size: 12px;
        font-family: 'Montserrat';
        font-weight: 500;
    }

    .categories_v2 .header-title h3, .related_co_cat {
        font-size: 24px;
        line-height: 20px;
        margin-bottom: 20px;
        margin-top: 25px;
        font-weight: 700;
    }

    .homev2testimonial .testimonial-container p{
        font-size: 12px;
        text-align: center;
    }

    .homev2testimonial .testimonial-rate {
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .homev2learn .center-title_v2 p{
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
    }
    .categories_v2 .nursing-slider_item {
        padding:0px;
    }

    .categories_v2 .home-course_categories.homev2cat_course {
        padding: 0px;
        
    }
    
}
/* Tab view styles end */



/* Mobile view styles */
@media (min-width: 375px) and (max-width: 575.98px) {

    .hide-mobi {
        display: none;
    }
    
    .show-mobi {
        display: block;
    }

    .hide-on-mobile{
        display: none;
    }

    .nursing-slider-container{
        margin-bottom: 0px !important;
    }
    
    .slider-item_flex.cat_title_v2 .banner-description_custom h1.description-custom_title{
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
    }

    .categories_v2 .custom-action_individual{
        padding: 8px 9px;
        font-size: 12px;
        font-weight: 700;
    }

    .categories_v2 .custom-action_group {
        padding: 8px 7px;
        font-size: 12px;
        font-weight: 700;
    }

    .categories_v2 .description-custom_list ul li::before{
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 14px;
        height: 15px;
    }

    .banner-ribbon{
        height: 100%;
        /* position: absolute;
        top: 172px; */
        width: 242px;
    }

    .authority-section .authority-item{
        gap: 3px;
        margin-right: 0px;
    }
    
    .authority-section .authority-text {
        font-size:8px;
        line-height: 20px;
        font-weight: 600;
        white-space: normal;
        word-break: break-word;
    }
    .authority-section .authority-icon {
        width: 10px;
        height: 10px;
    }

    .trust-card {
        border-radius: 4px;
        padding: 12px;
        height: 125px;
    }

    .trust-card-icon {
        width: 32px;
        height: 32px;
        margin: 0 auto 10px;
    }

    .trust-card-icon img{
        width: 26px;
        height: 26px;
    }

    .trust-card-title {
        font-size: 14px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 12px;
        line-height: 18px;
        font-family: Montserrat;
    }

    .learners-trust-cta {
        text-align: center;
        margin-top: 2px;
        width: 100%;
    }

    .trust-cta-button {
        padding: 10px 32px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
        width: 100%;
    }

    .who-should-take-section, .custom-team-complaint-section{
        background-color: #FFFBED;
        padding: 15px 0;
    }

    .who-should-take-heading {
        font-size: 16px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 10px;
        line-height: 22px;
    }

    .who-should-take-intro {
        font-size: 12px;
        color: #333333;
        margin-bottom: 15px;
        line-height: 16px;
        font-weight: 500;
    }

    .who-should-take-list li {
        display: flex;
        align-items: start;
        margin-bottom: 4px;
        font-size: 12px;
        color: #1a1a1a;
        font-weight: 500;
        line-height: 20px;
    }
    
    .compliant-trust-cta {
        text-align: center;
        margin-top: 18px;
    }

    .home-frequently-asked__custom{
        margin-top: 30px;
    }

    .frequently_content-list .content-list-title p {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 12px;
        float: left;
        width: calc(100% - 40px);
        margin-bottom: 0;
        display: flex;
        align-items: flex-start;
        gap: 5px;
        padding: 0px;
        padding-top: 8px;
        text-align: left;
    }

    .frequently_content-list  .content-list-title p img{
        width: 14px; 
        height: 14px;
    }

    .home-frequently-asked__custom.homev2Faq .home-frequently-asked {
        padding: 0 10px;
    }

    .homev2learn .center-title_v2 p{
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
    }

    .learners-trust-heading{
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .categories_v2 .header-title h3{
        text-align: left;
    }

    .homev2testimonial .testimonial-text-area{
        padding: 0 8px;
    }

    .checkmark-icon {
        display: flex;
        align-items: start;
        justify-content: center;
        margin-right: 12px;
        flex-shrink: 0;
        margin-top: 4px;
    }

    .homev2Faq .content-list-content {
        font-size: 12px;
        line-height: 16px;
    }

    .homev2testimonial .testimonial-rate{
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .categories_v2 .description-custom_list ul li{
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
    }
    .categories_v2 .description-custom_list ul li::before{
        content: "";
        position: absolute;
        left: 0;
        top: 1px;
        width: 13px;
        height: 14px;
    }

    .categories_v2 .nursing-all-courses.nursing_v2_courses {
        margin: 20px 0;
    }   

    .home-why-choose_v2.homev2learn {
        margin-top: 25px;
    }

    .who-should-take-content{
        padding-right: 0px
    }

    .categories_v2 .home-frequently-asked__custom.homev2Faq {
        padding: 0px 0;
    }
    
}
/* Mobile view styles end */