.course-features-info ul {
    list-style: none;
    padding: 0;
}

.course-features-info ul li {
    margin-bottom: 10px;
}

.course-btn {
    font-size: 15px;
    display: block;
    padding: 10px 50px;
    background-color: #282f39;
    /* Orange background */
    color: #fff;
    /* text-align: center; */
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}


.course-btn:hover {
    background: #E74C3C;
    color: #fff;

}

.course-features-info h5 {
    font-size: 18px;
    /* Adjust the size based on preference */
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 3px solid #E74C3C;
    /* Border color matching the button color */
    /* display: inline-block; */
    text-align: center;

}

.img-overview {
    position: relative;
    width: 100%;
    /* max-width: 400px;
    margin: 20px auto; */
    height:450px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.training-overview-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
    border-radius: 15px;
}

/* Hover Effect */
.img-overview:hover {
    transform: scale(1.03);
}

.img-overview:hover .training-overview-img {
    transform: scale(1.03);
}

/* Add a slight gradient overlay */
.img-overview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    opacity: 0.5;
    z-index: 1;
    border-radius: 15px;
}

.training-overview-content {
    margin-top: 24px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.training-overview-banner {
    padding: 22px 20px 18px;
    text-align: center;
    background: #cf2e2e;
}

.training-overview-banner h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.training-overview-banner p {
    display: inline-block;
    margin: 0;
    padding: 8px 18px;
    color: #ffffff;
    background: #111111;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.training-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    padding: 34px 38px;
}

.training-overview-block + .training-overview-block {
    margin-top: 20px;
}

.training-overview-block h3 {
    margin: 0 0 10px;
    color: #cf2e2e;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.training-overview-block ul {
    margin: 0;
    padding-left: 24px;
    list-style: disc;
}

.training-overview-block ul li {
    list-style: disc;
    margin-bottom: 6px;
    color: #1f1f1f;
    font-size: 15px;
    line-height: 1.25;
}

.training-overview-text,
.training-overview-brand p {
    margin: 0;
    color: #1f1f1f;
    font-size: 15px;
    line-height: 1.25;
}

.training-overview-brand {
    margin-bottom: 10px;
}

.training-overview-brand h4 {
    margin: 0;
    color: #cf2e2e;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

@media (max-width: 991px) {
    .training-overview-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 28px 24px;
    }
}

@media (max-width: 575px) {
    .training-overview-banner h2 {
        font-size: 22px;
        letter-spacing: 0.5px;
    }

    .training-overview-banner p {
        font-size: 15px;
        padding: 8px 14px;
    }

    .training-overview-grid {
        padding: 22px 16px;
    }

    .training-overview-block h3 {
        font-size: 18px;
    }

    .training-overview-block ul li,
    .training-overview-text,
    .training-overview-brand p,
    .training-overview-brand h4 {
        font-size: 15px;
    }
}

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}

.white-heading {
    color: #ffffff;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}

.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}

/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 25px;
    padding-bottom: 25px;
    background-position: center;
    background-size: cover;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 70%;
    margin: auto;
    /* padding: 20px; */
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
    text-align: justify;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    margin: 20px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #ffffff;
    font-size: 20px;
}

.testimonial .carousel {
    /* padding-bottom: 50px; */
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    position: absolute;
    bottom: 35%;
    display: flex;
    width: 20px;
    height: 20px;
}


/*start styles*/
.accordion {
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 100%;
}

/* .accordion__item {
    border: 1px solid #e5f3fa;
    border-radius: 10px;
    overflow: hidden;
    background: #e7f3ce;
} */
.accordion__item {
    border: 1px solid #e5f3fa;
    border-radius: 10px;
    overflow: hidden;
    background: #f1f1f1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    /* You can adjust these values */
}

.accordion__item ul li {
    list-style: disc;
}


.accordion__header {
    padding: 10px 25px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.accordion__header::after {
    content: '';
    background: url(https://www.svgrepo.com/show/357035/angle-down.svg) no-repeat center;
    width: 20px;
    height: 20px;
    transition: .4s;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 1;
}

.accordion__header.active {
    background: #282f39;
    color: #fff;
}

.accordion__header.active::after {
    transform: rotateX(180deg);
}

.accordion__item .accordion__content {
    padding: 1px 30px 0px 50px;
    max-height: 0;
    transition: .5s;
    overflow: hidden;
}


/* ------testimonial  close-------*/
