/*
Theme Name:   Unfold 2025 Theme
Description:  Custom WordPress theme built for CallJustice law firm, integrating ACF fields and flexible templates.
Author:       Unfold Agency
Author URI:   https://unfoldagency.com/
Version:      1.0.15
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  unfold2025
Tags:         custom-background, custom-logo, custom-menu, flexible-header, featured-images, full-width-template, translation-ready, accessibility-ready
*/
@import url("https://use.typekit.net/drb0bia.css");
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
:root {
  --transition-fast: all 0.15s ease-in-out;
  --transition-medium: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 0.6s ease;
}
html {
    font-size: 15px;
    font-family: var(--wp--preset--font-family--gibson);
}
:where(.is-layout-flex) {
    gap: 1em;
}
input, textarea {
    font-family: var(--wp--preset--font-family--gibson);
}

/* ------------------------------ */
/* TYPOGRAPHY                     */
/* ------------------------------ */

/* ------------------------------ */
/* MOBILE TYPOGRAPHY OVERRIDES   */
/* ------------------------------ */

@media (max-width: 768px) {
    h1,
    .wp-block-heading.has-h-1-font-size {
        font-size: 60px;
        line-height: 1;
    }

    h2,
    .wp-block-heading.has-h-2-font-size {
        font-size: 24px;
        line-height: 95%;
    }

    h6,
    .wp-block-heading.has-h-6-font-size {
        font-size: 14px;
        line-height: 22px;
    }

    h3,
    .wp-block-heading.has-h-3-font-size {
        font-size: 28px;
        line-height: 1.1;
    }

    h4,
    .wp-block-heading.has-h-4-font-size {
        font-size: 24px;
    }

    :root :where(p) {
        font-size: 16px;
    }
}

/* ------------------------------ */
/* Buttons                        */
/* ------------------------------ */
a {
    color: var(--wp--preset--color--primary-red);
    text-decoration: none;
    font-size: calc(1.1576470588 * var(--wp--preset--font-size--small));
}
.wp-block-button.is-style-outline .wp-block-button__link {
    border: 1px solid #ffffff;
}
.wp-block-button.is-style-round {
    width: 50px;
    height: 50px;
}
.wp-block-button.is-style-round a {
    padding: 0;
}
.wp-block-button.is-style-round a i,
.wp-block-button.is-style-round svg {
    margin: 0;
}
.wp-block-button__link {
    transition: var(--transition-medium);
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp-block-button__link i {
    margin-left: 15px;
}
.wp-block-button__link svg {
    margin-right: 0.5em;
}
.wp-block-button__link:hover {
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--primary-red);
    scale: 105%;
}
.is-style-secondary .wp-block-button__link:hover,
.hp-consultation .form-box .gform_footer .gform_button:hover {
    background-color: color-mix(in srgb, var(--wp--preset--color--new-blue) 70%, black) !important;
    color: var(--wp--preset--color--white);
    scale: 105%;
}
.slider-controls button {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-star {
  fill: #e10600;
  width: 30px;
  height: 29px;
}
.icon-phone {
    fill: inherit;
    width: 22px;
    height: 22px;
}
.icon-facebook {
    width: 11px;
    height: 22px;
}
.icon-linkedin {
    width: 41px;
    height: 41px;
}
.icon-instagram {
    width: 41px;
    height: 41px;
}
.icon-youtube {
    width: 41px;
    height: 41px;
}
.icon-tiktok {
    width: 41px;
    height: 41px;
}
.icon-badge {
    position: relative;
    color: var(--wp--preset--color--primary-red);
}
.icon-badge .icon {
    width: 101px;
    height: 101px;
}
.icon-badge i {
    position: absolute;
    inset: 0;
    color: var(--wp--preset--color--white);
    margin: auto;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px) {
    .icon-badge .icon {
        width: 50px;
        height: 50px;
    }
    .icon-badge i {
        font-size: 20px;
    }
}
/* Utilities */
/* Hide on mobile */
.hide-mobile {
    display: none !important;
}
/* Hide on desktop */
.hide-desktop {
    display: inherit !important;
}
@media (min-width: 768px) {
    .hide-mobile {
        display: inherit !important;
    }
    .hide-desktop {
        display: none !important;
    }
}
/* Animated underline */
.underline-animate {
    position: relative;
    display: inline-block;
    /* padding-bottom: 8px; */
    /* overflow: hidden;  */
}

.underline-animate::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0%;
    height: 8px;
    background-color: var(--wp--preset--color--primary-red);
    transition: width 0.6s ease-out;
}

