.elementor-kit-5{--e-global-color-primary:#C6D600;--e-global-color-secondary:#161616;--e-global-color-text:#9CA3AF;--e-global-color-accent:#A8B800;--e-global-color-42087d7:#000000;--e-global-color-c931ef8:#D1D5DB;--e-global-color-ce0b018:#C6D6001A;--e-global-color-ae74ad2:#C6D60033;--e-global-color-6123bb0:#1A1A1A;--e-global-color-21dfd52:#0F0F0F;--e-global-color-46e221e:#C6D6001A;--e-global-color-ce3b16f:#C6D6004D;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:3.75rem;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.625rem;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:700;--e-global-typography-640a7f1-font-family:"Inter";--e-global-typography-640a7f1-font-size:1.25rem;--e-global-typography-640a7f1-line-height:1.75rem;--e-global-typography-56a2593-font-family:"Inter";--e-global-typography-56a2593-font-size:0.875rem;--e-global-typography-56a2593-line-height:1.25rem;--e-global-typography-12f5e15-font-family:"Inter";--e-global-typography-12f5e15-font-size:1rem;--e-global-typography-12f5e15-font-style:italic;--e-global-typography-12f5e15-line-height:1.625px;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );}.elementor-kit-5 a:hover{color:var( --e-global-color-accent );}.elementor-kit-5 h1{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-5 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-kit-5 h3{font-family:"Inter", Sans-serif;font-size:1.875rem;font-weight:700;text-transform:capitalize;line-height:2.25rem;}.elementor-kit-5 h4{font-family:"Inter", Sans-serif;font-size:1.625rem;line-height:1.875rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-kit-5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 h1{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-5 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 h1{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-5 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.text-primary-color{
    color: #c6d600!important;
}

.card-hover-box-shadow {
  box-shadow: 
    0 20px 25px -5px rgba(0, 0, 0, 0.5),
    0 10px 10px -5px rgba(0, 0, 0, 0.4);

  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card-hover-box-shadow:hover {
  /* shadow-2xl + shadow-[#C6D600]/10 */
  box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.6),
    0 0 30px rgba(198, 214, 0, 0.3);

  transform: translateY(-4px); /* hover:-translate-y-1 */
}

.bp-card-with-icon{
    transition:0.3s;
}
.bp-card-with-icon .elementor-icon{
	border: 1px solid var(--e-global-color-ce3b16f);
}

.bp-card-with-icon:hover .elementor-icon{
	border: 1px solid var(--e-global-color-ce3b16f);
		background-color: var(--e-global-color-ae74ad2)!important;
}

.tag-design span{
    font-weight: 500!important;
}

/* Base transition setup */
.service-card .elementor-button-icon {
    transition: padding-left 0.3s ease;
}

.service-card .bg-image {
    transition: transform 0.5s ease;
    transform: scale(1);
}

/* Hover Effects */
.service-card:hover .elementor-button-icon {
    padding-left: 8px; /* adjust value if needed */
}

.service-card:hover .bg-image {
    transform: scale(1.1);
}/* End custom CSS */