:root {
	--black: #151536;
	--grey: #707381;
	--light-grey: #c0c3d1;
	--font: #ebebeb;
	--bg: #fafafa;
	--bg-2: #f5f9fd;
	--white: #fff;
	--font-grey: #515162;
    --font-family: "Lexend", sans-serif;
    --second-family: "Inter", sans-serif;
    --third-family: "Mulish", sans-serif;
    --font3: "Ponnala", sans-serif;
    --font4: "Nunito Sans", sans-serif;
}

body, button, input, select, optgroup, textarea {
    line-height: 1.25;
}

p{
    margin: 0;
}

.page-template-template-feature-l-page a:active,
.page-template-template-feature-l-page a:focus{
    color: #fff!important;
}

.l-feature-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.l-feature-hero__container {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.l-feature-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.l-feature-hero__content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
}

.l-feature-hero__content-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 156px 0 56px;
}

.l-feature-hero__top-text {
    width: fit-content;
    border-radius: 48px;
    padding: 8px 40px;
    box-shadow: 0 10px 20px 0 rgba(58, 115, 191, 0.1);
    background: var(--white);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: var(--black);
}

.l-feature-hero__top-text span{
    background: linear-gradient(90deg, #2c53ff 0%, #7266f8 41.35%, #a473f3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.l-feature-hero__heading {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 80px;
    letter-spacing: 0.03em;
    background: linear-gradient(90deg, #2c53ff 0%, #7266f8 41.35%, #a473f3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    margin: 16px 0;
}

.l-feature-hero__subheading {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    color: var(--black);
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .l-feature-hero__heading {
        font-size: 48px;
    }
}

@media (max-width: 768px) {


    .l-feature-hero__heading {
        font-size: 36px;
    }

    .l-feature-hero__subheading {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .l-feature-hero__content-wrapper {
        padding: 85px 0 32px;
    }

    .l-feature-hero__heading {
        font-size: 32px;
    }

    .l-feature-hero__subheading {
        font-size: 20px;
    }

    .l-feature-hero__top-text{
        font-size: 12px;
        letter-spacing: 0.03em;
    }
}
