body.logged-in #wrapper.banner-wrapper {
    margin-top: 0 !important;
}
body.logged-in .fixed-top {
    top: 32px;
}
body.logged-in .nav-right .sidebar {
    top: 32px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
    border: 1px solid #c3e6cb;
}

.alert-error {
    background-color: #f8d7da;
    color: #721c24;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
    border: 1px solid #f5c6cb;
}

/* Style toggle button */
.submenu-toggle {
    background: none;
    border: none;
    cursor: pointer;
}

/* Layout for parent item */
.has-submenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.has-submenu .parent-link {
    width: auto; 
}
.has-submenu  .submenu-toggle {
    width: 30px;
    text-align: right;
    display: flex;
    justify-content: end;
}
.current-menu-item > a, .current-menu-parent > a {
    color: #F35528 !important;
}

.training-blocks-one-column .steps-card {
    width: 100%;
    border: 1px solid #DFDFDF !important;
    padding: 20px;
    position: relative;
    border-radius: 12px;
    margin-bottom: 15px;
}


.training-blocks-one-column .steps-card .step-img {
    float: left;
    margin-right: 18px;
    margin-bottom: 45px;
}


.training-blocks-one-column .steps-card .step-title {
    margin-bottom: 5px;
}

.forklift-training-courses .heading-right h4 {
    font-size: var(--font-20);
}

.why-the-cademy {
    background-color: #fff !important;
}
.why-the-cademy .inline-heading, .forklift-training-courses .inline-heading {
    align-items: center;
}
.light-grey-bg {
    background-color: #FAFAFA !important;
}
.legal-requirement-section h2 {
    margin-bottom: 1rem;
}
.training-overview-steps-p-0 {
    padding-left: 0 !important;
}
.why-the-cademy .credentials-grid .credential-card:last-child {
    border-right: none;
}
.legal-requirement-section .right-steps-cards .steps-card {
    border: 1px solid #DFDFDF1A !important;
    background: #FFFFFF0D;
}
.legal-requirement-section .left-steps-cards .steps-card {
    border: 1px solid #F35528 !important;
    background: #F355281A;
}
.legal-requirement-section .steps-card .step-title, .legal-requirement-section .steps-card p {
    color: #fff;
}
.forklift-training-blocks .stats-list, .courses-bottom-line {
    padding-top: 1rem;
    border-top: 1px solid #DFDFDF;
}
.forklift-training-blocks .stats-list ul li {
    width: 100%;
}
.section-tag-grey {
    color: #424242;
}
.why-the-cademy .credential-card.small:nth-child(3), .why-the-cademy .credential-card.extrasmall:nth-child(3) {
    border-right: inherit;
}
.why-the-cademy .credential-card.small, .why-the-cademy .credential-card.extrasmall {
    border-bottom: none;
}
.credential-card.extrasmall {
    width: 20%;
    text-align: center;
}
.credential-card.extrasmall .icon-box {
    margin-left: auto;
    margin-right: auto;
}
.training-blocks-one-column .steps-card:last-child {
    margin-bottom: 0;
}
.inner-banner-custom .banner-img {
    height: 60vh;
}
.custom-page-title {
    position: relative;
    margin-bottom: var(--gap-20) !important;
    padding-bottom: var(--gap-12);
}
.custom-page-title:after {
    content: "";
    position: absolute;
    background: #F35528;
    width: 120px;
    height: 8px;
    left: 0;
    bottom: 0;
}
.page-template-template-contact-us .enquiry-form-card .form-disclaimer {
    text-align: center;
}

/* Testimonials Section */
.testimonials-section {
    background: #ffffff;
}

/* Header with Filters */
.testimonials-filters {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--gap-12);
    flex-wrap: wrap;
    height: 100%;
}

/* Filter Buttons */
.filter-btn {
    padding: 10px 16px;
    border-radius: 100px;
    border: 1px solid #DFDFDF;
    font-size: var(--font-14);
    line-height: 100%;
    color: #050A17;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    white-space: nowrap;
}

.filter-btn:hover {
    background: #F35528;
    border-color: #F35528;
    color: #FFFFFF;
}

.filter-btn.active {
    background: #F35528;
    border-color: #F35528;
    color: #FFFFFF;
}

