/*
Theme Name: 	Finclix Child
Theme URI: 		http://thememascot.net
Description: 	Finance & Consulting Wordpress Theme. You can get more themes from here: https://themeforest.net/user/thememascot/portfolio
Author: 		ThemeMascot Team
Author URI: 	http://themeforest.net/user/thememascot
Version: 		3.0
Minimum Requires PHP:	8.1
Tested up to:	6.7
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	finclix-child
Template: 		finclix
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600; 
}

p {
	font-family: 'Montserrat', sans-serif;
}
body.container-1230px .container, body.container-1230px .megamenu-fullwidth .megamenu-row {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
    }

/* Akansha */
.tm-page-title {
	display: none;
}

.features-block-style10 .inner-box::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 100%;
	content: "";
	z-index: -1;
	background-color: #272727 !important;
	transition: all 500ms ease;
}
/* .red-button{
background: linear-gradient(180deg, #FD0004 0%, #830103 100%) !important;
color:#fff;

} */

.learn-more-btn {
	background-color: transparent; /* button background color */
	color: #FF4548; /* font color */
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: normal; 
	font-size: 16px;
	letter-spacing: 0.8px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}

.learn-more-btn:hover {
	opacity: 0.9; /* subtle hover effect */
}
.header-nav {
	display: none;
}

body .btn-gradient-theme-colored3,
.tm-sc-button .btn,
.custom-header-section .theme-btn.btn-style3, 
.header .btn-style3{
	background: linear-gradient(180deg, #FD0004 0%, #830103 100%);
	border-radius: 48px !important;
}

.header .btn-style3:hover .icon {
	background-color: #000 !important;
	color: var(--theme-color-white);
	transform: rotate(0);
}

body .projects-current-theme6 .project-item-inner .ks-project-content-wrap .ks-project-arrow a {
	background: linear-gradient(180deg, #FD0004 0%, #830103 100%);
	pointer-events: none; /* disables clicking, hovering, etc. */
    cursor: not-allowed;
}
.testimonial-block-style2 {
	margin-bottom: 20px;
	padding: 40px;
	padding-top: 0;
	position: relative;
	min-height: 530px !important;
}

.elementor-16063 .elementor-element.elementor-element-f29a778 .tm-contact-form-7 .wpcf7-form input[type="submit"]{
	background: linear-gradient(180deg, #FD0004 0%, #830103 100%) !important; 
}

body .blog-item-current-style1 .news-content .btn-view-details a:after {
	background: linear-gradient(180deg, #FD0004 0%, #830103 100%) !important;
}
.counter-block-style2 {
	border: 1px solid #AA3053 !important;
}
.features-block-style7 .icon {
	background: linear-gradient(180deg, #FD0004 0%, #830103 100%)  !important;
}
.features-block-style7::before {
	background: transparent  !important;
	border:1px solid #FFFFFF;
	border-radius:0px !important;
}
.features-block-style7::after{
	border-radius:0px !important;
}
.content h4.features-title {
	color: white !important;
}
.content .features-details {
	color: white !important;
}
.isotope-item:nth-child(even) .features-block-style7 {
	margin-top: none !important;
}

/* About Bg */

.mission-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.counter-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.counter-section::after {
	content: "";
	position: absolute;
	bottom: -90px;
	left: -115px;
	width: 250px;
	height: 250px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre1.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
	z-index: 0;
	pointer-events: none;
}


.mission-section::after {
	content: "";
	position: absolute;
	bottom: -140px;
	right: -90px;
	width: 300px;
	height: 300px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	z-index: 0;
	pointer-events: none;
}


/* Home Bg */


.tiles-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.tiles-section::after {
	content: "";
	position: absolute;
	top: 20px;
	left: -115px;
	width: 250px;
	height: 250px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre1.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
	z-index: 0;
	pointer-events: none;
}

.about-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
}


.about-section::after {
	content: "";
	position: absolute;
	top: -75px;
	right: -90px;
	width: 300px;
	height: 300px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	z-index: 1;
	pointer-events: none;
}
.about2-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
}


.about2-section::after {
	content: "";
	position: absolute;
	top: -75px;
	right: -9%;
	width: 300px;
	height: 300px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	z-index: 1;
	pointer-events: none;
}
.about3-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
}


.about3-section::after {
	content: "";
	position: absolute;
	top: -12%;
	right: -9%;
	width: 300px;
	height: 300px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	z-index: 1;
	pointer-events: none;
}
.pump-wheel-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
}


.pump-wheel-section::after {
	content: "";
	position: absolute;
	top: -16%;
	left: -9%;
	width: 300px;
	height: 300px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	z-index: 1;
	pointer-events: none;
}
.pump-wheel-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
}


