/* Header CSS */


div.skew_btn span.elementor-button-content-wrapper {
    display: inline-block;
    transform: skew(21deg);
}




/* footer CSS */

div#news_letter_custom .tnp.tnp-subscription {
    margin: 0px;
}


div#news_letter_custom .tnp.tnp-subscription form {
   display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-end;
}

div#news_letter_custom .tnp-field.tnp-field-email label {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=submit], .tnp-subscription select, .tnp-subscription textarea, .tnp-profile input[type=text], .tnp-profile input[type=email], .tnp-profile input[type=submit], .tnp-profile select, .tnp-profile textarea {
    width: 100%;
    padding: .7em;
    display: block;
    border: 1px;
    color: #444;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    font-size: 1em;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 5px 0px 0px 5px;
}


.tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit, .tnp-unsubscribe button.tnp-submit, .tnp-reactivate button.tnp-submit {
    background-color: #2A41FF;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 0px 5px 5px 0px;
    display: inline-block;
}

#custom_testimonial .elementor-testimonial__name {
 left:0px;
    transform: translateX(0%);
    text-align: center;
	 font-weight: bold;
    font-size: 25px!important;
	 font-weight: bold;
    font-size: 1rem;
	width: stretch;
}

/* White card for each testimonial */
#custom_testimonial .elementor-testimonial {
    background-color: #ffffff;
    padding:70px; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    position: relative; /* needed for absolute positioning of name */
}

/* Move the name visually above the text */
#custom_testimonial .elementor-testimonial__name {
    position: absolute;
    top: 48px; /* distance from top of the card */
   
    font-weight: bold;
    font-size: 1rem;
}

/* Adjust testimonial text so it doesn’t overlap the name */
#custom_testimonial .elementor-testimonial__text {
    margin-top: 40px; /* leave space for the name */
}