/* Testimonials Grid - Full Width Cards */
.testimonials-grid {
    display: flex;
    flex-direction: column;
    gap: var(--gap-15);
    margin-top: var(--gap-20);
}

/* Testimonial Card - Full Width */
.testimonial-card {
    background: #ffffff;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    padding: 20px 28px;
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* Rating Stars */
.testimonial-rating {
    font-family: inherit;
    font-weight: 400;
    font-style: Regular;
    font-size: var(--font-18);
    line-height: 29.7px;
    letter-spacing: 2px;
    color: #F35528;
    margin-bottom: 10px;
}

/* Testimonial Text */
.testimonial-text, .testimonial-card p, .review-card p {
    font-size: 15px;
    line-height: 150%;
    color: #424242;
    margin-bottom: 15px;
}

/* Testimonial Author */
.testimonial-author {
    display: flex;
    align-items: center;
    gap: var(--gap-12);
    margin-top: 5px;
}

/* Author Avatar - Only text color is orange, background is #F5F5F5 */
.author-avatar {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #F5F5F5;
    font-weight: 600;
    font-size: var(--font-14);
    line-height: 23.1px;
    color: #F35528;
    text-transform: uppercase;
    flex-shrink: 0;
}

/* Author Name */
.author-name {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: var(--font-14);
    line-height: 23.1px;
    color: #0D0D0D;
}

/* Testimonials Bottom Section - Centered */
.testimonials-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-20);
    margin-top: var(--gap-20);
    padding-top: var(--gap-20);
}

/* Separator Line */
.testimonials-separator {
    width: 100%;
    height: 1px;
    background: #E8E8E8;
}

/* Load More Button */
.theme-border-btn {
    padding: 12px 24px;
    gap: 8px;
    border-radius: 8px;
    border: 1.5px solid #F35528;
    font-size: var(--font-18);
    text-transform: uppercase;
    color: #F35528;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.theme-border-btn:hover {
    background: #F35528;
    color: #ffffff;
}

/* Pagination Count */
.pagination-count {
    font-size: var(--font-14);
    line-height: 100%;
    color: #888888;
}

/* Testimonials Pagination */
.testimonials-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonials-pagination .page-numbers {
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #E8E8E8;
    color: #424242;
    text-decoration: none;
    font-size: var(--font-14);
    transition: all 0.3s ease;
}

.testimonials-pagination .page-numbers.current {
    background: #F35528;
    border-color: #F35528;
    color: #ffffff;
}

.testimonials-pagination .page-numbers:hover:not(.current) {
    background: #f5f5f5;
}

.testimonials-pagination .page-numbers.prev,
.testimonials-pagination .page-numbers.next {
    padding: 8px 16px;
}

/* Testimonial Rating Stars */
.testimonial-rating {
    font-family: inherit;
    font-weight: 400;
    font-style: Regular;
    font-size: var(--font-18);
    line-height: 29.7px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.testimonial-rating .star.filled {
    color: #F35528;
}

.testimonial-rating .star.empty {
    color: #D3D3D3;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonials-filters {
        justify-content: flex-start;
        margin-top: var(--gap-16);
    }
    
    .testimonial-card {
        padding: 16px 20px;
    }
    
    .testimonials-bottom {
        gap: var(--gap-16);
    }
    
    .filter-btn {
        padding: 8px 14px;
        font-size: var(--font-12);
    }
}

@media (max-width: 480px) {
    .testimonial-rating {
        font-size: var(--font-16);
    }
    
    .testimonial-text {
        font-size: var(--font-14);
    }
    
    .theme-border-btn {
        font-size: var(--font-16);
        padding: 10px 20px;
        width: 100%;
        text-align: center;
    }
}






/***** CSS Styles for Slick Carousel *****/
/* Training Categories Slider */
.training-categories-wrapper {
    position: relative;
}

.training-categories-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.training-categories-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}

.training-categories-slider .slick-slide > div {
    height: 100%;
}

.training-categories-slider .training-category-card {
    margin: 0;
}

/* Slider Navigation - Top Right */
.slider-navigation {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 10;
}