.pump-wheel-section::after {
	content: "";
	position: absolute;
	top: -10%;
	left: -31%;
	width: 300px;
	height: 300px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	z-index: 1;
	pointer-events: none;
}

.certification-section {
	position: relative;
	overflow: hidden;
	z-index: -1;
}

.certification-section::after {
	content: "";
	position: absolute;
	top: -80%;
	left: 8%;
	width: 150px;
	height: 150px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre3.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	z-index: -1;
	pointer-events: none;
}
.service-section {
	position: relative;
	overflow: hidden;
	z-index: -1;

}

.service-section::after {
	content: "";
	position: absolute;
	top: -2%;
	right: -1%;
	width: 300px;
	height: 300px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre4.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	pointer-events: none;
	z-index: -1;
}

.testi-section {
	position: relative;
	overflow: hidden;

}

.testi-section::after {
	content: "";
	position: absolute;
	top: -10%;
	left: -5%;
	width: 300px;
	height: 300px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	pointer-events: none;
}


.testi-module {
	position: relative;
	overflow: hidden;

}

.testi-module::after {
	content: "";
	position: absolute;
	bottom: -10%;
	right: -24%;
	width: 150px;
	height: 150px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre3.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	pointer-events: none;
}

.blog-section {
	position: relative;
	overflow: hidden;
	z-index: -1;

}

.blog-section::after {
	content: "";
	position: absolute;
	top: -5%;
	left: -1%;
	width: 300px;
	height: 300px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre4.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	pointer-events: none;
	z-index: -1;
}

.blog-module {
	position: relative;
	overflow: hidden;
	z-index: -1;

}

.blog-module::after {
	content: "";
	position: absolute;
	bottom: 6%;
	right: -25%;
	width: 180px;
	height: 180px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre1.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	pointer-events: none;
	z-index: -1;
}

/* .winding-process-section  {
	position: relative;
	overflow: hidden;
	z-index: -1;

}

.winding-process-section::after {
	content: "";
	position: absolute;
	bottom: 6%;
	right: -25%;
	width: 180px;
	height: 180px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre1.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	pointer-events: none;
	z-index: -1;
} */

/* hide existing element */

.elementor-16590 .elementor-element.elementor-element-52b54b9::before{
	display:none;
}
.elementor-16313 .elementor-element.elementor-element-e89e505::before{
	display:none;
}
.elementor-16592 .elementor-element.elementor-element-d7b76b6::before{
	display:none;
}

/* hide existing element */


