.titleheader__wrapper p,
.titleheader__wrapper h1,
.titleheader__wrapper h2,
.titleheader__wrapper h3{
color:var(--global-palette9);
}

    .titleheader__wrapper .e-con-inner h1{
        margin-bottom:0;
}

.titleheader__wrapper {
    position: relative;
    overflow: visible;
    margin-bottom: 0;
}

    .titleheader__wrapper .e-con-inner {
    z-index:0;
}

@media (min-width: 783px) {
    .titleheader__wrapper {
        padding-top: 100px;
        padding-bottom: 200px;
        min-height: 500px;
    }
}
@media (max-width: 767px) {
    .titleheader__wrapper {
        overflow: hidden;
    }
}

@media (max-width: 782.98px) {
    .titleheader__wrapper {
		        padding-top: 80px;
        margin-bottom:2rem;

    }
    .titleheader__wrapper .e-con-inner {
        padding-bottom: 85px;

    }
}

.titleheader__wrapper .e-con-inner::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    border-bottom-left-radius: 200px;
    transform-origin: bottom left;
}

@media (min-width: 783px) {
    .titleheader__wrapper .e-con-inner::before {
        height:1000px;
        width: 130vw;
        transform: rotate(-8deg) translateX(50px);
    }
}

@media (max-width: 782.98px) {
    .titleheader__wrapper .e-con-inner::before {
        top:0;
        width: calc(100vw + 50px);
        border-bottom-left-radius: 200px;
        transform: translateX(-50px);	
    }
}
.background__gradient {
    background-color: var(--global-palette3);
    background: linear-gradient(45deg, #00123a 0%, #c83fff 100%);
    color: #ffffff;
}
.background__gradient p,
.background__gradient span,
.background__gradient h1,
.background__gradient h2,
.background__gradient h3,
.background__gradient h4 {
    color: #ffffff;
}

.titleheader__img {
    position: relative;
}
.gradient_wrapper__bpo {
    background-color: var(--global-palette6);
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);

}
.gradient_wrapper__bp {
    background-color: var(--global-palette6);
    background: linear-gradient(45deg, #00123a 0%, #c83fff 100%);

}
.gradient_wrapper__text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SPECIAL BUTTONS WITH SHADOW */
.btn__hero_cta {
    
}
.btn__hero_cta .elementor-button,
.btn__hero_cta .wp-block-button__link.wp-element-button
{border-radius: 35px;
padding: 15px 25px;
line-height: 1em;
}


.btn__hero_cta__shadow::before {
    transition: opacity .2s ease-in-out;
    position: absolute;
    top: calc(100% + 0.1em);
    left: 0;
    width: 100%;
    padding-top: 14%;
    content: "";
    pointer-events: none;
    background: url(https://closeup.se/wp-content/uploads/2023/11/shadow-btn1@2x.png) 0 0 no-repeat;
    background-size: contain;
    opacity: 0.1;
}

/* CLOSEUP TAGLINE BUBBLE */

.closeup__tagline h3.elementor-heading-title {
    margin-bottom:0;
    color: var(--global-palette9);
}
.closeup__tagline {
position: absolute;
z-index:2;
right: 2em;
top:-2.7em;
margin-top:0;
padding: 2em;
background-color: var(--global-palette1);
color: var(--global-palette9);
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 120px;
}

/* CLOSEUP RESETTING CLASSES */
.closeup-reset__headings,
.closeup-reset__headings h1.elementor-heading-title,
.closeup-reset__headings h2.elementor-heading-title,
.closeup-reset__headings h3.elementor-heading-title,
.closeup-reset__headings h4.elementor-heading-title,
.closeup-reset__headings h5.elementor-heading-title,
.closeup-reset__headings h6.elementor-heading-title {
    margin-top: 0;
    margin-right:0;
    margin-left:0;
    margin-bottom:0;
    padding-top: 0;
    padding-right:0;
    padding-left:0;
    padding-bottom:0;
}

/* SHOWCASE MODULE remove excerpt from mobile view */
@media (max-width: 970px) {

.module__showcase .jet-smart-listing__post-excerpt {
    display: none;
}

}

/* SHOWCASE MODULE STYLING */
.module__showcase .jet-smart-listing__post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.module__showcase .jet-smart-listing__post-title a {
    display:block;
}