/**
 * Theme Name:     TNCS Child
 * Author:         TNC Services
 * Template:       hello-elementor
 * Text Domain:	   tncs-child
 * Description:    Custom TNC Services Theme with elemontor
 */


/* Custom Style */

.page_main_header h2.elementor-heading-title {
    background: transparent linear-gradient(100deg, #FFF0C7 0%, #B1CCFF 100%) 0% 0% no-repeat padding-box;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    mask-clip: unset;
}
.project_title_with_button:after {
    content: '';
    display: block;
    width: 60px;
    background: url('/wp-content/uploads/2024/11/arrow-1.svg') no-repeat;
    background-color: #F9BC06;
    background-position: center center;
    background-size: 26%;
}

.project_title_with_button {
    display: flex !important;
}

.footer_contact button#contact_submit {
    background: transparent linear-gradient(106deg, #BA1B65 0%, #D8A200 100%) 0% 0% no-repeat padding-box;
    margin-top: 10px;
}

.section_header_v2 h2 span {
    display: block;
    color: #F2BE22;
}

.founder_detail_accordion .e-n-accordion-item[open] {
    background: #F2F4F7;
}

.founder_detail_accordion .e-n-accordion-item {
    border: 1px solid #323B5233;
    border-radius: 12px;
}

/* .home_project_slider .e-loop-item .elementor-widget-theme-post-featured-image:after {
    content: "";
    background: #0000004f;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
.home_project_slider .e-loop-item.swiper-slide-active .elementor-widget-theme-post-featured-image:after {
    display: none;
} */

.home_project_slider .elementor-swiper-button-prev {
    left: 2% !important;
}

.home_project_slider .elementor-swiper-button-next {
    right: 2% !important;
}

/* Header */
.elementor-nav-menu__container li.menu-item a:after {
    width: calc(100% - 35px);
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(115deg, #BA1B65 0%, #D8A200 100%);
}

body.admin-bar div.elementor-location-header {
	top:-10px;
}
div.elementor-location-header {
    position: sticky;
    top: -42px;
    z-index: 999;
    transition: all 0.3s ease;
}
.banner_info_tag h2 {
    background: transparent linear-gradient(115deg, #D8A200 40%, #BA1B65 110%) 0% 0% no-repeat padding-box;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    mask-clip: unset;
}
.contact_btn_with_icon .elementor-button-icon svg {
    width: 10px;
}
.elementor-widget-text-editor a.page_link {
    font-size: 16px;
}
.icon_box_custom .elementor-widget-text-editor p {
	margin-bottom: 0px;
}

.service_explore_link a {
    background: transparent linear-gradient(86deg, #D8A200 0%, #BA1B65 90%) 0% 0% no-repeat padding-box;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    mask-clip: unset;
}
.service_explore_link a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(115deg, #D8A200 40%, #BA1B65 110%);
    display: block;
}
.banner_tag p {
	margin-bottom:0px;	
}

.project_read_more a {
    background: linear-gradient(93.91deg, #BA1B65 0%, #D8A200 100%);
    border-radius: 8px;
    padding: 1px;
}

.project_read_more a span.elementor-button-content-wrapper {
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
}

.project_read_more a span.elementor-button-content-wrapper .elementor-button-icon svg {
	width: 12px;
}
/* Header End */

/* Media Query */

@media screen and (max-width: 767px) {
	.service_item span.elementor-icon {
		display: flex;
		align-items: center;
	}
}