.slider-prev,
.slider-next {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #E8E8E8;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.slider-prev:hover,
.slider-next:hover {
    background: #F35528;
    border-color: #F35528;
}

.slider-prev:hover svg path,
.slider-next:hover svg path {
    stroke: #ffffff;
}

.slider-prev.slick-disabled,
.slider-next.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.slider-prev.slick-disabled:hover,
.slider-next.slick-disabled:hover {
    background: #ffffff;
    border-color: #E8E8E8;
}

.slider-prev.slick-disabled:hover svg path,
.slider-next.slick-disabled:hover svg path {
    stroke: #0D0D0D;
}

/* Slick Dots - Optional */
.slick-dots {
    bottom: -35px;
}

.slick-dots li button:before {
    color: #D3D3D3;
    font-size: 10px;
}

.slick-dots li.slick-active button:before {
    color: #F35528;
}

/* Responsive */
@media (max-width: 768px) {
    .slider-navigation {
        top: -50px;
        gap: 8px;
    }
    
    .slider-prev,
    .slider-next {
        width: 36px;
        height: 36px;
    }
    
    .slider-prev svg,
    .slider-next svg {
        width: 18px;
        height: 18px;
    }
    
    .training-categories-slider .slick-slide {
        padding: 0 6px;
    }
    .training-categories-section .training-categories-wrapper {
        padding-top: 50px;
    }
    .training-categories-wrapper .slider-navigation {
        top: 0;
    }
}

.training-categories-wrapper {
    position: relative;
    width: 100%;
}

.training-categories-slider {
    width: 100%;
}

.training-categories-slider .slick-list {
    overflow: hidden;
    margin: 0 -10px;
}

.training-categories-slider .slick-slide {
    padding: 0 10px;
}
.training-categories-slider .slick-slide  a {
    display: flex;
    gap: 6px;
}
.page.page-id-733 .accreditation-section.dark-section, .page.page-id-830 .accreditation-section.dark-section {
    display: none;
}
.page.page-id-733 .contact-enquiry-section.light-grey-bg, .page.page-id-830 .contact-enquiry-section.light-grey-bg {
    background-color: #fff !important;
}



/******** Testimonials On Homepage *******/
/* Reviews Section */
.reviews-section {
    background: #ffffff;
}

/* Center Title */
.section-title.text-center {
    text-align: center;
}

.section-title.text-center .section-tag {
    display: inline-block;
}

/* Reviews Grid - Masonry Layout using CSS Columns */
.reviews-grid {
    column-count: 3;
    column-gap: var(--gap-20);
}

/* Review Card */
.review-card {
    background: #ffffff;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    padding: 20px 28px;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    transition: all 0.3s ease;
    margin-bottom: var(--gap-20);
    break-inside: avoid;
    page-break-inside: avoid;
}

.review-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* Review Rating Stars */
.review-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 10px;
}

.review-rating .star.filled {
    color: #F35528;
    font-size: var(--font-18);
    line-height: 29.7px;
    letter-spacing: 2px;
}

.review-rating .star.empty {
    color: #D3D3D3;
    font-size: var(--font-18);
    line-height: 29.7px;
    letter-spacing: 2px;
}

/* Review Text */
.review-text {
    font-size: 15px;
    line-height: 150%;
    color: #424242;
    margin-bottom: 15px;
    flex: 1;
}

/* Review Author */
.review-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 5px;
}

/* Author Avatar */
.review-author .author-avatar {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #F5F5F5;
    font-weight: 600;
    font-size: var(--font-14);
    line-height: 23.1px;
    color: #F35528;
    text-transform: uppercase;
    flex-shrink: 0;
}

/* Author Name */
.review-author .author-name {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: var(--font-14);
    line-height: 23.1px;
    color: #0D0D0D;
}

/* Reviews Bottom - Centered */
.reviews-bottom {
    display: flex;
    justify-content: center;
    margin-top: var(--gap-50);
}

.theme-border-btn {
    padding: 12px 24px;
    gap: 8px;
    border-radius: 8px;
    border: 1.5px solid #F35528;
    font-size: var(--font-18);
    text-transform: uppercase;
    color: #F35528;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.theme-border-btn:hover {
    background: #F35528;
    color: #ffffff;
}
.theme-btn {
    border-radius: 8px;
}
.notes-card .only-arrow-btn:hover {
    background-color: #F35528;
}
.course-reading-info .reading-time {
    display: none;
}
.course-reading-info .view-course-btn {
    padding-left: 0;
}
.combined-forklift-fi .media-content-image .informative-overlay-content .left-overlay-content {
    width: 100%;
}

