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

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

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


.guidelines-section {
    padding-top: 60px;
    margin-top: 0px;
    background: #F8F9FB;
}

.hide-on-desktop-tab {
    display: none;
}

.guidelines .categories_v2 .description-custom_title {
    font-weight: 800;
    line-height: 34px;
    font-size: 28px;
}


.guidelines .banner-description_custom h1 {
    font-size: 16px;
    font-weight: 700;
    font-family: Montserrat;
    line-height: 20px;
    margin-bottom: 20px;
}

.banner_custom_sub_heading{
    font-size: 14px;
    font-weight: 500;
    font-family: Montserrat;
    line-height: 20px;
}

/* .guidelines p {
    line-height: 20px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
} */

.guidelines-corporate_content-title h3{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    vertical-align: middle;
}

.guidelines_desc{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
}

/* What's New Updates Styles */
.guidelines-updates {
    margin-top: 20px;
}

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

.guidelines-updates .update-item:last-child {
    margin-bottom: 0;
}

.guidelines-updates .update-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    color: #000;
    margin-bottom: 8px;
}

.guidelines-updates .update-description {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    color: #000;
    margin-bottom: 0;
}

.guidelines .corporate_content-button a{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    height: auto;
    background: rgb(0, 0, 0);
    color: #fff;
    padding: 12px 16px;
    margin-top:30px;
}


.guidelines  .download_content-button a{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    height: auto;
    color: #fff;
    background: rgb(0, 0, 0);
    padding: 12px 16px;
    margin-top:30px;
}

.guidelines .corporate_content-button a:hover,
.download_content-button a:hover {
    color: #fcfeff;
}

.guidelines .corporate_content-button  {
    text-align: center;
}

.guidelines .download_content-button  {
    text-align: left;
    margin-top: 30px;
}


/* Algorithm Updates Section Styles */
.algorithm-updates-section {
    padding: 10px 0;
    background: #fff;
}

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

.algorithm-card {
    background: #E9F6FF;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
}

.algorithm-card:hover {
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.15);
}

.algorithm-card-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #0078C6;
    margin-bottom: 16px;
    text-align: center;
}

.algorithm-card-description {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
    text-align: center;
}

/* AED Usage Guidelines Section Styles */
.aed-usage-section {
    background-color: #F6F9FD;
    padding: 60px 0;
}

.aed-usage-content {
    padding: 0 15px;
}

.aed-guideline-cards {
    margin-top: 40px;
    justify-content: center;
}

.aed-guideline-card {
    border-radius: 8px;
    padding: 16px 12px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 200px;
}

.aed-guideline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* Card Background Colors */
.aed-card-yellow {
    background-color: #fff9e6;
    border: 1px solid #ffe082;
}

.aed-card-blue {
    background-color: #e3f2fd;
    border: 1px solid #90caf9;
}

.aed-card-pink {
    background-color: #fce4ec;
    border: 1px solid #f48fb1;
}

.aed-card-green {
    background-color: #e8f5e9;
    border: 1px solid #a5d6a7;
}

.aed-card-red {
    background-color: #ffebee;
    border: 1px solid #ef9a9a;
}

.aed-card-icon {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    flex-shrink: 0;
}

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

.aed-card-text {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    width: 100%;
}


/* Training Impact Section Styles */
.training-impact-section {
    padding: 40px 0;
    background-color: #F6F9FD;
    margin-top: 0px;
}

.training-impact-content {
    width: 100%;
}

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

.training-impact-card {
    background: #EFF5F9;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    min-height: 200px;
}

.training-impact-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.training-impact-icon {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: #D6EDFF;
    border-radius: 70px;
    flex-shrink: 0;
}

.training-impact-icon img {
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.training-impact-text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Course Certificates Section Styles */
.course-certificates-section {
    padding: 60px 0;
    background-color:#F9F9F9;
    margin-top: 0px;
}

.course-certificates-content {
    width: 100%;
}

.course-certificate-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.certificate-image-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.certificate-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.course-certificate-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
}

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

.course-update-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

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

.course-update-list li:last-child {
    margin-bottom: 0;
}

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

/* How to Prepare Section Styles */
.how-to-prepare-section {
    padding: 60px 0;
    background-color: #ffffff;
    margin-top: 0px;
}

.how-to-prepare-content {
    width: 100%;
}

.how-to-prepare-cards {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.how-to-prepare-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    min-height: 280px;
}

.how-to-prepare-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.prepare-icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 70px;
    background-color: #D6EDFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    margin-top: 0;
    flex-shrink: 0;
}

.prepare-icon-circle img {
    max-width: 24px;
    max-height: 24px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.prepare-card-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 12px;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

.how-to-prepare-card .prepare-card-description {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

/* Resources Section Styles */
.resources-section {
    padding-top: 40px;
    padding-bottom: 0px;
    background-color: #ffffff;
    margin-top: 0px;
    margin-bottom: 30px;
}

.resources-content-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resources-box {
    background-color: #e3f2fd;
    border-radius: 12px;
    padding: 40px 30px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.resources-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: #000;
    margin-bottom: 25px;
}

.resources-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.resources-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.resources-item:last-child {
    margin-bottom: 0;
}

.resources-checkmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.resources-checkmark img {
    max-width: 16px;
    max-height: 16px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.resources-link {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #0078C6;
    text-decoration: underline;
    transition: color 0.3s ease;
    flex: 1;
    word-break: break-word;
}

.resources-link:hover {
    color: #1976D2;
    text-decoration: underline;
}

.signup-banner-section{
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 30px;
    background-color: #ffffff;
}


.signup-banner-content-wrapper {
    width: 100%;
}

.signup-banner-box {
    background-color: #e3f2fd;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.signup-banner-image-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
}

.signup-banner-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 1;
    margin-left: -20px;
}

.signup-banner-content {
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.signup-banner-headline {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    margin-bottom: 20px;
}

.signup-banner-text {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 25px;
}

.signup-banner-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


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

.guidelines .girl-image {
    top: -56px;
    left: 60px;
    height: 240px;
    z-index: 2;
}


.guidelines .girl-banner-container {
    background-color: #D9EBFF;
    border-radius: 8px;
    padding: 40px 30px 40px 350px;
    position: relative;
    z-index: 1;
}

.girl-banner-text p{
    line-height: 22px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    color: #191A22;
}

.usage_guidelines_sub_desc{
    line-height: 23px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    color: #000;
    margin-top: 20px;
}

.content-list-content {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-left: 32px;
    margin-right: 32px;
}

.learntastic_faq_v2-content {
    margin-top: 10px;
    width: 380px;
}

.learntastic_faq_v2-image {
    margin-top: 115px;
}


.algorithm_updates_sub_desc{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 25px;
}


.banner_web_url_link{
 color:#191A22;
}
.banner_web_url_link:hover{
 text-decoration: underline;
 color:#191A22;
}

.girl-banner-button a:hover{
    color: #fff;
}