.features-block-style3 .icon {
	background: linear-gradient(180deg, #FD0004 0%, #830103 100%) !important;
}
span.each-object.elementor-repeater-item-58df201.tm-animation-spin {
	display: none;
}

span.each-object.elementor-repeater-item-bb2c35c.tm-animation-floating {
	display: none;
}
.page-id-16313 .projects-skin-current-theme1 .project-image .number {
	display: none;
}
.page-id-16313 .projects-skin-current-theme1 .project-content {
	display: none;
}
.page-id-16313 .elementor-16313 .elementor-element.elementor-element-bbe0829 .tm-swiper-carousel-arrow-wrap .tm-swiper-arrow {
	background: linear-gradient(180deg, #FD0004 0%, #830103 100%);
}

.page-id-16313 .tm-swiper-carousel-arrow-wrap .tm-swiper-arrow i:before {
	position: relative;
	top: 1px;
	color: white;
}

.page-id-16313  .gallery-section .projects-skin-current-theme1 .project-image::before {
	background: none !important;
}

.page-id-16590  .projects-skin-current-theme1 .project-image .number {
	display: none;
}

.page-id-16590  .projects-skin-current-theme1 .project-content {
	display: none;
}

.page-id-16590  .elementor-16590 .elementor-element.elementor-element-f6a0f27 .tm-swiper-carousel-arrow-wrap .tm-swiper-arrow{
	background: linear-gradient(180deg, #FD0004 0%, #830103 100%);
}

.page-id-16590  .tm-swiper-carousel-arrow-wrap .tm-swiper-arrow i:before {
	position: relative;
	top: 1px;
	color: white;
}

.page-id-16590 .gallery-section .projects-skin-current-theme1 .project-image::before {
	background: none !important;
}


.page-id-16592  .projects-skin-current-theme1 .project-image .number {
	display: none;
}

.page-id-16592  .projects-skin-current-theme1 .project-content {
	display: none;
}

.page-id-16592  .elementor-16592 .elementor-element.elementor-element-19e442f .tm-swiper-carousel-arrow-wrap .tm-swiper-arrow{
	background: linear-gradient(180deg, #FD0004 0%, #830103 100%);
}

.page-id-16590  .tm-swiper-carousel-arrow-wrap .tm-swiper-arrow i:before {
	position: relative;
	top: 1px;
	color: white;
}

.page-id-16592 .gallery-section .projects-skin-current-theme1 .project-image::before {
	background: none !important;
}
.page-id-16592 .elementor-16592 .elementor-element.elementor-element-19e442f .tm-swiper-carousel-arrow-wrap .tm-swiper-arrow i {
    color: #ffffff;
}

.postid-970 .news-details-bottom {
	display: none;
	
}
.postid-968 .news-details-bottom {
	display: none;
}



.postid-970 .btn, .woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]), .wc-forward, .single_add_to_cart_button, .woosw-item .button, .woosw-item .added_to_cart, .woosc_table .button, .woosc_table .added_to_cart, .comment-respond .comment-form .form-submit input[type=submit] {
	background: linear-gradient(180deg, #FD0004 0%, #830103 100%) !important;
	border-radius:50px!important;
}
.postid-968 .btn, .woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]), .wc-forward, .single_add_to_cart_button, .woosw-item .button, .woosw-item .added_to_cart, .woosc_table .button, .woosc_table .added_to_cart, .comment-respond .comment-form .form-submit input[type=submit] {
	background: linear-gradient(180deg, #FD0004 0%, #830103 100%) !important;
	border-radius:50px!important;
}
/* .wp-block-search .wp-block-search__button {
position: absolute;
right: 0px;
top: 0px;
border: none;
border-radius: 0 10px 10px 0;
outline: none;
padding: 0;
height: 67px;
width: 60px;
line-height: 67px;
display: block;
font-size: 0;
color: transparent;
font-weight: normal;
transition: all 0.3s 
ease;
background-color: #272727 !important;
} */

div#block-4 {
	display: none;
}
/* .wp-block-latest-posts a {
color: #272727;
font-size: var(--body-font-size);
font-weight: var(--body-font-weight);
font-family: var(--body-font-family);
font-weight: 800;
font-size: 14px;
} */

/* .widget.widget_block .wp-block-group__inner-container h2:after, .widget.widget_block .wp-block-group__inner-container h2:before {
background: linear-gradient(180deg, #FD0004 0%, #830103 100%) !important;
border-radius: 10px;
bottom: -1px;
content: "";
height: 3px;
left: 0;
position: absolute;
width: 50px;
} */
/* .page-id-16063 .blog-item-current-style1 .news-content .btn-view-details a {
color: white !important;
font-size: 16px !important;
display: inline-block;
margin-top: 15px;
font-family: var(--heading-font-family);
text-transform: capitalize;
font-weight: 600;
font-size: 12px;
} */

h4.title.hover-link-light a {
	pointer-events: none !important; 
	cursor: not-allowed !important; 
	color: inherit !important;
	text-decoration: none !important; 
	background: none !important; 
}
h4.title.hover-link-light a:hover {
	color: inherit !important;
	text-decoration: none !important;
}



/* Footer */

.footer-contact-details  .tm-sc-list li i,
.footer-contact-details  .tm-sc-list li svg{
	color: #FF4346 !important; fill: #FF4346 !important;
}

.footer-menu-details   .tm-sc-simple-nav-menu li a:hover {
	color: #ff4245;
}

.footer-subscription-form input[type="submit"] {
	font-size: 0;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: url(https://doer-motor.theaptech.com/wp-content/uploads/2025/10/send-btn.png);
	background-size: contain;
	border: none;

	position: absolute;
	top: 7px;
	right: 7px;
}

.wpcf7-form-control-wrap .wpcf7-form-control {
	padding: 15px 30px;
	border-radius: 50px;
	background: #1B1B1B;
	color: #fff;
	width: 100%;
	border: none;
}

.wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
	color: #ccc;
}

.wpcf7-not-valid-tip {
	margin-left: 26px;
	padding-top: 10px;
}

.wpcf7-response-output {
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 14px;
	margin-left: 26px;
}


.tm-sc-list span a {
	color: #cccccc !important;
}


.pump-repair-cards .projects-current-theme6 .project-item-inner .ks-project-content-wrap .ks-project-arrow a {
	transform: none;
}

.pump-repair-cards .project-item .ks-project-arrow i {
	font-size: 0;
	width: 100px;
	height: 100px;
	position: relative;
	display: block;
}

.pump-repair-cards .project-item .ks-project-arrow i::after {
	content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-size: 50px;
    background-position: center center;
    background-repeat: no-repeat;
}

.pump-repair-cards .project-item .ks-project-btn  {
	display: none;
}


.pump-repair-cards .pin-spacer:nth-child(1) .project-item .ks-project-arrow i::after,
.pump-repair-cards .project-layout .project-item:nth-child(1) .ks-project-arrow i::after{
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/Inspection-Testing.png');
}

.pump-repair-cards .pin-spacer:nth-child(2) .project-item .ks-project-arrow i::after,
.pump-repair-cards .project-layout .project-item:nth-child(2) .ks-project-arrow i::after{
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/Cleaning-Component-Repair.png');
}

.pump-repair-cards .pin-spacer:nth-child(3) .project-item .ks-project-arrow i::after,
.pump-repair-cards .project-layout .project-item:nth-child(3) .ks-project-arrow i::after{
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/Balancing-Seal-Replacement.png');
}

.pump-repair-cards .pin-spacer:nth-child(4) .project-item .ks-project-arrow i::after,
.pump-repair-cards .project-layout .project-item:nth-child(4) .ks-project-arrow i::after{
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/Final-Testing-Quality-Verification.png');
}


.electric-cards .projects-current-theme6 .project-item-inner .ks-project-content-wrap .ks-project-arrow a {
	transform: none;
}

.electric-cards .project-item .ks-project-arrow i {
	font-size: 0;
	width: 100px;
	height: 100px;
	position: relative;
	display: block;
}

.electric-cards .project-item .ks-project-arrow i::after {
	content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-size: 50px;
    background-position: center center;
    background-repeat: no-repeat;
}

.electric-cards .project-item .ks-project-btn  {
	display: none;
}


.electric-cards .pin-spacer:nth-child(1) .project-item .ks-project-arrow i::after,
.electric-cards .project-layout .project-item:nth-child(1) .ks-project-arrow i::after{
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/step-1.svg');
}

.electric-cards .pin-spacer:nth-child(2) .project-item .ks-project-arrow i::after,
.electric-cards .project-layout .project-item:nth-child(2) .ks-project-arrow i::after{
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/Cleaning-Component-Repair.png');
}

.electric-cards .pin-spacer:nth-child(3) .project-item .ks-project-arrow i::after,
.electric-cards .project-layout .project-item:nth-child(3) .ks-project-arrow i::after{
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/Vector-24.png');
}

.electric-cards .pin-spacer:nth-child(4) .project-item .ks-project-arrow i::after,
.electric-cards .project-layout .project-item:nth-child(4) .ks-project-arrow i::after{
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/electric-4.png');
}

.winding-section-cards .projects-current-theme6 .project-item-inner .ks-project-content-wrap .ks-project-arrow a {
	transform: none;
	pointer-events: none; /* disables clicking, hovering, etc. */
    cursor: not-allowed;
}

.winding-section-cards .ks-project-content-wrap .ks-project-arrow a {
	pointer-events: none; /* disables clicking, hovering, etc. */
    cursor: not-allowed;
}

.electric-cards .project-item .ks-project-arrow i {
	font-size: 0;
	width: 100px;
	height: 100px;
	position: relative;
	display: block;
}

.winding-section-cards  .project-item .ks-project-arrow i::after {
	content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-size: 50px;
    background-position: center center;
    background-repeat: no-repeat;
}

.winding-section-cards  .project-item .ks-project-btn  {
	display: none;
}


.winding-section-cards  .pin-spacer:nth-child(1) .project-item .ks-project-arrow i::after,
.winding-section-cards  .project-layout .project-item:nth-child(1) .ks-project-arrow i::after{
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/step-1.svg');
}

.winding-section-cards  .pin-spacer:nth-child(2) .project-item .ks-project-arrow i::after,
.winding-section-cards  .project-layout .project-item:nth-child(2) .ks-project-arrow i::after{
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/Cleaning-Component-Repair.png');
}

.winding-section-cards  .pin-spacer:nth-child(3) .project-item .ks-project-arrow i::after,
.winding-section-cards  .project-layout .project-item:nth-child(3) .ks-project-arrow i::after{
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/Vector-24.png');
}

.winding-section-cards  .pin-spacer:nth-child(4) .project-item .ks-project-arrow i::after,
.winding-section-cards  .project-layout .project-item:nth-child(4) .ks-project-arrow i::after{
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/electric-4.png');
}
.page-id-16579 .blog-item-current-style1 .news-image .entry-date .day {
    color: white !important;
    
}
.blog-item-current-style1 .news-image .entry-date .day {
    font-size: 24px;
    font-weight: 700;
    color: white !important;
    line-height: 1;
}


@media (max-width: 1024px) {


.about3-section::after {
	content: "";
	position: absolute;
	top: -1%;
	right: -9%;
	width: 200px;
	height: 200px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	z-index: 1;
	pointer-events: none;
}
.tiles-section::after {
    content: "";
    position: absolute;
    top: 58%;
    left: -7%;
    width: 150px;
    height: 150px;
    background-image: url(https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    z-index: 0;
    pointer-events: none;
}
	.about2-section::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -14%;
    width: 200px;
    height: 200px;
    background-image: url(https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: 1;
    pointer-events: none;
}
.pump-wheel-section::after {
	content: "";
	position: absolute;
	top: -8%;
	left: -4%;
	width: 100px;
	height: 100px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	z-index: 1;
	pointer-events: none;
}
	.pump-repair-cards .project-item .ks-project-arrow i::after {
    content: '';
    position: absolute;
    left: 43%;
		top: 40%;
	}
	.electric-cards .project-item .ks-project-arrow i::after {
    content: '';
    position: absolute;
    left: 45%;
		top: 40%;
	}
	.projects-current-theme6 .project-item-inner .ks-project-content-wrap .ks-project-arrow {
    position: absolute;
    top: 5%;
    right: 7%;
}
	.projects-current-theme6 .project-item-inner .ks-project-content-wrap .ks-project-arrow {
    position: absolute;
    top: 6% !important;
    right: 5% !important;
}
	.mission-section::after {
    content: "";
    position: absolute;
    bottom: -40%;
    right: -57px;
    width: 200px;
		height: 200px;
	}
	.counter-section::after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: -80px;
    width: 180px;
		height: 180px;}
	.about-section::after {
    content: "";
    position: absolute;
    top: -15px;
    right: -90px;
    width: 200px;
		height: 200px;}
	.certification-section::after {
    content: "";
    position: absolute;
    top: -80%;
    left: -3%;
    width: 150px;
		height: 150px;}
	.service-section::after {
    content: "";
    position: absolute;
    top: -3%;
    right: -1%;
    width: 200px;
		height: 200px;}
	.testi-section::after {
    content: "";
    position: absolute;
    top: -10%;
    left: -7%;
    width: 200px;
		height: 200px;
	}
	.blog-section::after {
    content: "";
    position: absolute;
    top: -7%;
    left: -1%;
    width: 200px;
	height: 200px;}
.elementor-element.elementor-element-4dc46cb.e-con-full.tm-col-stretched-none.e-flex.tm-bg-color-over-image.e-con.e-child.tm-bgimage-yes.tm-bgcolor-yes {
    background-position: 100% 45%;
}
}



@media (max-width: 600px) {
	.counter-section::after {
		width: 150px;
		height: 150px;
		bottom: 0px;
		left: -60px;
	}

	.mission-section::after {
		width: 150px;
		height: 150px;
		bottom: -130px;
		right: -60px;
	}

	.tiles-section::after {
		content: "";
		position: absolute;
		top: 5px;
		left: -10%;
		width: 100px;
		height: 100px;
	}



	.about-section::after {
		content: "";
		position: absolute;
		top: -25px;
		right: -65px;
		width: 150px;
		height: 150px;
		z-index: -1;
	}

	.certification-section::after {
		content: "";
		position: absolute;
		top: -70%;
		left: 0%;
		width: 100px;
		height: 100px;
		z-index: 1;
	}


	.service-section::after {
		content: "";
		position: absolute;
		top: -2%;
		right: -1%;
		width: 150px;
		height: 150px;
	}

	.testi-section::after {
		content: "";
		position: absolute;
		top: -10%;
		left: -10%;
		width: 150px;
		height: 150px;
	}

	.testi-module::after {
		content: "";
		position: absolute;
		bottom: -13%;
		right: -10%;
		width: 100px;
		height: 100px;
	}

	.blog-section::after {
		content: "";
		position: absolute;
		top: -5%;
		left: -1%;
		width: 150px;
		height: 150px;
		z-index: -1;
	}

	.blog-module::after {
		content: "";
		position: absolute;
		bottom: -5%;
		right: -15%;
		width: 100px;
		height: 100px;
		z-index: -1;
	}
	.page-id-16313 .projects-skin-current-theme1 .project-image {
		position: relative;
		z-index: 2;
		overflow: hidden;
		width: 40% !important;
		border-radius: 20px;
	}
	.page-id-16590 .projects-skin-current-theme1 .project-image {
		position: relative;
		z-index: 2;
		overflow: hidden;
		width: 40% !important;
		border-radius: 20px;
	}
	.page-id-16313 .projects-skin-current-theme1 .project-image {
		position: relative;
		z-index: 2;
		overflow: hidden;
		width: 40% !important;
		border-radius: 20px;
	}
	.page-id-16592 .projects-skin-current-theme1 .project-image {
		position: relative;
		z-index: 2;
		overflow: hidden;
		width: 40% !important;
		border-radius: 20px;
	}

	.pump-repair-cards .project-item .ks-project-arrow i {
		width: 100%;
        height: 100%;
	}

	.pump-repair-cards .project-item .ks-project-arrow i::after {
		background-size: 25px;
	}
	.electric-cards .project-item .ks-project-arrow i {
		width: 100%;
        height: 100%;
	}

	.electric-cards .project-item .ks-project-arrow i::after {
		background-size: 25px;
	}
	
	.winding-section-cards  .project-item .ks-project-arrow i {
		width: 100%;
        height: 100%;
	}

	.winding-section-cards  .project-item .ks-project-arrow i::after {
		background-size: 25px;
	}
.about3-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
}


.about3-section::after {
	content: "";
	position: absolute;
	top: -2%;
	right: -18%;
	width: 150px;
	height: 150px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	z-index: 1;
	pointer-events: none;
}
	.about2-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
}


.about2-section::after {
	content: "";
	position: absolute;
	top: -65%;
	right: -18%;
	width: 150px;
	height: 150px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	z-index: 1;
	pointer-events: none;
}
	.pump-wheel-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
}


.pump-wheel-section::after {
	content: "";
	position: absolute;
	top: -16%;
	left: -9%;
	width: 150px;
	height: 150px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	z-index: 1;
	pointer-events: none;
}
.pump-wheel-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
}


.pump-wheel-section::after {
	content: "";
	position: absolute;
	top: -10%;
	left: -31%;
	width: 150px;
	height: 150px;
	background-image: url('https://doer-motor.theaptech.com/wp-content/uploads/2025/10/tyre2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	z-index: 1;
	pointer-events: none;
}

}