body {
    font-family: 'Poppins', sans-serif;
}

.heading-section {
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.description {
    color: #000;
}

.title {
    font-weight: 600;
    line-height: 140%;
    color: #0e0e0e;
}

@media (max-width: 1440px) and (min-width: 1024px) {
    /* .title {
        font-size: 61px;
    } */
}

@media (max-width: 1199.98px) {
    .title {
        font-size: var(--fs-49);
    }
}

@media (max-width: 991.98px) {
    .title {
        font-size: var(--fs-39);
    }
}

@media (max-width: 767.98px) {
    .title {
        font-size: var(--fs-36);
    }
}

.search-section {
    position: relative;
    width: 100%;
    max-width: 725px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.search-field {
    width: 100%;
    height: 64px;
    border-radius: 47px;
    border: 0.84px solid #c9dbfe;
    background-color: #fdfdfd;
    padding: 0 30px 0 50px;
    font-size: 16.88px;
    color: #969696;
}

.search-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.modal-backdrop {
    width: 100vw !important;
    height: 100vh !important;
}

.modal-content {
    max-height: 90vh;
    overflow-y: auto;
}

html {
    overflow-y: scroll !important;
}

.modal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog {
    margin: 1.75rem auto !important;
}
.header-section {
    text-align: center;
    /* margin-bottom: 40px; */
}

.header-section h1 {
    font-weight: 500;
    line-height: 120%;
    color: #0e0e0e;
    padding-top: 20px;
}

.header-section p {
    font-weight: 400;
    line-height: 140%;
    color: #505050;
    /* max-width: 924px; */
    margin: 0 auto;
}

.course-filter-section {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 20px;
}

.pagination .page-link {
    font-size: 14px;
    box-shadow: none;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.filter-option {
    margin: 0 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    cursor: pointer;
}

.filter-option.active {
    color: #1d5bdb;
}

.filter-option.inactive {
    color: #898989;
}

.no-data {
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
    color: #b85656;
}

.card {
    /* width: 22rem;
    margin: 2rem; Increased margin for all devices */
    box-shadow: 0px 1.291px 12.909px 0px #E3E3E3;        
    border-radius: 6.455px;
    border: none;
}

.card img {
    border-radius: 10px;
}

.card-price {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 140%; /* 42px */
    color: #0040c3;
    text-align: center;
}

.card-price-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #0040c3;
    text-align: center;
}

.card-enroll {
    font-size: 12px;
    font-weight: 600;
    color: #0040c3;
    text-transform: uppercase;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    /* font-size: 20px; */
    font-weight: 500;
    color: #898989;
    border: none;
    background-color: transparent;
}
@media (max-width: 768px) {
    .nav-tabs {
        border-bottom-width: 1px !important;
        border-bottom-color: #dee2e6;
    }
    .nav-tabs .nav-link {
        border-width: 1px;
        margin-bottom: 5px;
    }
}


.nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 3px solid #1D5BDB;
    color: #1D5BDB;
    font-weight: 600;
}

.card-body {
    position: relative;
    z-index: 10;
    background: #F6F6F6;
}

.card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 140%;
    color: #0e0e0e;
    text-align: left;
}

.card-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    /* font-size: 16px; */
    line-height: 140%;
    color: #000;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}

.learn-more-container {
    margin-top: 10px;
}

.learn-more {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #2C68E3;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
}

.card-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #2c68e3;
    cursor: pointer;
    justify-content: center;
    display: flex;
}

.card-button {
    color: #0040c3;
}

.enroll-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 2px solid #0040C3;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #0040C3;
    text-decoration: none;
    text-transform: uppercase;
    width: 147px;
}

@media (max-width: 767.98px) {
    .enroll-button {
        padding: 5px 10px;
        font-size: 10px;
    }
}

@media (max-width: 991.98px) {
    .enroll-button {
        padding: 2px 5px;
        font-size: 10px;
        width: 58%;
    }
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    background-color: transparent !important;
    border-top: none;
    padding: 0;
}

.certification-section h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 120%;
    color: #0e0e0e;
}

.certification-section {
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
}
.certification-section .title {
    font-weight: 500;
    line-height: 140%;
    color: #0040c3;
    margin-bottom: 25px;
}
.certification-section .certificates-container {
    margin-bottom: 25px;
}
.certification-section .certificates-container .certificate-image {
    width: 100%;
    border-radius: 8px;
}
.certification-section .rating {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16.58px;
    line-height: 140%;
    color: #898989;
    justify-content: center;
}
.certification-section .rating img {
    height: 20px;
}


.certification-card {
    max-width: 392px;
    margin: auto;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.certification-card img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.certification-card p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 140%;
    color: #0e0e0e;
}

