@media (max-width:567px) {

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

    .hide-on-mobile-flex{
        display: none;
    }
    
    
    .show-on-mobile{
        display: block;
    }
    
    .hide-on-desktop-tab {
        display: block;
    }

    .guidelines-section{
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .guidelines .categories_v2 .description-custom_title {
        font-size: 24px;
        line-height: 30px;
        margin-top: 0px;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .banner_custom_sub_heading{
        font-size: 12px;
        font-weight: 500;
        font-family: Montserrat;
        line-height: 16px;
        margin-top: 10px;
        padding: 0 30px;
        text-align: center;
    }


    .about-our_content .guidelines_sub_desc {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        padding: 0px;
        text-align: left;
    }

    


    .usage_guidelines_sub_desc {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        padding: 20px;
        text-align: center;
        margin-top: 12px;
        padding: 0px 20px;
    }

    

    .guidelines-corporate_content-title h3{
        font-size: 22px;
        line-height: 28px;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .guidelines_desc{
        font-size: 14px;
        line-height: 18px;
    }

    .guidelines-updates{
        margin-top: 10px;
    }

    .guidelines-updates .update-item {
        margin-bottom: 10px;
    }

    .guidelines-updates .update-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 4px;
    }
    .guidelines-updates .update-description {
        font-size: 12px;
        line-height: 15px;
        padding: 0px;
        text-align: left;
        margin-bottom: 10px;
    }        
    
    .guidelines .corporate_content-button a{
        font-family: Montserrat;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        height: auto;
        background: rgb(0, 0, 0);
        padding: 10px 15px;
        margin-top:15px
    }

    .guidelines .download_content-button{
        margin-bottom: 20px;
        text-align: center;
    }

    .guidelines .download_content-button a{
        font-family: Montserrat;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        height: auto;
        background: rgb(0, 0, 0);
        padding: 10px 15px;
        margin-top:15px;
        display: block;
        width: 100%;
    }


    .about-our_images  {
        text-align: center;
    }
    
    .about-our_images img {
        height: 178px;
        min-width: 296px;
    }

    .algorithm-updates-section {
        padding: 10px 0;
        background: #fff;
        margin-top: 0px;
    }

    .algorithm-updates-cards{
        margin-top: 15px;
    }

    .algorithm-card {
        border-radius:8px;
        padding: 12px;
        height: 100%;
    }

    .algorithm-card-title {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
        text-align: center;
    }

    .algorithm-card-description{
        font-size: 12px;
        line-height: 15px;
        font-weight: 400;
        /* padding: 20px; */
        text-align: center;
    }

    .aed-usage-section {
        padding: 30px 0;
        margin-top: 0px;
    }

    .aed-guideline-cards {
        margin-top: 0px;
    }

    /* .aed-guideline-cards .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 25.666667%;
        max-width: 19.666667%;
    } */


    .aed-card-icon {
        margin-bottom: 5px;
        height: 48px;
    }

    .aed-card-icon img {
        max-width: 36px;
        max-height: 36px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    /* Mobile-specific vertical layout with icon on left */
    .hide-on-desktop-tab .aed-guideline-cards {
        margin-top: 20px;
    }

    .hide-on-desktop-tab .aed-guideline-card {
        border-radius: 8px;
        padding: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
        min-height: auto;
        text-align: left;
        min-width: 310px;
        margin-bottom:10px;
    }

    .hide-on-desktop-tab .aed-card-icon {
        flex-shrink: 0;
        width: 48px;
        height: 48px;
        margin-bottom: 0;
        margin-right: 0;
    }

    .hide-on-desktop-tab .aed-card-icon img {
        max-width: 48px;
        max-height: 48px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .hide-on-desktop-tab .aed-card-text {
        text-align: left;
        margin: 0;
        flex: 1;
        font-size: 12px;
        line-height: 15px;
        padding: 0px;
    }

    .hide-on-desktop-tab .aed-guideline-cards .col-12 {
        margin-bottom: 12px;
    }

    .training-impact-section {
        padding: 10px 0;
        margin-top: 0px;
    }

    .training-impact-cards{
        margin-top: 0px;
    }

    .training-impact-icon{
        margin-bottom: 5px;
        width: 36px;
        height: 36px;
        border-radius: 70px;
        margin-left: 8px;;
    }

    .training-impact-icon img {
        max-width: 16px;
        max-height: 16px;
    }

    .training-impact-card{
        min-height: 80px;
        display: flex;
        flex-direction: row;
        padding: 0px;
        border-radius: 8px;

    }

    .training-impact-card .training-impact-text {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #000;
        margin-bottom: 0;
        text-align: left;
        padding: 8px;
    }

    .course-certificates-section{
        padding: 20px 0;
        background-color: #F9F9F9;
        margin-top: 0px;
    }

    .course-certificate-title {
        font-family: Montserrat;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10   px;
        text-align: center;
    }

    .course-update-list li {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #000;
        margin-bottom: 5px;
        padding-left: 20px;
        position: relative;
    }

    .course-update-section-title {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        color: #000;
        margin-bottom: 8px;
    }

    .course-update-list li::before {
        content: "•";
        position: absolute;
        left: 0;
        color: #000;
        font-weight: 600;
        font-size: 14px;
    }

    .course-certificate-card {
        border-radius: 12px;
        padding: 20px 10px;
        margin-bottom: 18px;
    }


    .how-to-prepare-section {
        padding: 10px 0;
    }

    /* .how-to-prepare-content .guidelines_desc p {
        font-size: 13px;
        line-height: 18px;
        padding: 0px;
    }  */

    .how-to-prepare-card {
        min-height: 220px;
        width: 130px;
        padding: 10px 10px;
    }
    
    .prepare-icon-circle {
        width: 32px;
        height: 32px;
    }

    .prepare-icon-circle img {
        max-width: 16px;
        max-height: 16px;
    }

    .prepare-card-title {
        font-weight: 600;
        margin-bottom: 6px;
        font-size: 12px;
        line-height: 16px;
    }

    .how-to-prepare-card .prepare-card-description {
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
    }

    .resources-box {
        border-radius: 12px;
        padding: 20px 20px;
    }

    .resources-section {
        padding-top: 30px;
        padding-bottom:0px;
        margin-bottom: 25px;
    }

    .resources-title {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    
    .resources-list {
        margin-bottom: 0;
    }

    .resources-item {
        margin-bottom: 10px;
    }

    /* Mobile-specific layout for How to Prepare section */
    .how-to-prepare-cards-mobile {
        margin-top: 20px;
        width: 100%;
    }

    .how-to-prepare-card-mobile {
        background: #ffffff;
        border-radius: 12px;
        padding: 16px;
        margin-bottom: 16px;
        display: flex;
        align-items: flex-start;
        gap: 16px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        width: 100%;
    }

    .how-to-prepare-card-mobile:last-child {
        margin-bottom: 0;
    }

    .prepare-icon-square-mobile {
        width: 32px;
        height: 32px;
        background-color: #D6EDFF;
        border-radius: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .prepare-icon-square-mobile img {
        max-width: 16px;
        max-height: 16px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .prepare-content-mobile {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .prepare-card-title-mobile {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        color: #000;
        margin-bottom: 8px;
        margin-top: 0;
        text-align: left;
    }

    .prepare-content-mobile .prepare-card-description-mobile {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
        color: #000;
        margin: 0;
        text-align: left;       
        padding: 0px;   
    }

    .guidelines .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;
    }

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

    .content-list-content p {
        padding: 0px;
    }

    .guidelines .homev2Faq .content-list-content {
        margin-left: 0px;
    }

    .guidelines .homev2Faq .content-list-content p {
        text-align: left;
    }
    .resources-link{
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
    }

    .resources-checkmark img {
        max-width: 14px;
        max-height: 14px;
    }

    /* Signup Banner Mobile Styles */
    .signup-banner-section .girl-banner-wrapper {
        margin: 20px auto 0;
    }

    .signup-banner-section .girl-banner-container {
        padding: 20px 16px;
        background-color: #D9EBFF;
    }

    .signup-banner-section .girl-main {
        width: 100%;
    }

    .signup-banner-section .girl-banner-text h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
        font-weight: 600;
        
    }

    .signup-banner-section .girl-banner-text p {
        font-size: 10px;
        line-height: 14px;
        padding: 0px;
        text-align: left;
        padding-right: 20px;
        font-weight: 400;
    }

    .signup-banner-section .girl-banner-button {
        margin-top: 18px;
        margin-bottom: 0px;
    }

    .signup-banner-section .girl-banner-button a {
        font-size: 12px;
        padding: 8px 10px;
    }

    .signup-banner-section .girls-main-image-mobile {
        position: relative;
        max-width: 150px;
        bottom: auto;
        right: auto;
        margin-top: 16px;
        text-align: center;
    }

    .signup-banner-section .girls-main-image-mobile img {
        max-width: 150px;
        height: auto;
    }

    .signup-banner-section .girl-banner-text h2 {
        font-size: 14px;
        line-height: 20px;
    }

    .girl-banner-text{
        padding-right: 90px;
    }

    .guidelines .girl-image {
        top: 54px;
        left: 170px;
        height: 140px;
        z-index: 2;
    }
    
    .signup-banner-section{
        margin-top: -26px;
    }

    .algorithm_updates_sub_desc{
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        margin-top: 0px;
    }

    .guidelines .nursing-slider-container.categories_v2.categoriesV2_bg-responsive {
        background-image: url('/assets/cpr/img/homev2/guidelines/ahabanner.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}