.swiper-slide.h6-slider-item {
    width: auto;
}

.tj-hero-section-two .hero_shapes {
    max-width: 500px;
    z-index: -0;
}


#back_to_top {
  transform: translateY(-50px);
}


/*Form Submission*/
.wpcf7 form.submitting button,
.wpcf7 form.sent button{

pointer-events:none;

opacity:.5;

cursor:not-allowed;

}

.grecaptcha-badge {
    visibility: hidden !important;
}

/* VINTAZK CSAT Star Rating */

.vintazk-star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 14px;
    width: 100%;
    margin: 20px 0 30px;
}

.vintazk-star-rating .wpcf7-list-item {
    margin: 0 !important;
    padding: 0 !important;
}

/* Hide radio buttons */
.vintazk-star-rating input[type="radio"] {
    display: none !important;
}

/* Hide number labels */
.vintazk-star-rating .wpcf7-list-item-label {
    font-size: 0 !important;
    cursor: pointer;
    display: block;
    line-height: 1;
}

/* Create stars */
.vintazk-star-rating .wpcf7-list-item-label::before {
    content: "☆";
    display: block;
    font-size: 60px;
    line-height: 1;
    color: #c9c9c9;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Hover effect */
.vintazk-star-rating .wpcf7-list-item-label:hover::before {
    color: #f5b400;
    transform: scale(1.08);
}

/* Selected star and previous stars */
.vintazk-star-rating input[type="radio"]:checked
+ .wpcf7-list-item-label::before,
.vintazk-star-rating
.wpcf7-list-item:has(input[type="radio"]:checked)
~ .wpcf7-list-item
.wpcf7-list-item-label::before {
    content: "★";
    color: #f5b400;
}



/* Sidebar */
.vintazk-sidebar-section {
    padding: 10px 34px 45px;
}

.vintazk-sidebar-section h3 {
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 18px;
    line-height: 1.3;
}

/* OUR SERVICES and INDUSTRIES WE SERVE */
.vintazk-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vintazk-link-list li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.vintazk-link-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
    text-decoration: none;
    color: #26384d;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    transition: 0.2s ease;
}

.vintazk-link-list a:hover {
    padding-left: 6px;
}

/* Space before Industries section */
.vintazk-sidebar-section h3:not(:first-child) {
    margin-top: 38px;
}

.vintazk-link-list span {
    margin-left: 12px;
    font-size: 17px;
    line-height: 1;
}