.underline-animate.is-visible::after {
    width: 100%;
}
@media (max-width: 767px) {
    .underline-animate::after {
        bottom: -3px;
        height: 3px;
    }
}
/* .wp-block-button.is-style-secondary .wp-block-button__link {
  background-color: var(--wp--preset--color--secondary-button-bg);
  color: var(--wp--preset--color--secondary-button-text);
} */
.container {
    max-width: var(--wp--style--global--content-size);
    width: 100%;
    margin: auto;
}
.site-header {
    display: flex;
    height: 107px;
    color: #ffffff;
    align-content: center;
    justify-content: center;
    box-shadow: 13px 4px 33px rgba(0, 0, 0,.28);
}
@media (max-width: 767px) {
    .site-header {
        height: 43px;
        padding: 0 15px;
    }
    .custom-logo-link {
        height: 30px;
        width: 143px;
    }
}
.site-header > .wp-block-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
}
.wp-block-navigation .wp-block-navigation-item {
    font-size: 16px;
    font-weight: 600;
}
.wp-block-columns {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--wp--style--block-gap, 5.333em); */
}
.site-nav {
    text-transform: uppercase;
    gap: 2em;
}

.site-nav .wp-block-navigation-item__content {
    text-transform: uppercase;
    font-size: calc(var(--wp--preset--font-size--small) * 1.2);
}

.site-nav .wp-block-navigation-item__content {
    text-decoration: none;
    color: var(--wp--preset--color--neutral-dark);
    transition: var(--transition-medium);
}