/* @media (max-width: 1199.98px) {
    .certification-section {
        padding-left: 50px;
        padding-right: 50px;
    }

    .certification-section h1 {
        font-size: 36px;
    }
} */

@media (max-width: 991.98px) {
    .certification-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .certification-section h1 {
        font-size: 31px;
    }
}

@media (max-width: 767.98px) {
    .certification-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .certification-section h1 {
        font-size: 23px;
    }
}

@media (max-width: 768px) {
    .certification-section .certificates-container {
        flex-direction: column;
    }
    .certification-section {
        padding: 20px 10px;
    }
}
/* FAQ Container */
.faq-container {
    background-color: #FFF;
    width: 100%;
    max-width: 100%;
    padding: 20px 50px;
}
.faq-heading {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.faq-body {
    color: #000;
    font-weight: 400;
}
.arrow-icon {
    width: 24px; /* Adjust as needed */
    height: auto;
    transition: transform 0.3s ease;
}
.card-header .collapsed .arrow-icon {
    transform: rotate(-180deg);
}
.btn-link {
    width: 100%;
    text-align: left; /* Align text to the left */
    display: flex;
    justify-content: space-between; /* Space between text and arrow */
    align-items: center;
}
.faq-container .accordion-item {
    margin-bottom: 20px; /* Adds bottom margin to each accordion card */
    border-radius: 20px;
    color: #FFF;
    box-shadow: 0 4px 8px rgba(21, 21, 21, 0.1);
}
.faq-container .accordion-button {
    background-color: #fff;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 20px;
    height: 100px;
}
.faq-container .accordion-item:first-of-type {
    border-radius: 20px;
}
.faq-container .accordion-item:last-of-type {
    border-radius: 20px;
}
/* Apply border-radius to the first accordion button */
.faq-container .accordion-item:first-of-type .accordion-button, .accordion-item:first-of-type .accordion-collapse.collapse:not(.show) .accordion-body {
    border-top-left-radius: 20px; /* Adjust as needed */
    border-top-right-radius: 20px; /* Adjust as needed */
}
/* Apply border-radius to the last accordion item when not collapsed */
.faq-container .accordion-item:last-of-type .accordion-collapse.collapse:not(.show) .accordion-body {
    border-bottom-left-radius: 20px; /* Adjust as needed */
    border-bottom-right-radius: 20px; /* Adjust as needed */
}
.faq-container .accordion-item:last-of-type .accordion-button.collapsed{
    border-radius: 20px;
}
/* Ensure the last accordion item always has rounded corners at the bottom */
.faq-container .accordion-item:last-of-type, .accordion-item:last-of-type .accordion-button {
    border-bottom-left-radius: 20px; /* Adjust as needed */
    border-bottom-right-radius: 20px; /* Adjust as needed */
}
.faq-container .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23e59114\'%3e%3cpath stroke=\'%23e59114\' stroke-width=\'2\' fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e');
    transform: rotate(-180deg);
}
.faq-container .accordion-button::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23666565\'%3e%3cpath stroke=\'%23666565\' stroke-width=\'2\' fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e');
}
.faq-container .accordion-button:hover {
    background-color: inherit; /* Or use the specific color of the button's non-hover state */
    color: inherit; /* Adjust if the text color also changes on hover */
}
.faq-container .accordion-header {
    background-color: #fff;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 20px;
    height: 100px;
    font-family: 'Poppins', sans-serif;
}

