body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}
.header-section {
    margin: 0 auto;
    padding: 60px 10px;
    background-color: #e8ecf1;
    background: url('../../../storage/frontend/certification-course-background.png') no-repeat center center;
    background-size: cover;
}

.certification-section .title {
    font-weight: 500;
    color: #0040c3;
    margin-bottom: 25px;
}
.bi-star-fill {
    color: #fdd70c;
}
.certification-section .certificates-container {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}
.certification-section .certificates-container .certificate-image {
    width: 350px;
    height: 245px;
    border-radius: 8px;
    margin-left: -5px;
    margin-right: -5px;
}
/* Alternative approach to reduce gap between certificate images */
.certification-section .certificates-container img.certificate-image:first-child {
    margin-right: -2px;
}
.certification-section .certificates-container img.certificate-image:last-child {
    margin-left: -2px;
}
/* Reduce the gap between certificate images */
.certification-section .certificates-container .row {
    margin-left: -2px;
    margin-right: -2px;
    justify-content: center;
}
.certification-section .certificates-container .col-sm-6,
.certification-section .certificates-container .col-6 {
    padding-left: 2px;
    padding-right: 2px;
}
.certification-section .rating {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
   
    color: #898989;
    justify-content: center;
}
.certification-section .rating img {
    height: 20px;
}
.header-section .description {
    font-weight: 400;
    color: #000;
}
a.btn-primary {
    background-color: #0040c3;
    border: none;
    font-weight: 500;
 
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    /* margin-top: 16px; */
}

@media (max-width: 768px) {
    /* .certification-section .certificates-container {
        flex-direction: column;
    } */
    .certification-section {
        padding: 20px 10px;
    }
}

@media (max-width: 426px) {
    .form-wrapper {
        padding: 20px;
    }
}

.course-details {
    background-color: #363f55;
    padding: 20px;
    text-align: center;
}

.course-item {
    margin: 0 50px;
}

.course-item .label {
    font-weight: 400;
   
    color: #FFFFFF;
}

.course-item .value {
    font-weight: 400;
   
    color: #FFFFFF;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .course-item {
        margin: 10px 0;
    }

    .vertical-line {
        display: none;
    }
}

.plans-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: url('../../../storage/frontend/blur-white-background-from-office.avif') no-repeat center center;
    background-size: cover;
    background-color: #f8f9fa;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.image-section {
    flex: 1;
    display: flex;
    justify-content: center;
}
/* 
.text-section {
    flex: 1;
}

.text-section h1 {
    font-weight: 500;
   
    color: #0e0e0e;
    margin-bottom: 30px;
    font-size: 2.438rem; 
}

.text-section .description {
    font-weight: 400;
   
    color: #505050;
    margin-bottom: 24px;
    font-size: 1.250rem; 
}

@media (max-width: 768px) {
    .text-section h1 {
        font-size: 1.875rem; 
    }

    .text-section .description {
        font-size: 1rem; 
    }
} */

.plan {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.plan-highlight {
    background-color: #f5f8fd;
    border: 1px solid #0040c3;
}

.plan-normal {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
}

.check-container {
    display: inline-block;
    padding: 10px;
    background-color: #e6f0ff;
    border-radius: 8px;
    margin-bottom: 12px;
    width: 3rem;
}

.image-section img {
    width: 60%;
    height: auto;
}

.plan {
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.plan input[type="radio"] {
    display: none;
}

.plan input[type="radio"]:checked+.check-container+div {
    background-color: #f8f9fa;
}

.plan input[type="radio"]:checked+.check-container+div+div {
    border: 2px solid #0040c3;
}

.plan input[type="radio"]:checked+.check-container+div {
    background-color: #f8f9fa;
}

.plan input[type="radio"]:checked+.check-container+div+div {
    border: 2px solid #0040c3;
}

.plan-highlight {
    background-color: #f8f9fa;
}

.check-container {
    margin-right: 15px;
}

/* .certification-section {
    margin-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
} */

.certification-section h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
   
    color: #0e0e0e;
    margin-bottom: 40px;
}

.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;
   
    color: #0e0e0e;
}


/* @media (min-width: 768px) {
    .plans-payment {
        padding: 60px 40px;
    }
} */


.nutrition-section {
    background-color: #ffffff;
}
.nutrition-section .star {
    color: gold;
}

