.half-testimonials-half-form {
    padding: 0;
    position: relative;
}

.half-testimonials-half-form::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    opacity: 0.7;
    z-index: 1;
}

.half-testimonials-half-form__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.half-testimonials-half-form > .container {
    position: relative;
    z-index: 2;
}

.half-testimonials-form__text {
    position: relative;
}

.half-testimonials-form__text-inner {
    padding-top: var(--section-margins);
    padding-bottom: var(--section-margins);
    padding-left: 21px;
    padding-right: 21px;
    position: relative;
    z-index: 2;
}

.half-testimonials-form__text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    opacity: 0.7;
    z-index: 1;
}

.half-testimonials-half-form__flex {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
    gap: 0;
}

.half-testimonials__featured-item-text p {
    font-family: var(--font-cursive);
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 22px;
    color: var(--light);
    margin: 0 auto 15px;
    max-width: 469px;
    width: 100%;
}

.half-testimonials__featured-item-text .testimonial-read-more,
.half-testimonials__featured-item-text .testimonial-read-less {
    font-weight: 400;
    text-decoration: none !important;
    background: none;
    cursor: pointer;
    color: var(--secondary-color);
}

.half-testimonials__featured-item-text .testimonial-read-more:hover,
.half-testimonials__featured-item-text .testimonial-read-less:hover {
    text-decoration: underline !important;
    color: var(--secondary-color);
}

.half-testimonials__featured.slick-initialized {
	margin-bottom: 65px;
}

.half-testimonials__featured .slick-dots {
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.half-testimonials__featured .slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
}

.half-testimonials__featured .slick-dots li::before {
    display: none;
}

.half-testimonials__featured .slick-dots li button {
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: var(--white);
    border-radius: 50%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.half-testimonials__featured .slick-dots li.slick-active button {
    background-color: var(--secondary-color);
}

.half-testimonials__featured-item .testimonial__star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 16px;
    color: var(--secondary-color);
    margin-bottom: 17px;
}

.half-testimonials__featured-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: var(--white);
}

.half-testimonials-form__text,
.half-testimonials-form__area {
    width: 100%;
}

.half-testimonials-form__area {
    padding: 64px 22px;
    background: var(--white);
    color: var(--body-color);
    width: calc(100% + 44px);
}

.testimonials__review-text {
    width: 245px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 12px 11px;
    background: linear-gradient(172.41deg, rgba(0, 0, 0, 0.03) 5.32%, rgba(0, 0, 0, 0.01) 93.56%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5.5px);
    border-radius: var(--border-radius-small);
    margin: 35px auto;
}

.testimonials__review-text-logo {
    min-width: 50px;
    min-height: 50px;
    margin-right: 12px;
}

.half-testimonials-form__text .testimonials__rating-details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.half-testimonials-form__text .testimonials__rating {
    display: block;
}

.half-testimonials-form__text .testimonials__rating h5 {
    font-weight: 700;
    font-size: 16px;
    color: var(--white);
    font-family: var(--font-primary);
    text-align: left;
    margin: 0;
}

.half-testimonials-form__text .testimonials__rating {
    font-weight: 700;
    font-size: 21px;
    color: var(--white);
    font-family: var(--font-primary);
}

.half-testimonials-form__text .testimonials__rating-details span {
    color: var(--star-color);
    font-size: 16px;
    margin-left: 8px;
}

.half-testimonials-form__area-text {
    margin-bottom: 25px;
}

.half-testimonials-form__area-text .sub-heading,
.half-testimonials-form__area-text .sub-heading * {
    color: var(--primary-color);
}

.bg-dark .half-testimonials-form__area :where(h2,h3,h4,h5,h6) {
    color: var(--dark);
}

.half-testimonials-half-form .half-testimonials-form__area .form-col-btn {
    margin-top: 0;
    margin-bottom: 15px;
}

.half-testimonials-half-form .half-testimonials-form__area .form-col-btn p {
    color: var(--body-color);
}

.half-testimonials-form__area-inner {
    position: relative;
    z-index: 2;
}

.half-testimonials-half-form  .choices__inner {
    background: var(--white);
    border: 1px solid var(--border-color);
    color: var(--body-color);
}

.half-testimonials-half-form  .choices:before {
    background: var(--border-color);
}

.half-testimonials-half-form  .choices__list .choices__item--choice {
    color: var(--body-color);
    background: var(--white);
}

.half-testimonials-half-form  .choices__list .choices__item--choice:nth-child(even) {
    background: var(--medium);
}

.half-testimonials-half-form  .is-focused .choices__inner,
.half-testimonials-half-form  .is-open .choices__inner {
    border-color: var(--primary-color);
}

.half-testimonials-half-form  .is-open .choices__list--dropdown {
    border-color: var(--border-color);
}

.half-testimonials-half-form .half-testimonials-form__area .form-col-btn p {
    margin-bottom: 0;
}

