/* 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 */
}


/* Form CSs */


div.form_send_btn .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons button.elementor-button.elementor-size-sm {
   
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
    border-radius: 0px 0px 0px 0px;
    padding: 15px 25px 15px 25px;

    /* ✅ Tilt / Parallelogram Effect */
    transform: skewX(-15deg);
    display: inline-block;
}

/* ✅ Counter-skew the text so it stays straight */
div.form_send_btn .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons button.elementor-button.elementor-size-sm span {
    display: inline-block;

}


div.form_send_btn .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons button.elementor-button.elementor-size-sm span.elementor-button-text {
    display: inline-block;
    transform: skew(21deg);
}


.form_submition_txt{
	
	text-align: center;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}

div#formtxt_black p.form_submition_txt {
    color: white;
}

/* home page form btn */

.Home_form_btn{
	
}

.page-id-657 .elementor-icon-list-icon {
    padding-top: 10px;
}



/* hoee remolding page CSS */

#home_remold_testimonials span.elementor-testimonial__name {
    position: absolute;
    top: -5px;
    font-weight: bold;
    left: 0;
}


div.testimnials_head_title .elementor-testimonial__footer span.elementor-testimonial__name {
    position: absolute;
    top: 48px;
    font-weight: bold;
    left: 0;
    padding: 0px 40px;
}


/* Apply skew to the button container */
.elementor-post__read-more-wrapper {
    display: inline-block;
    background-color: #2a41ff; /* Button background color */
    padding-inline: 20px;
    padding-top: 13px;
    width: fit-content;
    transform: skew(-21deg); /* Skew the button container */
    text-decoration: none;
    text-align: center;
}

/* Reset skew for the text inside the anchor */
 .elementor-post__read-more {
    display: inline-block;
    transform: skew(21deg) !important; /* Reset skew on text */
    text-decoration: none; 
}

.page-id-657 span.elementor-icon-list-icon {
    transform: rotate(80deg);
    margin-top: 10px;
}

.page-id-1026 span.elementor-icon-list-icon {
    transform: rotate(80deg);
    margin-top: 10px;
}

.page-id-1127 span.elementor-icon-list-icon {
    transform: rotate(80deg);
    margin-top: 10px;
}

.page-id-1127 .page-numbers {
    position: relative;
}

.page-id-1127 .page-numbers:after {
    content: ' /';
    position: absolute;
    right: -12px;
}

.page-id-1127 .page-numbers:last-child:after {
    content: ''; 
}
div.form_send_btn p.form_submition_txt {
    color: #ffffff;
}

.page-id-2103 .elementor-element.elementor-element-375eb0c .elementor-main-swiper .swiper-slide {
    padding: 250px 40px 50px 40px !important;
}

.page-id-2103 .elementor-testimonial__name {
    font-weight: 400 !important;
	padding-top: 100px !important
}

div.form_send_btn p.form_submition_txt a {
    color: grey !important;
}

div.form_send_btn p.form_submition_txt a:hover {
    color: #ffffff !important;
}