.content-wrapper {
    border: 1px solid #d3def6;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.certification-section-8 .text-heading, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px !important;
}



.testimonial-content {
    flex: 1;
}

.testimonial-stars img {
    height: 20px;
}

.testimonial-text {
    
    color: #000;
    margin-top: 20px;
}

.testimonial-author {
    margin-top: 20px;
}

.testimonial-author .name {
    font-weight: 500;
    color: #000;
}

.testimonial-author .role {
    font-weight: 400;
    color: #000;
}

@media (max-width: 768px) {
    .section {
        padding: 30px;
    }
}


.team-section {
    text-align: center;
}

.team-section .title {
    font-weight: 500;
    color: #0e0e0e;
    margin-bottom: 10px;
}

.team-section .description {
    font-weight: 400;
    color: #505050;
    margin-bottom: 30px;
}

.team-section {
    width: auto;
    background-color: #0040c3;
    text-align: center;
}

.team-section .title {
    color: #ffffff !important;
}

.team-section .description {
    color: #ffffff !important;
}

.team-section .profile-card .name {
    color: #ffffff !important;
}

.profile-card {
    text-align: center;
}

.profile-card img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.profile-card .name {
    font-weight: 400;
    /* line-height: 36px; */
    color: #0040c3;
}

.enrollment-section {
    background-color: #ffffff;
}