.half-testimonials-half-form .gform_wrapper.gravity-theme .gform_footer {
    flex-direction: column;
    margin-top: 25px;
    align-items: flex-start;
    gap: 15px;
}

.half-testimonials-half-form .gform_wrapper.gravity-theme .gform_footer .btn {
    margin-bottom: 0;
}

.half-testimonials-half-form .half-testimonials-form__area .form-col-btn {
    margin-bottom: 0;
}

.bg-dark.half-testimonials-half-form .half-testimonials-form__area .form-col-btn p a {
    color: var(--primary-color);
    text-decoration: none;
}

.bg-dark.half-testimonials-half-form .half-testimonials-form__area-text p {
    color: var(--body-color);
}

.bg-dark.half-testimonials-half-form .ginput_container [type="text"], 
.bg-dark.half-testimonials-half-form .ginput_container [type="date"], 
.bg-dark.half-testimonials-half-form .ginput_container [type="datetime"],
.bg-dark.half-testimonials-half-form .ginput_container [type="datetime-local"],
.bg-dark.half-testimonials-half-form .ginput_container [type="email"],
.bg-dark.half-testimonials-half-form .ginput_container [type="month"],
.bg-dark.half-testimonials-half-form .ginput_container [type="number"],
.bg-dark.half-testimonials-half-form .ginput_container [type="password"],
.bg-dark.half-testimonials-half-form .ginput_container [type="search"],
.bg-dark.half-testimonials-half-form .ginput_container [type="tel"], 
.bg-dark.half-testimonials-half-form .ginput_container [type="url"], 
.bg-dark.half-testimonials-half-form .ginput_container [type="week"], 
.bg-dark.half-testimonials-half-form .ginput_container [type="date"] {
	background-color: var(--white);
    color: var(--body-color);
    border: var(--border);
}

.bg-dark.half-testimonials-half-form .ginput_container [type="text"]::placeholder, 
.bg-dark.half-testimonials-half-form .ginput_container [type="date"]::placeholder, 
.bg-dark.half-testimonials-half-form .ginput_container [type="datetime"]::placeholder,
.bg-dark.half-testimonials-half-form .ginput_container [type="datetime-local"]::placeholder,
.bg-dark.half-testimonials-half-form .ginput_container [type="email"]::placeholder,
.bg-dark.half-testimonials-half-form .ginput_container [type="month"]::placeholder,
.bg-dark.half-testimonials-half-form .ginput_container [type="number"]::placeholder,
.bg-dark.half-testimonials-half-form .ginput_container [type="password"]::placeholder,
.bg-dark.half-testimonials-half-form .ginput_container [type="search"]::placeholder,
.bg-dark.half-testimonials-half-form .ginput_container [type="tel"]::placeholder, 
.bg-dark.half-testimonials-half-form .ginput_container [type="url"]::placeholder, 
.bg-dark.half-testimonials-half-form .ginput_container [type="week"]::placeholder, 
.bg-dark.half-testimonials-half-form .ginput_container [type="date"]::placeholder {
    color: var(--body-color);
}

@media ( max-width: 767px ) {
    
    .half-testimonials-half-form > .container {
        padding: 0;
    }
}

@media ( min-width: 768px ) {

    .half-testimonials-half-form {
        padding-bottom: var(--section-margins);
        padding-top: var(--section-margins);
    }

    .half-testimonials-form__text-inner {
        padding: 0;
    }

    .half-testimonials-form__text::before {
        display: none;
    }

    .half-testimonials-half-form__flex {
        align-items: center;
        gap: 64px;
    }

    .half-testimonials-form__area {
        box-shadow: var(--box-shadow);
        border-radius: var(--box-border-radius-md);
        margin: 0;
        width: 100%;
    }

    .half-testimonials-half-form .half-testimonials-form__area {
        padding: 70px 56px 52px 26px;
        border-radius: var(--half-border-radius);
        margin-left: 19px;
        position: relative;
        margin-bottom: 24px;
    }

    .half-testimonials-half-form .half-testimonials-form__area::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: var(--half-border-radius);
        background: transparent;
        top: 24px;
        left: -22px;
        border: 3px solid var(--secondary-color);
    }
}

@media ( min-width: 1200px ) {
    .half-testimonials-half-form .half-testimonials-form__text {
        width: calc(43% - 16px);
        max-width: 467px;
    }

    .half-testimonials-half-form .half-testimonials-form__area {
        width: calc(57% - 16px);
    }

    .half-testimonials-half-form .half-testimonials-form__area::after {
        width: calc(100% - 9px);
        height: calc(100% - 7px);
    }

    .half-testimonials-half-form .half-testimonials-form__area .gform_wrapper.gravity-theme .gform_footer .btn {
        margin-bottom: 0;
    }
}

@media ( min-width: 1367px ) {
    .half-testimonials-half-form .gform_wrapper.gravity-theme .gform_footer {
        align-items: center;
        flex-direction: row;
        text-align: unset;
        gap: 10px;
    }
}