.video-feature-section {
    background-color: #fff;
    padding: 20px 20px;
    font-family: "Segoe UI", sans-serif;
    display: flex;
    justify-content: center;
}

.video-feature-wrapper {
    max-width: 1200px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.video-feature-media {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.video-feature-bottom {
    background: #ffffff;
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 120px;
    border-top: 1px solid #eee;
}

.cert-logos {
    display: flex;
    gap: 15px;
    align-items: center;
}

.cert-logos img {
    height: 120px;
    width: auto;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px 25px;
    flex: 1;
}

.feature-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333;
}

.feature-item i {
    color: #2ecc71;
    margin-right: 8px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .video-feature-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .cert-logos {
        justify-content: center;
        width: 100%;
    }
}

.section-video {
    margin: 50px 0 50px 0;
}


.cus-title h4 {
    font-size: 38px;
    font-weight: 700;
}

.cus-sub-title {
    border: 2px solid grey;
    border-radius: 30px;
}


.review-trust-section {
    background: #f9fbfe;
    padding: 60px 20px;
    font-family: "Segoe UI", sans-serif;
}

.review-trust-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.review-logo-box {
    flex: 1 1 300px;
    text-align: center;
}

.review-logo-box img {
    max-width: 400px;
    margin-bottom: 10px;
}

.review-stars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin: 10px 0;
}

.review-stars img {
    width: 20px;
    height: 20px;
}

.review-count {
    font-weight: 600;
    color: #444;
}

.review-content-box {
    flex: 2 1 600px;
}

.review-content-box h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2c3e50;
}

.review-content-box p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.review-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    font-weight: 600;
    color: #333;
    transition: background 0.3s ease;
}

.badge-item:hover {
    background: #eef4ff;
}

.badge-item i {
    color: #4a6cf7;
    font-size: 20px;
}

.btn-quote {
    background-color: #4a6cf7;
    color: #fff;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-quote:hover {
    background-color: #3951cc;
}

@media screen and (max-width: 768px) {
    .review-trust-container {
        flex-direction: column;
        text-align: center;
    }

    .review-content-box {
        text-align: center;
    }

    .review-badges {
        justify-content: center;
    }
}


.border {
    border: 1px solid gray;
    border-radius: 30px;
    padding: 40px 20px 40px 20px;
}


.honors-section {
    background-color: #eaf8ff;
    padding: 60px 20px;
    font-family: "Segoe UI", sans-serif;
}

.honors-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 100px;
    flex-wrap: wrap;
    justify-content: center;
}

.honors-logo {
    flex-shrink: 0;
    max-width: 180px;
}

.honors-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.honors-text {
    max-width: 650px;
    color: #222;
}

.honors-text h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #2c2c2c;
}

.honors-text p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .honors-container {
        flex-direction: column;
        text-align: center;
    }

    .honors-text {
        max-width: 100%;
    }
}

.reviews-icons img{
    margin-right: 10px;
}

.reviews-icons img:last-child{
    margin-right: 0px;
}

.wpo-testimonial-section .testimonial-wrap .testimonial-content .text img{
}



