.title b {
    font-weight: 700;
}

.color-b {
    color: var(--tg-heading-color);
}

.video-container {
    position: relative;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire container */
    z-index: -1; /* Keeps video behind content */
}

.video-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto; /* Center the video on the page */
    background-color: #000; /* Optional: Background fallback */
}

.history__img-wrap video {
    width: 481px;
    height: 481px;
    border-radius: 15px;
}

.aboutus-video video {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.under-title {
    font-size: 20px;
}

.plan_buttons {
    text-align: center;
    margin-top: 20px;
}

.book {
    background-color: #ffffff;
}

.book p {
    color: var(--tg-body-color);
}

.banner__shape img {
    bottom: -100px;
    left: -86px;
}

.banner__img .shape {
    left: 0px;
}

.banner__content {
    margin-top: -125px;
}

.client__box-two {    
    margin: 10px;
}

.tg-border-btn {
    margin: 10px;
}

.testimonial__item-five {
    display: block;
}

.brand-item img {
    cursor: grab;
}

.services-get-started {
    cursor: pointer;
    font-weight: bold;
    color: var(--tg-heading-color);
    border-color: var(--tg-theme-primary);
}

.services-get-started:hover {
     background: var(--tg-theme-primary);
     color: var(--tg-color-white-default);
}

.chart__wrap {
    left: 158px;
}

.blog-h {
    min-height: 410px
}