/* Responsive */
@media (max-width: 992px) {
    .reviews-grid {
        column-count: 2;
    }
}

@media (max-width: 768px) {
    .reviews-grid {
        column-count: 1;
        gap: var(--gap-16);
    }
    
    .review-card {
        padding: 16px 20px;
        margin-bottom: var(--gap-16);
    }
}

@media (max-width: 480px) {
    .review-rating .star.filled,
    .review-rating .star.empty {
        font-size: var(--font-16);
    }
    
    .review-text {
        font-size: var(--font-14);
    }
    
    .theme-border-btn {
        font-size: var(--font-16);
        padding: 10px 20px;
        width: 100%;
        text-align: center;
    }
}


/***** List Items on Forklift Combined page *****/
.page-template-template-forklift-training-combined .right-steps-cards .training-blocks-one-column .steps-card .step-img {
    margin-bottom: 0;
}
.page-template-template-forklift-training-combined .right-steps-cards .training-blocks-one-column .steps-card {
    align-items: center;
    display: flex;
}

/* Key Points Section */
.key-points-section {
    background: #ffffff;
}

.key-points-wrapper {
    border-radius: var(--font-16);
    border: 1px solid #DFDFDF;
    overflow: hidden;
}

/* Key Point Item */
.key-point-item {
    display: flex;
    align-items: flex-start;
    gap: var(--font-24);
    padding: 28px 36px;
    background: #FFFFFF;
    border-bottom: 1px solid #DFDFDF;
}

.key-point-item:last-child {
    border-bottom: none;
}

/* Even items - alternate background */
.key-point-item.even {
    background: #FAFAFA;
}

/* Number */
.key-point-number {
    font-weight: 800;
    font-size: var(--font-32);
    line-height: var(--font-32);
    color: #F35528;
    flex-shrink: 0;
    min-width: 45px;
}

/* Content wrapper */
.key-point-content {
    display: flex;
    align-items: flex-start;
    gap: var(--font-16);
    flex: 1;
}

/* Icon */
.key-point-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.key-point-icon img {
    display: block;
    width: 28px;
    height: 28px;
}

/* Text */
.key-point-text {
    font-weight: 500;
    font-size: var(--font-18);
    line-height: 29.6px;
    color: #050A17;
    margin: 0;
    flex: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .key-point-item {
        padding: 20px 24px;
        gap: var(--font-16);
        flex-wrap: wrap;
    }
    
    .key-point-number {
        font-size: 24px;
        line-height: 24px;
        min-width: 35px;
    }
    
    .key-point-content {
        flex: 1;
        min-width: 200px;
    }
    
    .key-point-text {
        font-size: var(--font-16);
        line-height: 22.4px;
    }
    
    .key-point-icon img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .key-point-item {
        padding: 16px 18px;
        gap: var(--font-12);
    }
    
    .key-point-number {
        font-size: var(--font-20);
        line-height: var(--font-20);
        min-width: 30px;
    }
    
    .key-point-content {
        gap: var(--font-12);
        flex-wrap: wrap;
    }
    
    .key-point-text {
        font-size: 15px;
        line-height: 21px;
    }
}

/* Training Covers Section */

.training-covers-wrapper {
    margin: 0 auto;
}

/* Heading */
.training-covers-heading {
    font-weight: 600;
    font-size: var(--font-24);
    line-height: 130%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}

/* List */
.training-covers-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.training-covers-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 0;
}

.training-covers-list li img {
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    margin-top: 2px;
}

.training-covers-list li span {
    font-weight: 400;
    font-size: var(--font-18);
    line-height: 130%;
    color: #424242;
}
.sector-covers {
    font-weight: 400;
    font-size: var(--font-18);
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF66;
    padding-left: var(--gap-12);
    margin-bottom: var(--font-24);
}

.privacy-document .privacy-document-title a {
    color: var(--bs-body-color) !important;
}
.privacy-document .privacy-document-title a:hover {
    color: #F35528 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .training-covers-heading {
        font-size: var(--font-20);
    }
    
    .training-covers-list li span {
        font-size: var(--font-16);
    }
    
    .training-covers-list li img {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .training-covers-heading {
        font-size: var(--font-18);
    }
    
    .training-covers-list li span {
        font-size: var(--font-14);
    }
    
    .training-covers-list li img {
        width: 16px;
        height: 16px;
    }
}