.faq-container .accordion {
    border-radius: 20px;
}
.faq-container .accordion-body{
    color: #000;
    background-color: #FFF;
    border-radius: 0 0 20px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .accordion-button {
        font-size: 1rem; /* Adjust font size for smaller screens */
        padding: 0.5rem 1rem; /* Adjust padding for smaller screens */
    }
    .accordion-body {
        font-size: 0.875rem; /* Adjust font size for smaller screens */
    }
}
/* Testimonial Container */
/* .testimonial-container {
    background-color: #0040c3;
    background-image: url('../../../storage/frontend/testimonial-background.svg');
    background-size: auto;
    background-repeat: repeat-y;
    background-position: center;
    font-family: 'Poppins', sans-serif;
    background-color: #0040c3 !important;
    color: #fff !important;
    margin: 0;
    padding: 0;
}
.testimonial-heading {
    font-size: 3.062rem; 
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .testimonial-heading {
        font-size: 2.25rem; 
    }
}

@media (max-width: 991.98px) {
    .testimonial-heading {
        font-size: 1.562rem; 
    }
}



.testimonial-body {
    /* font-size: 
    font-weight: 400;
    line-height: 140%;
    max-width: 800px;
    margin: 0 auto;
}
.student-video {
    background-color: transparent;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    max-width: 700px;
    width: 100%;
}
.student-video video {
    width: 100%;
    border-radius: 10px;
    background-color: #000;
}
.testimonials-wrapper {
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.testimonials {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.testimonial {
    width: 80%;
    background-color: #fff;
    color: #000;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.5s ease;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    opacity: 0.3;
    transform: scale(0.9);
}
.testimonial img.quote {
    width: 30px;
    margin-bottom: 10px;
}
.testimonial .author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.testimonial .author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.testimonial.clear {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}
.responsive-video {
    width: 100%;
    height: auto;
    max-height: 400px; 
    border-radius: 10px;
    background-color: #000;
}

@media (max-width: 767.98px) {
    .responsive-video {
        max-height: 250px; 
}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .responsive-video {
        max-height: 350px;
    }
}

@media (min-width: 1200px) {
    .responsive-video {
        max-height: 400px; 
    }
}

@media (max-width: 767.98px) {
    .card {
        width: 100%;
        margin: 1rem auto;
    }
}

@media (max-width: 767.98px) {
    .enroll-button {
        padding: 5px 10px;
        font-size: 10px;
        width: 147px;
    }
} */

/* Responsive styles for "Why Get Certified By The GPNi®" section */
.why-certified-section {
    padding: 50px 20px;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.why-certified-section h2 {
    font-size: var(--fs-49);
    font-weight: 600;
    color: #0e0e0e;
    margin-bottom: 20px;
}

.why-certified-section p {
    font-size: var(--fs-25);
    font-weight: 400;
    color: #505050;
    line-height: 140%;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 1199.98px) {
    .why-certified-section h2 {
        font-size: var(--fs-36);
    }

    .why-certified-section p {
        font-size: var(--fs-20);
    }
}

@media (max-width: 991.98px) {
    .why-certified-section h2 {
        font-size: var(--fs-31);
    }

    .why-certified-section p {
        font-size: var(--fs-16);
    }
}

@media (max-width: 767.98px) {
    .why-certified-section h2 {
        font-size: var(--fs-25);
    }

    .why-certified-section p {
        font-size: var(--fs-13);
    }
}


/* For medium devices */
@media (max-width: 991.98px) {
    .fs-16 {
        font-size: 14px;
    }
}

/* For small devices */
@media (max-width: 767.98px) {
    .fs-16 {
        font-size: 12px;
    }
}

/* For extra small devices */
@media (max-width: 575.98px) {
    .fs-16 {
        font-size: 11px;
    }
}

.card-price-column {
    color: #898989;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.master-class-card{
    .card-img-top{
        height: 212px;
    }
}

@media  (max-width:769.98px) {
    .master-class-card{
        .card-img-top{
            height: 150px;
        }
    }
}
.section-4 {
    background-color: var(--primary);
    background-image: url('../../../storage/frontend/testimonial-background.svg');
    background-repeat: no-repeat;
    background-position: center;
    color: var(--white);
}
/* .section-4 .content {ion
    padding: 60px 0;
} */
.section-4 .heading, .section-4 .sub-heading {
    color: var(--white);
}
.section-4 .bottom-content {
    margin-top: 40px;
}
.section-4 .student-video video {
    width: 100%;
    height: 380px;
    /* object-fit: cover; */
    object-fit: fill;
    border-radius: 10px;
}
.section-4 .testimonial {
    height: 350px!important;
    background-color: var(--white);
    color: #000;
    padding: 0 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-4 .testimonial img.quote {
    width: 25px;
    margin-bottom: 5px;
}
.section-4 .testimonial .author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.section-4 .testimonial .author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

.section-4 .testimonial .author .author-info {
    flex: 1;
}

.section-4 .testimonial .author .name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.section-4 .testimonial .author .designation {
    font-size: 13px;
    color: #505050;
}

@media (min-width: 767.98px) {

    .section-4 .testimonial {
        height: 380px !important;
    }

    .section-4 .student-video video {
        height:380px;
}
    .section-4 .testimonial .author {
        flex-direction: row;
        align-items: center;
    }
    
    .section-4 .testimonial .author img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    
}

@media (min-width: 319px) and (max-width: 375px) {

    .section-4 .testimonial {
        height: 360px !important;
    }


    .section-4 .testimonial-content{
        font-size: 12px;
    }
}

@media (min-width: 376px) and (max-width: 426px) {
    .section-4 .testimonial {
        height: 300px !important;
    }


    .section-4 .testimonial-content{
        font-size: 13px;
    }
}