@charset "UTF-8";

.freeForm {
    padding: 0;
    height: clamp(407px, 36.98vw, 710px);
    display: flex;
    background-image: url('/wp-content/uploads/2025/11/feat_services_background_desktop.jpg');
    background-size: min(95.83vw, 1840px);
    background-position: center top;
    background-repeat: no-repeat;
    align-items: center;
}

.freeForm:before {
    content: '';
    position: absolute;
    display: block;
    width: min(95.83vw, 1840px);
    height: 100%;
    top: 0;
    left: min(2.08vw, 40px);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0.11%, rgba(0, 0, 0, 0.50) 99.91%), linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    background-size: min(95.83vw, 1840px);
    z-index: 0;
}

.freeForm:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    bottom: min(2.08vw, 40px);
    left: 0;
    background: linear-gradient(90deg, #E6DAC0 0%, #CAB17F 100%);
    z-index: 0;
}

.freeForm .container {
    width: min(85.21vw, 1636px);
}

.freeForm ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    /* gap: 24px; */
    margin-bottom: 0;
    gap: min(2.92vw, 56px);
    color: rgba(255, 255, 255, 0.5);
    padding-left: 0;
}

.freeForm ul li a {
    font-size: clamp(36px, 4.38vw, 84px);
    line-height: 100%;
    text-align: left;
    font-family: var(--heading-font);
    text-transform: unset;
}

.freeForm ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.freeForm .container > div {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}

.freeForm h1,
.freeForm h2 {
    color: inherit;
    font-size: clamp( 38px, 2.5vw, 48px );
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp( 36px, 2.917vw, 56px );
    margin: 0 0 clamp( 20px, 1.25vw, 24px );
    text-transform: unset;
}

@media ( max-width: 1024px ) {
    .freeForm .container > div {
        flex-direction: column;
    }
}

@media ( max-width: 768px ) {
    .freeForm .container > div {
        padding: 0 32px;
    }
}

@media ( max-width: 567px ) {
    .freeForm {
        background-image: url('/wp-content/uploads/2025/11/feat_services_background_mobile.jpg');
        background-size: 85%;
        background-position: center bottom;
    }

    .freeForm:before {
        width: 85%;
        left: min(7.49vw, 31px);
    }

    .freeForm:after {
        bottom: 32px;
    }

    .freeForm .container > div {
        padding: 0 16px;
    }

    .freeForm ul {
        padding-left: 0;
        gap: min(8.7vw, 36px);
    }

    .freeForm ul li a {
        color: var(--white);
    }
}

@media (max-width: 375px) {
    .freeForm {
        height: 392px;
    }
    
    .freeForm ul li a {
        font-size: 30px;
    }
}

@media (max-width: 320px) {
    .freeForm {
        height: 336px;
    }

    .freeForm ul li a {
        font-size: 26px;
    }
}