.site-nav .wp-block-navigation-item__content:hover {
    color: rgba(255,255,255,.8);
}
.section-subtitle {

}
.section-title {
    font-size: 72px;
}
@media (max-width: 768px) {
    .section-title {
        font-size: 40px;
    }
}
.form-box {
    box-shadow: 11px 8px 36px rgba(0, 0, 0,.28);
}
.form-box form {
    display: flex;
    flex-direction: column;
}
input,
textarea {
    width: 100%;
    border: 0;
    border-radius: 5.62px;
    margin: 0 0 1em;
    font-size: var(--wp--preset--font-size--small);
    padding: 0.5882352941em 0.8823529412em;
}
.input-group {
    display: flex;
    flex-direction: row;
    margin: 0 0 1em;
}
.input-group input {
    margin: 0;
}
.form-box .input-group {
    gap: 1em;
}
.form-box label {
    display: flex;
    flex: 1 1 50%;
}
.form-box .form-actions {
    margin: 1em 0 0;
}
.form-box .form-actions a {
    width: 100%;
}
.banner {
    position: relative;
    overflow: hidden;
    background-color: black;
}
.banner .banner-bg-slider {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 0;
}
.banner .banner-bg-slider video {
    height: 100%;
    min-width: 100%;
    object-fit: cover;
}
.banner-bg-slider {
    position: relative;
}
.banner-bg-slider:after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        #041B30 0%,
        transparent 100%
    );
    z-index: 1;
    pointer-events: none;
}
.hp-banner {
    position: relative;
    z-index: 1;
    color: #ffffff;
    min-height: 639px;
    max-width: 729px;
    align-content: center;
    padding: 0 55px 55px;
    gap: 30px;
    margin: 0;
    box-sizing: content-box;
}
.hp-banner p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
}
.hp-banner > div {
    display: flex;
}
.hp-banner > div:first-child {
    align-items: flex-start;
    justify-content: center;
}
.hp-banner .form-box {
    background-color: rgba(6, 22, 40, .8);
    padding: 2em;
    border-radius: 18px;
    max-width: 600px;
    box-sizing: border-box;
    margin-bottom: 4em;
}
.hp-banner textarea {
    min-height: 4em;
}
.banner-bottom {
    background-color: var(--wp--preset--color--white);
    display: flex;
    justify-content: center;
    padding: 55px 0;
    border-radius: 56px 56px 0 0;
    position: relative;
    margin-top: -56px;
}
.banner-bottom h2 {
    /* display: flex; */
    /* flex-direction: column; */
    /* flex-wrap: wrap; */
    justify-content: center;
    margin: 0;
    text-align: center;
    font-size: 63px;
    line-height: 88%;
}
.banner-bottom .container {
    justify-content: center;
}
@media (max-width: 768px) {
    .hp-banner {
        padding: 40px 15px 95px;
        min-height: 0;
        gap: 20px;
    }
    .banner p {
        font-size: 16px;
        line-height: 1;
    }
    .banner-bottom {
        padding: 30px 0;
    }
    .banner-bottom h2 {
        font-size: 24px;
        line-height: 95%;
    }
}
.hp-banner-bottom {
    flex-basis: 100%;
    gap: 120px;
    padding: 55px;
}
.hp-banner-bottom .wp-block-column {
  flex: 1 1 calc(25%); /* four columns with spacing */
  /* max-width: calc(25%); */
  padding: 0 2em;
  box-sizing: border-box;
}
.hp-banner-bottom h3 {
    font-size: 84px;
    margin: 0;
    font-style: italic;
    line-height: 1;
    color: var(--wp--preset--color--primary-red);
}
.hp-banner-bottom h3 small {
    font-size: 30px;
}
.hp-banner-bottom h3 span {
    display: block;
    font-size: 22px;
    font-style: normal;
    text-transform: none;
    line-height: 28px;
    font-weight: 300;
    color: var(--wp--preset--color--secondary-text);
}
@media (max-width: 768px) {
    .hp-banner-bottom {
        padding: 35px;
        gap: 20px 0;
        align-items: flex-start;
    }
    .hp-banner-bottom > .wp-block-group {
        flex-basis: 50%;
    }
    .banner-bottom h3 {
        font-size: 48px;
    }
    .hp-banner-bottom h3 span {
        font-size: 16px;
        line-height: 1;
    }
}
.icon-group {
    display: flex;
}
.icon-group img {
    margin-right: 1em;
}
.know-your-rights {
    background-image: url(/wp-content/themes/unfold2025/assets/images/red-texture-bg.png);
    background-position: center;
    background-size: 110%;
    background-color: var(--wp--preset--color--primary-red);
    color: #ffffff;
    padding: 7em 0;
}
.know-your-rights h2 {
    margin: 0;
}
.practice-areas {
    padding: 80px 50px;
}
.hp-practice-areas {
    padding: 70px 65px;
    border-radius: 48px;
}
.hp-practice-areas .wp-block-columns {
    margin-top: 70px;
}
.hp-practice-areas .wp-block-columns h6 {
    font-weight: 600;
    font-size: 22px;
    border: 2px solid var(--wp--preset--color--primary-red);
    border-width: 0 0 2px 0;
    padding: 0 0 10px;
}
.hp-practice-areas .wp-block-column > .wp-block-group {
    gap: 0;
}
.hp-practice-areas .wp-block-list {
    padding: 0;
    list-style: none;
}
.hp-practice-areas .wp-block-list li {
    margin-top: 1rem;
    padding-left: 2rem;
    position: relative;
    font-size: 22px;
    font-weight: 300;
}
.hp-practice-areas .wp-block-list li:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00c"; /* gavel */
    color: var(--wp--preset--color--primary-red);
    position: absolute;
    inset: 0;
}
.hp-practice-areas-footer {
    display: flex;
    margin: 2.6667em 0 0;
    justify-content: center;
}
.hp-practice-areas-footer a {
    font-size: var(--wp--preset--font-size--medium);
}
.practice-areas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.94em;
    flex-wrap: wrap;
    padding: 3em;
}
.practice-areas-grid .wp-block-column {
  flex: 1 1 calc(33.33% - 2.94em); /* three columns with spacing */
  /* max-width: calc(33.33% - 2.94em); */
}