.program-title {
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.program-description {
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

/* .btn-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
 
    text-align: center;
    text-decoration: none;
} */

.btn-enroll {
    background-color: #0040c3;
    color: #ffffff;
    border: none;
    margin-right: 20px;
}

.btn-contact {
    background-color: #ffffff;
    color: #0040c3;
    border: 1px solid #0040c3;
}

.program-image {
    max-width: 100%;
}

@media (max-width: 768px) {
    .btn-enroll {
        margin-bottom: 10px;
    }
}

.content-header {
    padding: 20px;
}

.content-header .nav-link {
    font-weight: 500;
    color: #898989;
   
    margin-right: 20px;
}

.content-header .nav-link.active {
    color: #0040c3;
}

.content-box {
    border: 0.5px solid #c4c4c4;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
}

.content-box .content-title {
    font-weight: 500;
    
    color: #505050;
    margin-bottom: 20px;
}

.content-box .content-description {
   
    color: #505050;
    margin-bottom: 30px;
}

.content-box .info-note {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.content-box .info-note img {
    margin-right: 10px;
}

.content-box .info-note .text-warning,
.content-box .info-note .text-primary {
    font-size: 16px;
    
}

.content-box .info-note .text-warning {
    color: #ffb700;
}

.content-box .info-note .text-primary {
    color: #0040c3;
}

.info-note.primary {
    background: #f5f8fd;
}

.info-note.warning {
    background: #fff7e1;
}

@media (max-width: 768px) {
    .content-header {
        padding: 10px;
    }

    .content-header .nav-link {
        margin-right: 10px;
    }

    .content-box {
        padding: 15px;
    }

    .content-box .content-title,
    .content-box .info-note .text-warning,
    .content-box .info-note .text-primary {
        font-size: 14px;
       
    }

    .content-box .content-description {
        font-size: 14px;
       
    }

    .content-box .info-note {
        padding: 10px;
    }
}

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

.nav-tabs .nav-link {
    font-weight: 500;
    color: #000;
    border: none;
    background-color: transparent;
}

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

course-content {
    border: 0.5px solid #c4c4c4;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
}

.course-content .content-title {
    font-weight: 500;
    font-size: 25px;
    
    color: #505050;
    margin-bottom: 20px;
}

/* .course-content .content-description {
    font-weight: 400;
    font-size: 16px;
    
    color: #505050;
    margin-bottom: 30px;
} */
/* 
.course-content .learn-more-link {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15.31px;
    line-height: 22.97px;
    color: #0040c3;
    text-decoration: none;
    margin-top: 30px;
} */

/* .course-content .learn-more-link img {
    margin-right: 5px;
} */

@media (max-width: 768px) {
    

    .course-content {
        padding: 15px;
    }

    .course-content .content-title,
    .course-content .learn-more-link {
        /* font-size: 20px; */
       
    }

    .course-content .content-description {
        /* font-size: 14px; */
       
    }
}

/* .modules-content {
    border: 0.5px solid #c4c4c4;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
} */

/* .modules-title {
    font-weight: 500;
    font-size: 16px;
    
    color: #505050;
    margin-bottom: 20px;
} */
/* 
.module-item {
    font-weight: 400;
    font-size: 16px;
   
    color: #505050;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.module-item:last-child {
    border-bottom: none;
}

@media (max-width: 768px) {
    .modules-content {
        padding: 15px;
    }

    .modules-title,
    .module-item {
        font-size: 14px;
       
    }
} */


.testimonial-section {
    max-width: 934px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.slider-container {
    position: relative;
    overflow: hidden;
}

.testimonial-slider {
    display: flex; /* Use flexbox to enable sliding */
    transition: transform 0.5s ease-in-out; /* Add a smooth transition effect */
}

.slide {
    min-width: 100%; /* Each slide takes full width */
    box-sizing: border-box;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-header img {
    width: 64px;
    height: 64px;
    margin-right: 16px;
    object-fit: cover; /* Maintain aspect ratio */
}

.testimonial-name {
    font-weight: 500;
    color: #505050;
    margin-bottom: 5px;
}

.testimonial-stars {
    color: #FFC107; /* Set the star color */
}

.testimonial-stars i {
    font-size: 18px;
}

.testimonial-content {
    font-weight: 400;
}

/* Slider Controls */
.slider-controls {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.slider-controls button {
    background: transparent;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.slider-controls button:hover {
    background: #f5f5f5;
}

/* Slider Dots */
.slider-dots {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.slider-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc; /* Adjust as needed */
    cursor: pointer;
}

.slider-dots .dot.active {
    background-color: #666; /* Active dot color */
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .slider-controls {
        top: auto;
        bottom: 20px;
        right: 50%;
        transform: translateX(50%);
    }

    .slider-controls button {
        padding: 6px 12px;
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .slider-controls {
        position: relative;
        top: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
        gap: 15px;
        padding: 10px 0;
    }

    .slider-controls button {
        padding: 8px 15px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 90px;
        background: transparent;
        border-radius: 5px;
    }

    .testimonial-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slider-container {
        width: 100%;
    }

    .testimonial-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .testimonial-header img {
        margin-bottom: 10px;
    }

    .testimonial-stars i {
        font-size: 16px;
    }
}
/* 
.requirements-title {
    font-weight: 500;
    font-size: 39px;
   
    color: #0e0e0e;
    margin-bottom: 16px;
}

.requirements-list {
    font-weight: 400;
    font-size: 20px;
    
    color: #505050;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .requirements-title {
        font-size: 28px;
        line-height: 42px;
    }

    .requirements-list {
        font-size: 16px;
        
    } */
    .section-7-video {
        height:auto !important;
    }


/* Section 2 Image */
.section-2-image {
    width: 450px;
    height: 450px;
    object-fit: cover;
    border-radius: 50%;
    border: 12px solid #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    aspect-ratio: 1/1;
}

@media (max-width: 1199.98px) {
    .section-2-image {
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 991.98px) {
    .section-2-image {
        width: 280px;
        height: 280px;
    }
}

@media (max-width: 767.98px) {
    .section-2-image {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 575.98px) {
    .section-2-image {
        width: 200px;
        height: 200px;
    }
}

/* Section 4 Video */
.section-4-video-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-4-video {
    width: 100%;
    height: 720px;
}

/* Section 7 Video */
.section-7-video {
    width: 100%;
}
/* 
.cissn-title {
    font-weight: 500;
    font-size: 39px;
   
    color: #0e0e0e;
    margin-bottom: 20px;
}

.cissn-description {
    font-weight: 400;
    font-size: 20px;
   
    color: #505050;
    margin-bottom: 20px;
}

.cissn-price {
    font-weight: 700;
    font-size: 18px;
    color: #0e0e0e;
}

.cissn-btn {
    background-color: #0040c3;
    color: #ffffff;
    padding: 15px 20px;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    margin-top: 20px;
}

.cissn-collapse-title {
    font-weight: 400;
    font-size: 16px;
    
    color: #505050;
}

.cissn-collapse-content {
    font-weight: 400;
    font-size: 13px;
    
    color: #505050d9;
}

@media (max-width: 768px) {
    .cissn-title {
        font-size: 28px;
        line-height: 42px;
    }

    .cissn-description {
        font-size: 16px;
        
    }

    .cissn-price {
        font-size: 16px;
    }

    .cissn-btn {
        font-size: 18px;
        padding: 10px 15px;
    }
} */
/* 
.gpni-title {
    font-weight: 500;
    font-size: 39px;
   
    color: #0e0e0e;
    margin-bottom: 20px;
}

.gpni-description {
    font-weight: 400;
    font-size: 20px;
   
    color: #505050;
    margin-bottom: 20px;
}

.gpni-btn {
    background-color: #0040c3;
    color: #ffffff;
    padding: 15px 20px;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .gpni-title {
        font-size: 28px;
        line-height: 42px;
    }

    .gpni-description {
        font-size: 16px;
        
    }

    .gpni-btn {
        padding: 10px 15px;
    }
} */

.full-size-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Optional: Ensures the video covers the entire area without distortion */
}

.advisory-board-section {
    text-align: center;
}

.advisory-board-title {
    font-weight: 500;
   
    color: #0e0e0e;
    margin-bottom: 40px;
}

.advisory-board-card {
    background-color: #ffffff;
    border: 1px solid #a1b9e980;
    border-radius: 10px;
    padding: 13px;
    text-align: left;
    transition: transform 0.2s;
}

.advisory-board-card:hover {
    transform: scale(1.05);
}

.advisory-board-card img {
    width: 72px;
    height: 73px;
    border-radius: 50%;
    object-fit: cover;
}

.advisory-board-name {
    font-weight: 500;
   
    color: #000000;
}

.advisory-board-role {
    font-weight: 400;
   
    color: #898989;
}

.view-more-link {
    font-weight: 500;
 
    color: #0040c3;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-top: 40px;
}

.view-more-link img {
    margin-left: 10px;
}


.payment-options-section {
    text-align: center;
}

.payment-options-title {
    font-weight: 500;
    
    color: #0e0e0e;
    /* margin-bottom: 20px; */
}

.payment-options-description {
    font-weight: 400;
    color: #000;
    /* margin-bottom: 50px; */
}

.table-container {
    overflow-x: auto;
    margin: 20px 0;
}

.payment-table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.payment-table tr {
    background-color: #E6F0FF !important; /* Light blue background for all rows */
}

.payment-table th,
.payment-table td {
    padding: 15px;
    text-align: center;
    border: 1px solid #CFDEFF; /* Light blue border for cells */
}

.payment-table th {
    background-color: #0040c3;
    font-weight: 600;
    color: #ffffff;
    border-color: #0040c3;
}

.payment-table th:nth-child(2) {
    background-color: #ffd700;
    color: #0e0e0e;
    border-color: #ffd700;
}

.payment-table th:last-child {
    background-color: #0040c3;
    color: #ffffff;
    border-color: #0040c3;
}

.payment-table td {
    color: #000;
    font-weight: 400;
    background-color: #ffffff;
    transition: background-color 0.2s ease;
}

.payment-table tr:hover td {
    background-color: #F0F7FF; /* Slightly darker blue on hover */
}

.payment-table tr:nth-child(odd) td {
    background-color: #F5F8FF; /* Alternating row color */
}

.highlight-primary {
    background-color: #0040c3;
    color: #ffffff;
}

.highlight-secondary {
    background-color: #ffd700;
    color: #0e0e0e;
}

.enroll-button{
    color: #fff !important;
    background-color: #0040c3 !important;
    padding: auto;
    text-align: center;
    font-style: normal;
    font-weight: 500 !important;
}

.explore-lesson {
    color: #fff !important;
}


.btn-enroll,
.btn-contact {
    display: inline-block;
    background-color: #0040c3;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 500;
    /* font-size: 20px; */
    text-decoration: none;
    margin-top: 20px;
    margin-right: 10px;
}

.btn-contact {
    background-color: #ffffff;
    color: #0040c3;
    border: 1px solid #0040c3;
}

@media (max-width: 768px) {
    .btn-enroll,
    .btn-contact {
        padding: 10px 15px;
        /* font-size: 18px; */
    }
}

.student-testimonial-text {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.student-testimonial-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.5rem !important;
}

.student-testimonial-header img {
    width: 23px;
    height: auto;
}

.student-testimonial-header .header-text {
    font-weight: 300;
    /* font-size: 20px; */
 
    color: #0e0e0e;
}

.student-testimonial-quote {
    font-weight: 400;
    color: #000;
    margin-bottom: 1.5rem !important;
    min-height: 60px;
}

.student-testimonial-author {
    font-weight: 400;
    color: #000;
}

.quote-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.video-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.responsive-video-2 {
    width: 100%;
    border-radius: 35px;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -3%;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 12px;
    color: black;
    border: 1px solid #CFDEFF;
    border-radius: 50%;
    padding: 7px 10px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -3%;
}

@media (max-width: 768px) {
    .student-testimonial-section {
        padding: 1.5rem 0;
    }

    .student-testimonial-content {
        flex-direction: column;
    }

    .student-testimonial-text {
        margin-bottom: 2rem;
    }

    .quote-container {
        align-items: center;
        text-align: center;
    }

    .student-testimonial-quote {
        min-height: auto;
    }

    .video-container {
        min-height: 200px;
    }

    .responsive-video-2 {
        min-height: 200px;
    }
}

.student-reviews-section {
    text-align: center;
}

.student-review-card {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 20px;
    text-align: left;
    transition: all 0.3s ease;
    background-color: #ffffff;
    height: 180px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.student-review-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    pointer-events: none;
    z-index: -1;
    transition: border-color 0.4s ease;
}

.student-review-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    transition: opacity 0.3s ease;
}

.student-review-card:hover {
    height: auto;
    transform: translateY(0px);
    box-shadow: 0 12px 28px rgba(0, 64, 195, 0.15);
}

.student-review-card:not(:hover) {
    transition-delay: 0.1s;
}

.student-review-card:hover::before {
    animation: borderPulse 1.5s infinite alternate;
}

.student-review-card:hover::after {
    opacity: 0;
}

.student-review-text {
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    flex-grow: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Limit to 4 lines */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.student-review-card:hover .student-review-text {
    -webkit-line-clamp: unset;
    display: block;
    animation: contentFadeIn 0.7s ease-out forwards;
}

@keyframes contentFadeIn {
    0% {
        opacity: 0.5;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes contentExpand {
    0% {
        opacity: 0.7;
        transform: translateY(10px) scale(0.98);
    }
    50% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.student-review-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.student-review-rating {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 5px;

}

.student-review-rating img {
    /* width: 12px;
    height: 12px; */
    margin-right: 5px;
}

.student-review-rating span {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.student-review-verified {
    font-weight: 400;
    /* font-size: 13px; */
    color: #000;
    margin-bottom: 0px;
}

.student-review-batch {
    font-weight: 400;
    /* font-size: 12px; */
    color: #505050;
}

@media (max-width: 768px) {

    .student-review-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .student-review-rating {
        font-size: 12px;
    }
}

.advanced-certification-section {
    background: url('../../../storage/frontend/advanced-certification-background.svg') no-repeat center center;
    background-size: cover;
}

.advanced-certification-title {
    font-weight: 500;
    text-align: center;
   
    color: #0e0e0e;
    margin-bottom: 40px;
}

.advanced-certification-text {
    font-weight: 400;
    color: #505050;
}

.divider {
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
}

.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.list-item-content {
    flex: 1;
}

/* .item-title {
    font-weight: 400;
    font-size: 16px;
    
    color: #505050;
} */

.contact-us-btn {
    font-weight: 500;
    color: #0040c3;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us-btn img {
    margin-left: 10px;
}

.advanced-certification-image {
    margin: auto;
    padding: 20px 0;
    width: 100%;
    height: auto;
}

.accordion {
    background: #f0f0f0;
}

.accordion .accordion-button {
    background: none;
    border: none;
    padding: 10px;
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed) {
    color: #0040c3;
}

.accordion .accordion-body {
    padding: 20px 20px;
    font-size: 14px !important; 
    background: #f0f0f0 !important; 
    color: #505050 !important; 
}
.accordion-item .accordion-collapse.show .mcissn-collapse-content {
    /* font-size: 14px !important;  */
    color: #505050 !important; 
    margin-bottom: 0 !important;
}

.accordion .accordion-body p {
    font-size: 14px !important; 
    color: #505050 !important; 
}


.masters-pack-section {
    background: url('../../../storage/frontend/master-packs-background.svg') no-repeat center center;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.masters-pack-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.masters-pack-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: auto;
}


.masters-pack-subtitle {
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 20px;
}

.masters-pack-description {
    font-weight: 400;
    /* font-size: 20px; */
 
    margin-bottom: 40px;
}

.btn-group {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-custom {
    background-color: #0040c3;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
}

.btn-custom.secondary {
    background-color: transparent;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vertical-line {
    position: absolute;
    right: 0;
    width: 1px;
    height: 125%;
    background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 991.98px) {
    .masters-pack-section {
        padding: 50px 15px;
    }
    
    .btn-group {
        gap: 15px;
    }
    
    .btn-custom {
        padding: 12px 25px;
    }
}

@media (max-width: 768px) {
    .vertical-line {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .masters-pack-section {
        padding: 40px 10px;
    }
    
    .masters-pack-content {
        max-width: 100%;
    }
    
    .btn-group {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    
    .btn-custom {
        width: 90%;
        max-width: 300px;
        padding: 10px 20px;
    }
    
    .btn-custom.secondary {
        justify-content: center;
    }
}

@media (max-width: 479.98px) {
    .masters-pack-section {
        padding: 30px 10px;
    }
    
    .btn-custom {
        width: 100%;
    }
}

/* Define a media query for desktop devices */
@media screen and (min-width: 769px) {
    .nav-tabs {
        flex-direction: column;
        text-align: center;
    }
}

/* Section 9 Image */
.section-9-image {
    width: 100%;
    height: 375px;
}

/* Section 10 Video */
/* .section-10-video {
    width: 100%;
    height: 330px;
} */
.section-10-image {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

/* Section 15 Video */
.section-15-video {
    width: 100%;
    height: 462px;
}

.learn-section {
    font-family: 'Poppins', sans-serif;
    margin: 0 auto;
}

.title {
    font-weight: 500;
   
    color: #0e0e0e;
}

.subtitle {
    font-weight: 400;
   
    color: #000;
    max-width: 924px;
    margin: 0 auto;
}

.point-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 10px;
}

.check-icon {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
}

.point-item p {
    /* font-size: 19.93px; */
    font-weight: 400;
    color: #898989;
    margin: 0;
    flex: 1;
}

@media (max-width: 768px) {
  
    .check-icon {
        width: 28px;
        height: 28px;
    }
}

.bg-blue {
    background-color: #0040c3;
}

/* .bg-blue .text-white,
.bg-blue .cissn-collapse-title,
.bg-blue .accordion-button,
.bg-blue .cissn-collapse-content {
    color: #505050 !important;
} */

.bg-blue .accordion-item {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.bg-blue .accordion-button::after {
    filter: brightness(0) invert(1);
}

.bg-blue .accordion .accordion-button {
    color: #505050;  
    background-color: white;
    position: relative;
}

.bg-blue .accordion .accordion-button::after {
    filter: none;  
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23505050'%3e%3cpath 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");
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}

.bg-blue .accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.bg-blue .accordion .accordion-item {
    background-color: #fff;  /* White background for accordion items */
}

.bg-blue .cissn-collapse-title,
.bg-blue .cissn-collapse-content {
    color: #505050 !important;  /* Black text color for accordion content */
}

.cissn-section {  
    width: auto;  /* Allow section to expand full width */
    padding-left: 15px;  /* Add padding back inside */
    padding-right: 15px;  /* Add padding back inside */
}

.gpni-section {
    width: auto;
    background-color: #0040c3;
    color: #ffffff;
}

.gpni-section p,
.gpni-section h1,
.gpni-section h2,
.gpni-section h3,
.gpni-section h4,
.gpni-section h5,
.gpni-section h6 {
    color: #ffffff !important;
}
.responsive-video-2 {
    width: 100%;
    border-radius: 35px;
    height: auto;
    min-height: 50px;
    max-height: 450px;
    object-fit: cover;
}
.video-section {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.img-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%; /* Ensure the container maintains height */
    width:100%;
}

/* .section-2-image {
    border-radius: 50%;
    border: 12px solid #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 450px;
    height: 450px;
    object-fit: cover;
    border-radius: 50%;
} */

/* @media (max-width: 991.98px) {
    .section-2-image {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    .section-2-image {
        width: 200px;
        height: 200px;
    }
} */

.step-container {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.step-number {
    background-color: #1a56db;
    color: #ffffff;
    font-weight: bold;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}
.step-content div {
    font-weight: 400;
    color: #000;
}

/* Responsive styles */
@media (max-width: 768px) {
    /* .text-section h1 {
        font-size: 28px;
    }

    .text-section p {
        font-size: 16px;
    } */

    .step-number {
        width: 60px;
        height: 60px;
    }

}
/* 
.merchandise2-container {
    background-color: #0040c3;
}

.merchandise2-container .merchandise2-title {
    font-size: 49px;
    color: #ffffff;
}

.merchandise2-container .merchandise2-btn {
    background-color: #ffffff;
    color: #0040c3;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
}

.merchandise2-container .merchandise2-btn:hover {
    background-color: #f8f9fa;
    color: #002d8a;
} */

/* Additional responsive styles for header-section */
@media (max-width: 991.98px) {
    
    .certification-section .certificate-image {
        margin-bottom: 15px;
        max-width: 100%;
    }
    
    .certification-section .title {
        margin-bottom: 20px;
    }
    
    .btn.btn-primary {
        width: auto;
        min-width: 200px;
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {

    
    /* .certification-section .certificates-container {
        margin-bottom: 15px;
    } */
    
    .btn.btn-primary {
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    
    .certification-section .title {
        margin-bottom: 15px;
    }
    
    .certification-section .rating {
        font-size: 14px;
    }
    
    .certificate-image {
        border-radius: 5px;
    }
}

.testimonial-slider-container {
    width: 100%;
    padding: 20px 0;
    position: relative;
}

.testimonial-slider {
    position: relative;
    display: flex;
    align-items: center;
}

.slider-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 0 20px;
}

.slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.3s ease;
}

.testimonial-slide {
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
}

.slider-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: 1px solid #ddd;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev-arrow {
    left: 0;
}

.next-arrow {
    right: 0;
}

.testimonial-card {
    border-radius: 5px;
    border: 1px solid #CFDEFF;
    background: #FDFDFD;
}

.quote {
    font-weight: 500;
    color: #0040c3;
   
    margin-bottom: 20px;
}

.quote-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.line {
    width: 23px;
    height: 2px;
    background-color: #0e0e0e;
}

@media (max-width: 992px) {
    .testimonial-slide {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .testimonial-slide {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .student-testimonial-content {
        flex-direction: column;
    }
    
    .slider-arrow {
        width: 35px;
        height: 35px;
    }
}

.student-testimonial-text {
    flex: 1;
    min-width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.student-testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem !important;
}

.student-testimonial-header img {
    width: 30px;
    margin-right: 1rem;
}
.learn-list-certificate {
        list-style: none;
        /* padding-left: 0; */
        color: #000;
}
.quote {
    
    font-style: italic;
    margin-bottom: 1.5rem !important;
    min-height: 60px;
}

.student-name {
    font-weight: 500;
    margin-bottom: 0.5rem !important;
    font-size: 1.25rem;
}

.stars .star {
    color: #ffc107;
    margin-right: 0.2rem;
}


.student-testimonial-text {
    flex: 1;
    min-width: 300px;
    max-width: 100%;
}

.student-testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.student-testimonial-header img {
    margin-right: 10px;
}


.quote-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 200px; /* Set minimum height for the quote container */
}

.video-section {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    min-width: 300px;
    max-width: 100%;
}

.responsive-video-2 {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .student-testimonial-content {
        flex-direction: column;
    }
    
    .student-testimonial-text, 
    .video-section {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .student-testimonial-quote {
        min-height: auto;
        margin-bottom: 30px;
    }
    
    .quote-container {
        min-height: 150px;
        margin-bottom: 20px;
    }

    .responsive-video-2 {
        min-height: 200px;
    }
}


.testimonial-slider-container {
    position: relative;
    padding: 10px 0;
}

.testimonial-slider {
    position: relative;
    display: flex;
    align-items: center;
}

.slider-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 0 20px;
}

.slider-track {
    display: flex;
    border-radius: 50%;
    background: white;
    border: 1px solid #ddd;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev-arrow {
    left: 0;
}

.next-arrow {
    right: 0;
}

.student-review-card {
    border-radius: 5px;
    border: 1px solid #CFDEFF;
    background: #FDFDFD;
    height: 250px; 
    overflow: hidden;
    transition: height 0.3s ease; 
}

.student-review-card.expanded {
    height: auto; /* Allow full height when expanded */
}

.student-review-name {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px !important;
}


@media (max-width: 992px) {
    .testimonial-slide {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .testimonial-slide {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
