.elementor-kit-2686{--e-global-color-primary:#11A5DE;--e-global-color-secondary:#A93392;--e-global-color-text:#535862;--e-global-color-accent:#211C51;--e-global-color-13aa2b1:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;}.elementor-kit-2686 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2686 a{font-family:"Alexandria", Sans-serif;}.elementor-kit-2686 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-2686 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-2686 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-2686 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-2686 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-2686 h6{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media(min-width: 1024px){
    .bg-color-hide{
        background: none !important;
    }
}

.nsd-image-box h3 {
    margin-top: 0;
}

.nsd-heading-main {
    text-shadow: #c8c8c8 1px 1px 0px, #b4b4b4 0px 2px 0px, #a0a0a0 0px 3px 0px, rgba(140, 140, 140, 0.498039) 0px 4px 0px, #787878 0px 0px 0px, rgba(0, 0, 0, 0.498039) 0px 5px 10px
}

/*-------*/


.th_srvc_card_main {
    width: 100%; 
	float:left;display:flex;flex-wrap:wrap
}

.th_service_card {
    width: calc(25% - 10px); /* Adjusted width for responsiveness */
    margin: 5px;float:left;
    text-align: center;
    transition: 0.5s;
}

.th_service_card:hover {
    z-index: 1;
    transform: translateX(0) translateY(0) scaleX(1.1) scaleY(1.1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg;
}

.th_service_card img {
    width: 100%; /* Made image width relative to parent */
/*     height: 150px; Set a base height */
    object-fit: cover;
    border-radius: 100%;
    transition: 0.5s;
	aspect-ratio: 1/1;
}

.th_service_card:hover img {
    transform: translateX(0) translateY(0) scaleX(0.9) scaleY(0.9) rotate(0deg) skewX(0deg) skewY(0deg);
}

.th_service_card .th_title {
    width: 100%;
    display: flex;
    justify-content: center;
}

.th_service_card h2 {
    width: 100%;
    text-align: center;
    max-width: 70%;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    color: #2F2E2E;
    height: 48px;
    margin: 10px 0;
}

.th_service_card ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.th_service_card ul li {
    width: 100%;
    list-style: none;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.th_service_card ul li a {
    background-color: #2F2E2E;
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 100px 100px 100px 100px;
    padding: 14px 30px 15px 30px;
    transition: 0.5s;
    border: solid 1px #2F2E2E;
}

.th_service_card ul li a:hover {
    background-color: var(--e-global-color-13aa2b1);
    color: #171557;
    border: solid 1px #171557;
}

/* Tablet View (1024px) */
@media (max-width: 1024px) {
	.th_service_card img {
		width: 150px;
	}
}

/* Mobile View */
@media (max-width: 768px) {
    .th_service_card {
        width: calc(50% - 10px); /* Two cards per row */
    }
	.th_service_card img {
		width: 150px;
	}
}

.counter{
    position: relative;
    padding: 10px
}

.counter::before{
    position: absolute;
    content: "";
    height: 80%;
    width: 100%;
    top: -10px;
    left: -15px;
    border-left: 5px solid #fff;
}

.counter2 .elementor-counter-number{
    display: none;
}

.iconbox{
	transition: all 0.5s ease;
}

.iconbox:hover .elementor-icon-box-title{
	color: #11A5DE !important;
	transition: all 0.5s ease;
}

.iconbox:hover .elementor-icon-box-description{
	color: #fff !important;
	transition: all 0.5s ease;
}/* End custom CSS */