@media (max-width: 768px) {
    .practice-areas-grid .wp-block-column {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .hp-practice-areas .wp-block-columns {
        margin-top: 40px;
        gap: 30px;
    }
    .hp-practice-areas .wp-block-column > .wp-block-group {
        align-items: stretch;
    }
    .practice-areas {
        padding: 80px 15px;
    }
    .hp-practice-areas {
        padding: 50px 15px;
    }
    .hp-practice-areas .wp-block-list {
        display: flex;
        flex-wrap: wrap;
    }
    .hp-practice-areas .wp-block-list li {
        font-size: 16px;
        flex-basis: 50%;
        box-sizing: border-box;
    }
}

.icon-block {
    background-color: var(--wp--preset--color--block-bg);
    color: #ffffff;
    padding: 2.94em;
    box-sizing: border-box;
    border-radius: 14px;
    box-shadow: 11px 8px 36px rgba(0, 0, 0,.28);
    position: relative;
    transition: var(--transition-medium);
}
.icon-block:hover {
    scale: 105%;
}
.icon-block .icon {
    display: flex;
    height: 130px;
    align-items: center;
    justify-content: center;
}
.icon-block h3 {
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 600;
}
.icon-block p {
    font-size: calc(1.2941176471 * var(--wp--preset--font-size--small));
}
.icon-block .arrow-right {
    position: absolute;
    bottom: 1em;
    right: 1em;
    height: 37px;
    width: 37px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.your-rights-carousel {
    gap: 2.94em;
    margin: 3em;
}
.your-rights-carousel .wp-block-column {
  flex: 1 1 calc(33.33% - 2.94em); /* three columns with spacing */
  max-width: calc(33.33%);
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
.your-rights-carousel p {
    text-align: center;
}
.video-block {
    background: #ffffff;
    background-size: cover;
    color: black;
    border-radius: 46px 0 46px 0;
    padding: 1em;
    position: relative;
    height: 458px;
    box-shadow: 11px 8px 36px rgba(0, 0, 0, .28);
    transition: var(--transition-medium);
}
.video-block:hover {
    scale: 105%;
}
.video-block .play-button {
    position: absolute;
    inset: 0;
    z-index: 2;
    margin: auto;
}
.video-block p {
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 600;
    text-transform: uppercase;
}
.results,
.reviews {
    padding: 4em 0;
    position: relative;
    z-index: 1;
}
.results .container > .wp-block-group {
    padding: 0 15px;
}
.reviews:before {
    content: "";
    background-image: url(/wp-content/themes/unfold2025/assets/images/testimonials_bg.png);
    background-size: cover;
    position: absolute;
    inset: 0;
    opacity: .4;
    z-index: 0;
    background-color: #000000;
}
.reviews .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.reviews h2 {
    margin: 0;
}
.hp-reviews {
    gap: 2.94em;
    margin: 3em;
    padding: 0 15px;
}
.attorneys {
    padding: 7em 0;
}
.hp-attorneys-header {
    gap: 2.94em;
}
.hp-attorneys-header .wp-block-column {
  flex: 1 1 calc(50% - 2.94em); /* three columns with spacing */
  max-width: calc(50%);
}
.hp-attorneys {
    gap: 50px;
    margin: 3em;
    overflow: hidden;
}
@media (max-width: 768px) {
    .attorneys {
        padding: 100px 0;
    }
    .hp-attorneys {
        gap: 25px;
        margin: 0;
        padding: 0 15px;
    }
}
.hp-attorneys .your-attorneys {
    gap: 0;
}
.hp-attorneys .wp-block-column {
  flex: 1 1 calc(33.33% - 2.94em); /* three columns with spacing */
  max-width: calc(33.33%);
}

.hp-attorneys-header h2 {
    font-size: calc(1.8 * var(--wp--preset--font-size--large));
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}
.hp-attorneys-header p {
    font-size: calc(1.4705882353 * var(--wp--preset--font-size--small));
}
.hp-attorneys-header h3 {
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 500;
}
.media-block {
    color: black;
    text-align: center;
    gap: 15px;
}
.media-image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    height: 377px;
    width: 100%;
    padding-top: 30px;
    box-sizing: content-box;
}
.media-image figure {
    display: flex;
    transition: var(--transition-medium);
    height: 100%;
    width: 100%;
}
.media-image figure:hover {
    scale: 115%;
}
.media-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: none;
}
.media-content {
    gap: 5px;
}
.hp-attorneys .media-content p {
    font-size: 18px;
    font-weight: 300;
    color: var(--wp--preset--color--black-40);
    border-left: 5px solid var(--wp--preset--color--new-blue);
    padding-left: 5px;
}
.wp-block-group.about {
    position: relative;
}
.wp-block-group.about:before {
    content: "";
    width: 960px;
    height: 1466px;
    opacity: .8;
    position: absolute;
    z-index: 0;
    right: 60%;
    top: -50%;
    background: radial-gradient(ellipse at center, #FF3A1B 0%, #A8403E 35%, transparent 50%);
    backdrop-filter: blur(200px);
    transform: rotate(116deg);
    transform-origin: center;
}
.hp-about {
    gap: 80px;
    padding: 7em 0;
    margin: 0;
}
@media (max-width: 768px) {
    .about {
        overflow: hidden;
    }
    .hp-about {
        gap: 15px;
        padding: 0 15px;
    }
    .hp-about .wp-block-column:first-child {
        order: 2;
    }
}
.hp-about .wp-block-image img {
    border-radius: 8px;
    box-shadow: 4px 4px 40px 2px #08487640;
}
.locations {
    background-image: url(/wp-content/themes/unfold2025/assets/images/location-bg.png);
    background-position: center;
    background-size: cover;
    background-color: var(--wp--preset--color--primary-red);
    color: #ffffff;
    padding: 5.333em 0;
}
.locations h2 {
    margin: 0 0 1em;
}
.hp-locations {
    gap: 2.94em;
}
.hp-locations h3 {
    font-size: calc(1.43 * var(--wp--preset--font-size--medium));
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.hp-locations .wp-block-column {
  flex: 1 1 calc(33.33% - 2.94em); /* three columns with spacing */
  max-width: calc(33.33%);
}
.hp-locations .media-image {
    height: 370px;
}
.hp-locations a {
    font-weight: 600;
}
.hp-locations .wp-block-button__link {
    margin-top: 1em;
    font-size: calc(1.2088235294 * var(--wp--preset--font-size--small));
    font-weight: 500;
}
.newsletter {
    background-color: var(--wp--preset--color--block-bg);
    color: #ffffff;
    justify-content: center;
    padding: 5.3333em 2em;
    text-align: center;
}
.hp-newsletter {
    padding: 0 8em;
}
.newsletter h2 {
    margin: 0;
}
.newsletter p {
    font-size: calc(1.4705882353 * var(--wp--preset--font-size--small));
}
.newsletter input {
    flex-grow: 1;
    border-radius: 34px 0 0 34px;
    font-size: calc(1.3188235294 * var(--wp--preset--font-size--small));
}
.newsletter a {
    background-color: var(--wp--preset--color--primary-red);
    border-radius: 0 34px 34px 0;
    white-space: nowrap;
    font-size: calc(1.5294117647 * var(--wp--preset--font-size--small));
}
.media-list .media-content {
    padding: 0;
    margin: 0 0 0 2em;
}
.media-list .media-content h4 {
    margin: 0 0 10px;
}
.media-list .list-item {
    margin: 2em 0 0;
    display: flex;
    align-items: flex-start;
}
.consultation-form > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4em 0;
}
.hp-consultation {
    gap: 2.94em;
    margin: 0 0 4em;
}
.hp-consultation h2 {
    margin: 0;
}
.hp-consultation h3 {
    font-size: calc(1.09366666667 * var(--wp--preset--font-size--medium));
    font-weight: 600;
    margin: 0;
}
.hp-consultation .form-box {
    background-color: var(--wp--preset--color--new-blue);
    padding: 2em;
    border-radius: 24px;
    position: relative;
    margin-top: 8em;
}
@media (max-width: 768px) {
    .hp-consultation {
        padding: 0 15px;
    }
    .hp-consultation .form-box {
        margin: 0;
    }
}
.hp-consultation .form-box .gform_footer .gform_button {
    border: 1px solid var(--wp--preset--color--white) !important;
    text-transform: uppercase !important;
    border-radius: 24px !important;
}
.hp-consultation .form-tag {
    position: absolute;
    top: -8em;
    right: 2em;
}
.hp-consultation .form-box textarea {
    resize: vertical;
    min-height: 16em;
}
.hp-consultation .form-actions {
    display: flex;
    justify-content: center;
}

.footer {
    background-color: var(--wp--preset--color--primary-red);
    color: #ffffff;
    padding: 4em 0 0;
}
.footer-columns {
    gap: 50px;
    border-bottom: 1px solid rgba(255,255,255, .5);
    padding: 50px 0;
}
.footer-heading {
    padding: 20px 0;
    margin: 0 0 20px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}
.footer-heading:after {
    content: "";
    width: 60px;
    border-bottom: 1px solid var(--wp--preset--color--white);
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer .wp-block-column {
    flex-grow: 0;
    flex-basis: 25%;
}
.footer-logos {
    height: 52px;
    margin: 20px 0;
}
.footer-logos .wp-block-image,
.footer-logos .wp-block-image img {
    height: 100%;
    width: auto;
}
.footer .disclaimer {
    flex: 2;
}
.footer .wp-block-navigation__container {
    flex-direction: column;
    align-items: flex-start;
}
.footer .wp-block-navigation .wp-block-navigation-item {
    align-items: flex-start;
}
.footer h3 {
    font-size: calc(1.5882352941 * var(--wp--preset--font-size--small));
    text-transform: uppercase;
    font-weight: 600;
}
.footer-copyright {
    padding: 15px 0;
}
@media (max-width: 768px) {
    .footer {
        padding: 40px 15px;
    }
    .footer-columns {
        padding: 0;
        gap: 30px;
        border: 0;
    }
    .footer-heading {
        padding: 5px 0;
    }
    .social-btns {
        justify-content: space-between;
    }
}
.social-btn {
    background-color: #ffffff;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-bottom {
    padding: 1em;
    border-top: 1px solid white;
}

.testimonial-card {
    background-color: var(--wp--preset--color--white);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 2px 4px 7px 0px #08487640;
}
.testimonial-card p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    margin: 10px 0 0;
}

.testimonial-card > .icon {
    font-size: 68px;
    color: var(--wp--preset--color--primary-red);
    margin: 0 0 20px;
}
.testimonial-card .stars {
    margin: 10px 0 0;
}
.testimonial-card .stars .icon {
    color: var(--wp--preset--color--new-blue);
}

.testimonial-card .testimonial {
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 20px;
}


.marquee-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.marquee-content {
    display: flex;
    gap: 4rem; /* space between items */
    white-space: nowrap;
    animation: marquee 15s linear infinite;
}

.marquee-content.reverse {
    animation: marquee-reverse 15s linear infinite;
}

/* scrolling keyframes */
@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

@keyframes marquee-reverse {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}