/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 19 2026 | 07:07:25 */
/* @import url("https://use.typekit.net/fod0gwy.css"); */
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

body, html {
	margin: 0px;
	padding: 0px;
/* 	font-family: proxima-nova, sans-serif; */
	font-family: "Onest", sans-serif;
}
.elementor-kit-7 {
	--e-global-typography-primary-font-family: "Onest", sans-serif;
	--e-global-typography-text-font-family: "Onest", sans-serif;
	--e-global-typography-accent-font-family: "Onest", sans-serif;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
video {
  clip-path: inset(2px 4px);
   clip-path: fill-box;
  border-radius: 0.01px;
  overflow:hidden;
}

/*NAV SETTINGS*/
.engage--menu .sub-menu .elementor-sub-item {
    border-left: 0 !important;
}
.engage--menu .elementor-nav-menu .sub-menu {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    min-width: 160px !important;
}
body nav.engage--nav .engage--menu .elementor-nav-menu .primary--btn .elementor-item {
	padding: .7rem 1.75rem;
	background: linear-gradient(270deg, #007DDB 0%, #0066B3 100%);
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--e-global-color-secondary);
	font-weight: 700;
	line-height: 1.15;
	transition: .3s ease all;
}
body nav.engage--nav .engage--menu .elementor-nav-menu .primary--btn .elementor-item:hover {
	background: linear-gradient(266.01deg, #0066B3 6.17%, #007DDB 100%);
	color: var(--e-global-color-secondary);
}
.elementor-widget-image a img[src$=".svg"] {
	width: auto;
}
.mb-0 p {
    margin: 0;
}
.link-bold a {
    font-weight: 700;
}
.engage--menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-item:focus {
    background: #fff;
}
.header-logo {
    margin-right: auto;
}
.highlighted .e-fas-caret-down path {
    fill: var(--e-global-color-primary);
}
.highlighted {
	color: var(--e-global-color-primary) !important;
}
.sub-arrow {
    transition: .3s ease all;
    transform-origin: center center;
    padding: 0 !important;
    margin-left: 8px;
/*     margin-top: -8px !important; */
}
.highlighted .sub-arrow {
    transform: rotate(180deg);
}
body:not(.elementor-editor-active) .reveal-container.flex-line {
    display: flex;
}
.custom-h1 h1 {
	color: var(--e-global-color-text);
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
}
.text-xs-center {
	text-align: center;
}
.rotate_wrapper {
/*   display: inline-block; */
 	margin-left: 10px;
  position: relative;
  white-space: nowrap;
/*   perspective: 600px; */
}
/* .rotate_item {
  display: none;
  color: var(--e-global-color-primary);
  transform-origin: center center;
  backface-visibility: hidden;
} */
.rotate_item {
  display: none;
  opacity: 0;
/*   position: absolute; */
  left: 0;
  color: var(--e-global-color-primary);
}
.form-design-demo .elementor-field-group.elementor-field-type-select .elementor-select-wrapper select {
    padding: 14px 20px 12px;
    font-weight: 400;
	color:#666666;
	padding-left: 54px;
}
.form-design-demo input.elementor-field::placeholder,
.form-design-demo textarea.elementor-field::placeholder {
    color: #666666 !important;
    opacity: 1 !important;
}
 .form-design-demo .elementor-field-group.elementor-field-type-select .elementor-select-wrapper {
    padding: 0;
 }
.form-design-demo .elementor-field-group.elementor-field-type-select::before {
    z-index: 1;
}


.our-products {
    background: #eee !important;
}

.bento_grid_wrapper-headding p{
		color: var(--Neutral-Dark-Grey, #1C1C1C);
		font-family: Onest;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		padding:0px;
		margin:0px;
		margin-block-end:0.3rem;	
		line-height: normal;
}

.pink--layer {
    background: #FFF4F8 !important;
    border: 1px solid #FFD5E3;
}

.pink--layer:hover .elementor-widget-image img {
    filter: none;
}
.pink--layer:hover .elementor-widget-heading .elementor-heading-title {
    color: #e42d60 !important;
}
.pink--layer:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 25px 20px -20px;
}

.light--blue--layer {
    background: #EFF7FF !important;
    border: 1px solid #BCDAF9;
}

.orange--layer {
    background: #FFF6EF !important;
    border: 1px solid #FFCBA3;
}
.light--green--layer{
	background: #F2FDFE !important;
    border: 1px solid #B6E6E1;
}


/* .hover-card-saturate:hover .elementor-widget-text-editor {
    color: var(--e-global-color-text);
} */


.pink--layer:hover .shadow-less img {
	filter: drop-shadow(0px 10px 16px rgba(0, 0, 0, 0.30));
}
.pink--layer .shadow-less img {
	transition: .3s ease all;
}


/* Container */
.buyers-explore {
  position: relative;
}

/* Chat animation */
.chatbot {
  opacity: 0;
  transform: translateY(-60px);
  animation: slideDown 0.8s ease forwards;
}

/* Character animation */
.character {
  opacity: 0;
  transform: translateX(-50%) translateY(80px) scale(0.9);
  animation: popUp 1s ease forwards, float 3s ease-in-out infinite;
  animation-delay: 0.4s, 1.2s;
}

/* Animations */
@keyframes slideDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes popUp {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(80px) scale(0.8);
  }
  70% {
    transform: translateX(-50%) translateY(-10px) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}

/* Floating effect */
@keyframes float {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

/* Hover */
.character:hover {
  transform: translateX(-50%) scale(1.05);
  transition: 0.3s ease;
}

.chatbot img {
  width:462px;
  height: auto;
  display: block;
}
.character img{
  width:192px;
  height: auto;
  display: block;
}
.text-white{
	color:#ffffff !important;
}

.business--list li.elementor-icon-list-item .elementor-icon-list-text {
    color: #545454 !important;
}

.banner-img img {
    width: 520px;
}
.custom-img-filter img {
  filter: brightness(100%) contrast(100%) saturate(70%) blur(0px) hue-rotate(0deg);
}



@media only screen and (max-width: 1024px) { 
	.engage--menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container { 
	   position: fixed;
	   right: 0px;
	   padding-left: 1.875rem;
	   padding-right: 1.875rem;
	   top: 80px;
	   transition-timing-function: cubic-bezier(0.1, 0.6, 0.2, 1);
	   left: 0;
	   padding-bottom: 0.625rem;
	}
	.elementor-nav-menu li.primary--btn {
    	display: none;
	}
	.border-xs-none {
    	border: 0 !important;
	}
}
@media only screen and (max-width: 767px) { 
	.engage--menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	   padding-left: 1rem;
	   padding-right: 1rem;
	}
	.grid-span-1 {
		grid-column: 1/-1;
	}
}
/* ===== mobile device ===== */
@media only screen and (min-width: 320px) and (max-width: 700px) {  

  h1, h2, h3, h4, h5, h6 {
    margin-block-end: 0.4rem;
    margin-block-start: .5rem;
}
	.display--one h1 {
		font-size: 2rem !important;
	}
	.display-two h2 {
		font-size: 1.90rem !important;
	}

}
@media only screen and (min-width: 768px) {
	.banner--heading h1{
		font-size:2.2rem !important
	}
	.custom-h1 h1 {
		font-size: 2.80rem;
	}
	.text-xs-center {
		text-align: start;
	}
}
@media only screen and (min-width: 1025px) {
	.engage--menu .menu-item-has-children .has-submenu {
    	padding-right: 12px !important;
			transition: none;
	}
	.sub-arrow {
		position: absolute;
		right: -6px !important;
	}
}
@media only screen and (min-width: 1200px) { 
	.menu-item:not(.primary--btn) a:hover {
		color: var(--e-global-color-primary) !important;
	}
	.engage--nav .elementor-nav-menu > li.menu-item:not(.menu-item-has-children):not(.primary--btn) > a::before {
		content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        height: 1px;
        background-color: var(--e-global-color-primary);
        width: 0%;
        transition: .5s ease all;
	}
	.engage--nav .elementor-nav-menu > li.menu-item:not(.menu-item-has-children):not(.primary--btn) > a:hover::before {
		width: 100%;
	}
	.elementor-nav-menu > li.menu-item:not(.menu-item-has-children):not(.primary--btn) > a {
		padding-top: 0;
		padding-bottom: 0px;
	}
	.engage--menu .elementor-nav-menu {
		align-items: center;
	}
	.engage--menu .elementor-nav-menu .sub-menu { 
		border: 1px solid #eee !important;
	}
	.reveal-text.hover-red a:hover {
    	background: linear-gradient(270deg, ##0066B3 0%, #DAE6CB 100%);
    	color: var(--e-global-color-secondary) !important;
    	border-color: var(--e-global-color-primary) !important;
		transition: .3s ease all !important;
	}
	.custom-h1 h1 {
		font-size: 2.0rem;
	}
}

@media only screen and (min-width: 1680px) {
	.header-logo {
		width: auto !important;
	}
	body nav.engage--nav .engage--menu .elementor-nav-menu .primary--btn .elementor-item {
		padding: 1rem 2rem;
	}
	.engage--menu ul li a.elementor-item {
    	font-size: 1.125rem !important;
	}
	.engage--nav {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.custom-h1 h1 {
		font-size: 3rem !important;
	}
}

/*Stack Page*/
/* .shadow--layer {
	box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.08), 0px 10px 32px -4px rgba(24, 39, 75, 0.08);	
} */

 .steps {
   display: flex;   
   }

    .step {
		flex: 1 1 33.333%;
      flex: 1;
      padding: 20px;
      text-align: left;
      position: relative; /* needed for pseudo border */
      cursor: pointer;
      transition: background-color 0.3s ease;

		
    }

    /* small right border line initially */
    .step::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 1px !important;
      height:100px !important;   
      background-color: #ddd !important;
      transition: height 0.4s ease, background-color 0.4s ease;
    }

    .step .number {
      display: block;
      font-size: 70px;
      font-weight: 700;
      line-height: 1;
      color: transparent;
      -webkit-text-stroke: 1px #000;
      transition: all 0.3s ease;
    }

    .step h4 {
      font-size:20px;
      margin-top: 10px;
      font-weight:700;
      color: #333;
      transition: all 0.3s ease;
    }

    /* Hide paragraphs except active */
    .step p {
      margin-top: 5px;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, opacity 0.4s ease;
    }

    .step.active p {
      max-height: 500px;
      opacity: 1;
    }

    /* Active number styling */
    .step.active .number {
      color: #1f67bd;
      -webkit-text-stroke: 0;
      font-size: 80px;
    }

    .step.active h4 {
      color: #1f67bd;
      font-weight: 700;
    }

    /* Hover effects */
/*     .step:hover {
      background-color: #f5f9ff;
    } */

    .step:hover .number {
      color: #1f67bd;
      -webkit-text-stroke: 0;
      font-size: 100px;
    }

    .step:hover h4 {
      color: #1f67bd;
    }

    /* Show paragraph on hover */
    .step:hover p {
      max-height: 500px;
      opacity: 1;
    }

    /* animate the right border line to full height on hover */
    .step:hover::after {
      height: 100%;           /* grow downwards */
      background-color: #1f67bd; /* blue color */
    }

   /* Active step styling */
    .step.active .number {
      color: #1f67bd; /* filled blue */
      -webkit-text-stroke: 0;
      font-size: 96px; /* bigger only for active number */
    }

    .step.active h4 {
      color: #1f67bd; /* heading blue */
      font-weight: 700;
    }

    .step.active p {
      color: #333;
    }

    /* Hover effect */
    .step:hover {
      border-right:1px solid #0066B3 !important;
    }
.step.active{
	border-right:1px solid #0066B3 !important;
}

    .step:hover .number {
      color: #1f67bd; /* fill number blue on hover */
      -webkit-text-stroke: 0;
      font-size: 96px;
    }

    .step:hover h4 {
      color: #1f67bd;
    }

/* When hovering any step, reset all active styles */
.steps:hover .step.active {
  border-right: none !important;
}

.steps:hover .step.active .number {
  color: transparent;
  -webkit-text-stroke: 1px #000;
  font-size: 70px;
}

.steps:hover .step.active h4 {
  color: #333;
}

/* Hide active paragraph ONLY when hovering another step */
.steps:hover .step.active:not(:hover) p {
  max-height: 0;
  opacity: 0;
}

/* Show hovered step paragraph */
.steps .step:hover p {
  max-height: 500px;
  opacity: 1;
}
.main-swiper-2 .elementor-testimonial__footer {margin-bottom: 0px;}

@media only screen and (min-width:1400px) {
.main-swiper-2 .elementor-testimonial__footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-swiper-2 .elementor-testimonial {
  text-align: center;
  height: 100%;
 padding:20px 20px;
}
.main-swiper-2 .elementor-testimonial__image img {
  height: 100px !important;
  width: 100px !important;
}
}

/* mobile (1 card per row) */
/* ---- mobile view ---- */
@media (max-width: 991px) {
  .steps {
    flex-direction: column; /* stack cards */
  }

  .step {
    flex: 1 1 100%;           /* full width */
    text-align: center;       /* center text */
    background-color: transparent !important; /* remove bg */
    border: none !important; 
	  padding:0px;
  }

  /* remove pseudo border line */
  .step::after {
    content: none !important;
  }

  /* remove hover styles */
  .step:hover,
  .step.active {
    background-color: transparent !important; 
    border: none !important;
  }
  .step:hover::after {
    content: none !important;
  }
	.step.active {
    border-right:0 !important;
}
.step.active .number {
    display: block;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #000;
    transition: all 0.3s ease;
}
.step.active h4 {
    color: #333;
}	
  /* always show the paragraph content */
  .step p {
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible !important;
  }
	
	.step:hover .number{
	color: transparent;
    -webkit-text-stroke: 1px #000;
		font-size:70px;
	}
	.step:hover h4{
		color:#333;
	}
	
}



/* mobile (1 card per row) */
/* @media (max-width: 768px) {
  .steps {
    flex-direction: column; /* stacked */
  }
/*   .step {
    flex: 1 1 100%; 
  }
  .step::after {
    width: 100%;
    height: 2px;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .step:hover::after {
    width: 100%;
    height: 6px; 
  }
}  */
/*Stack Page*/


/*NAV SETTINGS*/

/*FOOTER SETTINGS*/
.elementor-location-footer {
    margin-top: auto;
}
/*FOOTER SETTINGS*/


@keyframes reveal-underline {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
.spine--pic {
	position: relative;
	display: inline-block;
	z-index: 1;
}
.spine--pic picture {
/* 	position: absolute;
    left: 0;
    right: 2px;
    bottom: -12px;
    z-index: -1;
    animation: 1.5s forwards ease-in-out reveal-underline; */
	position: absolute;
    z-index: -1;
    animation: 1.75s forwards ease-in-out reveal-underline;
    height: calc(100% + 12px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 0px);
    display: flex;
	justify-content: center;
    align-items: flex-end;
}
.spine--pic picture img { 
	width: 100%;
}
.hover-card-saturate:hover .elementor-widget-image img {
    filter: none;
}
.hover-card-saturate:hover .elementor-widget-heading .elementor-heading-title {
    color: var(--e-global-color-primary);
}
.hover-card-saturate:hover .move-arrow .elementor-button.elementor-button-link {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
}
.hover-card-saturate .move-arrow .elementor-button.elementor-button-link svg {
	transition: .3s ease all;
}
.hover-card-saturate:hover .move-arrow .elementor-button.elementor-button-link svg {
	transform: translatex(6px);
}
.hover-card-saturate:hover .move-arrow .elementor-button.elementor-button-link svg path {
    fill: var(--e-global-color-secondary);
}
.hover-card-saturate:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 25px 20px -20px;
}
.hover-card-saturate:hover .elementor-widget-text-editor {
color: var(--e-global-color-text);
/* 	color: red; */
}

.hover-card-saturate {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}


/* Smooth transition for image */
.hover-card-saturate .elementor-widget-image img {
    transition: transform 0.4s ease, filter 0.4s ease;
}

/* Image animation on hover */
.hover-card-saturate:hover .elementor-widget-image img {
    transform: scale(1.08) translateY(-5px);
}


.move-arrow .elementor-button-icon {
	margin-top: 3px;
}

.h-260 img, .h-200 img {
	max-height: 100%;
}
.hover-grad-btn .elementor-button.elementor-button-link:hover {
	background: linear-gradient(266.01deg, #0066B3 6.17%, #007DDB 100%);
	color:#ffffff;
}
.btn_secondary .elementor-button:hover {
background: linear-gradient(266.01deg, #0066B3 6.17%, #007DDB 100%);
    color: #fff !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
}
.move-arrow.elementor-element .elementor-button-wrapper .elementor-button {
    font-family: inherit;
}
.swipe-linear .swiper-wrapper {
    transition-timing-function: linear !important;
}
.swipe-linear .elementor-testimonial__image img {
	width: auto;
	height: auto;
	border-radius: 0;
	max-width: 100%;
    max-height: 100%;
}
.swipe-linear .elementor-testimonial__footer {
	margin-bottom: 0px;
}
.swipe-linear .swiper-slide {
    padding: 0;
}
.swipe-linear .elementor-testimonial__footer .elementor-testimonial__image {
	width: 100%;
    margin-bottom: .875rem;
    box-shadow: 0px 2px 12px rgb(20 20 43 / 6%);
    background: var(--e-global-color-secondary);
    border-radius: 100px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.5rem;
}
.swipe-linear .elementor-widget-reviews .elementor-main-swiper, .swipe-linear .elementor-widget-testimonial-carousel .elementor-main-swiper {
	width: 100%;
}

.main-swiper-2 .elementor-main-swiper {
    width: 100%;
}

.circle-number {
    bottom: -30px !important;
    left: 50% !important;
    transform: translateX(-50%);
}
.circle-number .elementor-heading-title {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #DDDDDD;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.mt-xs-100 {
    margin-top: 60px;
}
.img-overflow-top {
    margin-top: -60px;
}
.client-logo-slider {
    pointer-events: none;
}
.lg-text {
	display: block;
	font-size: 1.675rem;
    line-height: 1;
    margin-bottom: 6px;
}
.weeksand-box {
	mix-blend-mode: screen;
}
.filter--shadow .elementor-widget-container img {
    filter: drop-shadow(0px 10px 32px rgba(0, 0, 0, 0.4));
}
.filter--shadow {
	overflow: hidden;
	border-radius: 20px;
	padding-top: 25px;
}
.mt-auto {
	margin-top: auto;
}
/* .shadow--layer {
	box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.08), 0px 10px 32px -4px rgba(24, 39, 75, 0.08);	
} */

.list-tick li {
    background-image: url('/wp-content/uploads/2025/05/tick-circle.svg');
    background-repeat: no-repeat;
    background-position: top 3px left;
    padding-left: 1.75rem;
    line-height: 1.25;
}
.list-tick li + li {
	margin-top: 1.125rem;
}
.list-tick ul {
	padding-left: 0rem;
	list-style-type: none;
}
.slider-dots-primary .swiper-pagination-bullet {
    background-color: var(--e-global-color-accent);
    width: 10px;
    height: 10px;
	margin: 0 4px !important;
    transition: .3s ease all;
}
.slider-dots-primary .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--e-global-color-primary);
	width: 30px;
	border-radius: 25px;
}
body nav.engage--nav .engage--menu .elementor-nav-menu .primary--btn .elementor-item.elementor-item-active {
    color: var(--e-global-color-secondary);
}
.lh-0 {
	line-height: 0;
}
.resource-tab .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
    font-size: 16px;
}
.resource-tab .e-n-tabs-heading .e-n-tab-title {
    background-color: transparent !important;
    color: #3B4254;
    line-height: 1;
    padding: 1.25rem;
    width: 100%;
	flex: 1;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.resource-tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
    color: #0D0C24;
    font-weight: 700;
}
.resource-tab .e-n-tabs-heading .e-n-tab-title:hover .e-n-tab-title-text, .resource-tab .e-n-tabs-heading .e-n-tab-title:hover {
	color: #0D0C24 !important;
}
.resource-tab .e-n-tabs-heading {
    width: 100%;
    max-width: 400px;
    flex-shrink: 0;
    margin: 0 auto;
	gap: 0;
}
.resource-tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
	border-bottom-width: 2px;
	border-bottom-color: var(--e-global-color-text); 
}
.card-whitebox {
	transition: .3s ease all;
	padding: 1rem;
	border-radius: 1rem;
}
.card-whitebox:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 8px 20px 0px;
	background-color: var(--e-global-color-secondary);
}
.dialog-close-button {
    background: var(--e-global-color-text);
    width: 34px;
    height: 34px;
    top: -20px !important;
    border-radius: 8px;
    right: -16px !important;
	justify-content: center;
    align-items: center;
}
.abs-center-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.hover-card-saturate:hover .shadow-less img {
	filter: drop-shadow(0px 10px 16px rgba(0, 0, 0, 0.30));
}
.hover-card-saturate .shadow-less img {
	transition: .3s ease all;
}
.arrow-anim img {
    transition: .3s ease all;
}
.arrow-anim:hover img {
	transform: translatex(6px);
}
.arrow-anim {
    max-width: max-content;
}
.zoom-img-box {
	overflow: hidden;
	border-radius: 10px;
}
.zoom-img .zoom-img-box img {
	transition: .5s ease all;
}
.zoom-img:hover .zoom-img-box img {
    transform: scale(1.1);
}
.zoom-img:hover .elementor-heading-title {
	color: var(--e-global-color-primary) !important;
}
.zoom-img:hover .elementor-widget-text-editor {
	color: var(--e-global-color-text) !important;
}
.accordion-custom details {
    border: 1px solid rgb(233 233 233);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.02);
}
.accordion-custom summary.e-n-accordion-item-title {
    border: 0;
}
.accordion-custom summary.e-n-accordion-item-title + div {
    border: 0;
    border-top: 1px solid rgb(223 223 223);
	padding: 20px;
}
.single-post .blog_content h2 {
	font-size: 1.5rem !important;
}
.single-post .blog_content h1.elementor-heading-title {
	font-size: 1.875rem !important;
}
.f-0 {
	font-size: 0;
}
.bento_grid_wrapper > .elementor-element {
    justify-content: flex-end;
}

.maxw-250 {
	max-width: 250px !important;
}
.before-arrow p {
    background-image: url('/wp-content/uploads/2025/07/top-arrow.svg');
    background-position: top 5px left;
    background-repeat: no-repeat;
    padding-left: 1.25rem;
}
.cta-primary-btn .elementor-button {
	background: linear-gradient(266.01deg, #0066B3 6.17%, #007DDB 100%);
    color: var(--e-global-color-secondary);
}
.client_box {
	box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.08), 0px 10px 32px -4px rgba(24, 39, 75, 0.08);
}
.hand-abs {
    position: absolute;
    top: 16px;
    right: 35px;
}
.bento_grid_wrapper > div {
    transition: .3s ease all;
}
.bento_grid_wrapper > div:hover {
	transform: scale(1.025);
	box-shadow: rgb(56 82 103 / 15%) 0px 25px 20px -20px;
}
.inset-0, .inset-0 a {
	position: absolute;
	inset: 0;
}
.bento_engage a.link--btn:hover {
    background: #fdf0f5 !important;
    border: 1px solid #d95c83;
}
.bento_telemetics a.link--btn:hover {
    background: #fef5f1 !important;
    border: 1px solid #f3962e;
}
.bento_sdk a.link--btn:hover {
    background:#ecf5ff !important;
    border: 1px solid #388fca;
}
.bento_chatbot a.link--btn:hover {
    background:#f4efff !important;
    border: 1px solid #c7aeff;
}
.bento_custom a.link--btn:hover {
    background:#effbfa !important;
    border: 1px solid #8bdbd6;
}
.bento_connect a.link--btn:hover {
    background:#f5fae3 !important;
    border: 1px solid #c3db6b;
}
.bento_drive a.link--btn:hover {
    background:#FFF9E4 !important;
    border: 1px solid #e9c65b;
} 

/* .link--btn:active {
	background-color: rgba(0, 0, 0, 0.1) !important;
} */
.elementorSwiper .swiper-pagination {
    position: static;
    flex-direction: row;
    justify-content: center;
}
.elementorSwiper .swiper-pagination .swiper-pagination-bullet {
	/*background: rgba(0, 102, 179, 0.2); */
	background: rgba(141, 198, 63, 0.20);
    opacity: 1;
    height: 6px;
	width: 16px;
    cursor: pointer;
    transition: .3s ease all;
    border-radius: 10px;
	cursor: pointer;
}
.elementorSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
/* 	background: #0066B3; */
	background: #8DC63F;
	width: 30px;
}
.mix-unset {
    mix-blend-mode: unset !important;
}
.lin {
    background: linear-gradient(270deg, #00000000, #222 46.53%);
    z-index: 1;
	position: absolute;
	inset: 0;
}
.quote-text::before, .quote-text::after {
    color: #737887;
    font-size: 86px;
    line-height: 0;
    flex-shrink: 0;
    height: auto;
    width: auto;
	position: absolute;
}
.quote-text::before {
    content: '“';
    top: 30px;
    left: -14px;
}
.quote-text::after {
    content: '”';
    bottom: -30px;
    right: -14px;
}
.quote-text {
	padding-left: 24px;
    padding-right: 24px;
}
.center_slider .elementorSwiper .swiper-slide.swiper-slide-active .quote-text::before, .center_slider .elementorSwiper .swiper-slide.swiper-slide-active .quote-text::after {
	color: var(--e-global-color-primary);
}
.container-relative .e-con-inner {
    position: relative;
}
.double-shadow .sticky--box {
	box-shadow: 0px 6px 14px -6px rgba(0, 0, 0, 0.08), 0px 10px 32px -4px rgba(0, 0, 0, 0.08);
}

.link-a a {
	color: var(--e-global-color-primary);
}
.xs-75 {
    max-width: 220px;
    margin: 0 auto;
}
.maxw-content {
	max-width: max-content;
}
.event-shadow .card-whitebox {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 20px 0px;
}
.card-whitebox .elementor-heading-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.card-whitebox .elementor-page-title + div .elementor-widget-container {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: auto !important;
}
.meet-events-grid {
    display: grid;
    grid-gap: 0;
}
.meet-event-item .meet-title {
    font-size: 1.15rem;
    color: var(--e-global-color-primary);
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
}
.meet-event-item .meet-dates {
    font-size: .875rem;
    margin-bottom: 0;
    margin-top: .25rem;
    color: var(--e-global-color-accent);
}
.meet-event-item .meet-link {
	position: absolute;
	inset: 0;
}
.meet-event-item {
	position: relative;
}
.shadow_list .card-whitebox {
	box-shadow: rgba(0, 0, 0, 0.02) 0px 8px 20px 0px;
}
.meet-event-item + .meet-event-item {
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    border-top: 1px solid rgb(239 239 234);
}
.spec-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    left: -15px;
    top: -2px;
    background: #ebf5fb;
    z-index: -1;
}
.spec-bg {
    position: relative;
    z-index: 1;
}
.mash-gradient {
    background: linear-gradient(132deg, #ffcaf0, #78e1fb, 
    #7a9def, #9d82ea, #a16ce9, #c580ef, #78e1fb);
    background-size: 1400% 1400%;

    -webkit-animation: DesignA11y 45s ease infinite;
    -moz-animation: DesignA11y 45s ease infinite;
    animation: DesignA11y 45s ease infinite;
}
.grad-text h2 {
	-webkit-text-fill-color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
    background-color: #0070F2;
    background-image: linear-gradient(90deg, #002A86, #0070F2);
}
.linkcontent {
    background: transparent !important;
    border: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.share--text {
    color: var(--e-global-color-text);
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
}
.grid-col-16 {
    display: grid;
	align-items: center;
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    grid-gap: 1rem;
}
.flex-post {
    display: flex;
    align-items: center;
}
.flex-post {
    display: grid;
    grid-gap: 12px;
    align-items: center;
    grid-template-columns: repeat(auto-fill, minmax(22px, auto));
}
.about-shadow {
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    border: 1px solid #f3f6fb;
}
.post_content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    padding-top: 1rem;
    margin-bottom: 1rem;
}
.post_content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: list;
    margin-bottom: 1rem;
}
.post_content ul li {
	position: relative;
    padding-left: 1.5rem;
    line-height: 1.5;
    font-weight: 300;
    font-size: .875rem;
    color: var(--e-global-color-text);
}
.post_content ul li::before {
	content: "•";
    position: absolute;
    left: 0;
    top: .45em;
    font-size: 1.875rem;
    color: currentColor;
    line-height: 0;
}
.post_content ul li + li {
	margin-top: .5rem;
}
.post_content p {
	line-height: 1.5;
}

@-webkit-keyframes DesignA11y {
	0%{background-position:0% 2%}
	50%{background-position:100% 99%}
	100%{background-position:0% 2%}
}
@-moz-keyframes DesignA11y {
	0%{background-position:0% 2%}
	50%{background-position:100% 99%}
	100%{background-position:0% 2%}
}
@keyframes DesignA11y {
	0%{background-position:0% 2%}
	50%{background-position:100% 99%}
	100%{background-position:0% 2%}
}
.mash-gradient::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.9);
}
.share-btn {
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 7px 16px;
    outline: none;
    background: #ffffff14 !important;
    color: var(--e-global-color-text) !important;
    display: inline-flex;
    align-items: center;
    font-size: .875rem;
    border-radius: .5rem;
    line-height: 1;
}
.careers-wrapper {
    display: grid;
    grid-gap: 1.5rem;
}
.careers-filters {
    position: relative;
    padding: 1.25rem;
    border: 1px solid #eff6fb;
    background-color: var(--e-global-color-secondary);
    border-radius: 1rem;
	display: grid;
    grid-gap: 1rem;
}
.careers-filters .filter-title {
    font-size: 1.675rem;
    font-weight: 700;
    line-height: 110%;
    margin: 0;
    color: var(--e-global-color-text);
}
.careers-filters .filter-input {
	display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--e-global-color-text);
	background-color: #F5F5F5;
    border: 1px solid #E5E5E5 !important;
    appearance: none;
    border-radius: 0.5rem;
	outline: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.careers-filters .filter-input.select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    padding-right: 2rem;
}
.career-item {
    padding: 1rem 1rem 0rem;
    background-color: var(--e-global-color-secondary);
    border-top: 1px solid #ebebeb;
	position: relative;
}
.career-item:first-of-type {
	border-top: 0px;
}
.career-link {
    color: inherit;
    text-decoration: none;
}
.career-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.career-item .career-title {
    font-weight: 700;
    font-size: 1.125rem;
    margin-top: 0;
    line-height: 1.3;
	margin-bottom: .5rem;
}
.career-details {
    padding-bottom: 1rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    font-size: .925rem;
    color: var(--e-global-color-text);
}
.career-details > * {
    line-height: 1.3;
}
.career-details > * + * {
    padding-left: .5rem;
    margin-left: .5rem;
    border-left: 1px solid #afafaf;
    line-height: 1;
}
.career-item:hover {
    background-color: #e4f5d4;
}
.no-result {
    padding: 8px 16px;
    background-color: #ffffff;
    border: 1px solid #f59393;
    color: var(--e-global-color-text);
    border-radius: .5rem;
    margin: 0;
}
.career-items {
    background-color: var(--e-global-color-secondary);
    border-radius: .5rem;
    overflow: hidden;
}

/*SLIDE*/
.elementorSwiper .swiper-wrapper {
    transition-property: transform;
    flex-wrap: nowrap;
    flex-direction: row;
}
.center_slider .elementorSwiper, .center_slider {
	display: block;
}
.center_slider .elementorSwiper .swiper-slide {
	flex-shrink: 0 !important;
	height: initial;
	margin-bottom: 30px;
	transform: scale(0.8);
    opacity: 0.7;
}
.center_slider .elementorSwiper .swiper-slide.swiper-slide-active {
	transform: scale(1);
	opacity: 1;
}
body.elementor-editor-active .elementorSwiper .swiper-wrapper {
    display: grid;
}
.center_slider .elementorSwiper .swiper-slide.swiper-slide-active .title-active {
/* 	color: var(--e-global-color-primary); */
	color:#141D38;
}
/*SLIDE*/

@media only screen and (max-width: 360px) { 
	.req-demo-mobile .elementor-button-link {
		font-size: 12px;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 767px) { 
	.bento_engage, .bento_telemetics, .bento_chatbot, .bento_drive {
		order: 0;
	}
	.bento_sdk, .bento_connect, .bento_custom {
		order: 1;
	}
	.lin-bg {
		background: #222;
	}
	.lin {
		display: none;
	}
}

@media only screen and (min-width: 768px) { 
	.mt-xs-100 {
    	margin-top: 0px;
	}
	.lg-text {
		font-size: 2rem;	
	}
	.weeksand-box {
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	width: 50%;
	}
	.sticky--top--box--inner {
    	position: sticky;
    	top: 120px;
	}
	.single-post .blog_content h2 {
		font-size: 1.875rem !important;
	}
    .single-post .blog_content h1.elementor-heading-title {
		font-size: 2rem !important;
	}
	/**/
	.bento_grid_wrapper {
		grid-template-columns: repeat(4, 1fr) !important;
		grid-gap: 16px !important;
	}
	.bento_grid_wrapper-headding{
		color: var(--Neutral-Dark-Grey, #1C1C1C);
			font-family: Onest;
			font-size: 20px;
			font-style: normal;
			font-weight: 700;
			padding:0px;
		margin:0px;
		margin-block-end:0.5rem !important;
			line-height: normal;
	}
	.bento_grid_wrapper-headding p{
		margin:0px !important;
	}

	
	.bento_engage {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }
	.bento_telemetics {
        grid-column: 3 / 5;
        grid-row: 1 / 2;
    }
	.bento_sdk {
        grid-column: 1 / 3;
        grid-row: 5 / 6;
    }
	.bento_connect {
        grid-column: 1 / 3;
        grid-row: 3 / 4;
    }
    .bento_chatbot {
        grid-column: 3 / 5;
        grid-row: 2 / 4;
    }
	.bento_drive {
        grid-column: 1 / 3;
        grid-row: 3 / 5;
    }
	.bento_custom {
        grid-column: 3 / 5;
        grid-row: 4 / 6;
    }
	.ng-md-space {
		margin-bottom: -48px !important;
	}
	.block-float {
		display: block;
	}
	.shape-text {
		float: left;
		width: 100%;
		shape-outside: url('https://upload.wikimedia.org/wikipedia/commons/3/34/Red_star.svg');
		shape-margin: 10px;
		margin-right: 10px;
	}
	.tick-arrow-side {
		position: absolute;
		right: -10px;
		bottom: -10px;
	}
	.stick-first {
		position: sticky;
		top: 100px;
	}
	.double-shadow > .card {
		position: sticky;
		top: 280px;
	}
	.double-shadow > .card:nth-child(2) {
		top: 310px;
	}
	.double-shadow > .card:nth-child(3) {
		top: 340px;
	}
	.sticky_top {
		position: sticky;
		top: 100px;
	}
	.post_content ul li { 
		font-size: 1rem;
	}
	.careers-wrapper {
		grid-gap: 2.5rem;
		grid-template-columns: minmax(0,4fr) minmax(0,8fr);
	}
	.career-item .career-title {
		font-size: 1.25rem;
	}
	/**/
}
@media only screen and (min-width: 1025px) {
	.filter--shadow {
		border-radius: 40px;
		padding-top: 35px;
	}
	.sticky-form {
		position: sticky;
		top: 100px;
	}
	.careers-filters {
		padding: 2rem 1.5rem;
	}
}
@media only screen and (min-width: 1200px) { 
	.img-overflow-top {
		margin-top: -100px;
	}
	.lg-text {
		font-size: 2.5rem;	
	}
	.bottom-xs picture {
    	height: calc(100% + 25px);
	}
	body nav.engage--nav .engage--menu .elementor-nav-menu .primary--btn .elementor-item {
		padding: 1rem 2rem;
	}
/* 	.single-post .blog_content h2 {
		font-size: 2rem !important;
	} */
	.single-post .blog_content h1.elementor-heading-title {
		font-size: 2.25rem !important;
	}
	.single-post .blog_content img.attachment-full.size-full {
    width: 100%;
}
	.bento_grid_wrapper {
		grid-gap: 24px !important;
	}
		.bento_engage {
		grid-column: 1 / 2;
		grid-row: 1 / 4;
	}
	.bento_telemetics {
		grid-column: 2 / 4;
		grid-row: 1 / 3;
	}
	.bento_sdk {
		grid-column: 4 / 5;
		grid-row: 1 / 2;
	}
	.bento_connect {
		grid-column: 1 / 2;
		grid-row: 4 / 5;
	}
	.bento_chatbot {
		grid-column: 2 / 3;
		grid-row: 3 / 5;
	}
	.bento_drive {
    	grid-column: 3 / 4;
    	grid-row: 3 / 5;
	}
	.bento_custom {
    	grid-column: 4 / 5;
    	grid-row: 2 / 5;
	}
	.link--btn:hover {
		background-color: rgba(0, 0, 0, 0.1) !important;
	}
	.bento_engage:hover {
    	border-color: #f47ba2 !important;
	}
	.bento_telemetics:hover {
		border-color: #fdb23f !important;
	}
	.bento_sdk:hover {
    	border-color: #FFCBA3 !important;
	}
	.bento_connect:hover {
    	border-color: #c3db6b !important;
	}
	.bento_chatbot:hover {
    	border-color: #c7aeff !important;
	}
	.bento_drive:hover {
		border-color: #e9c65b !important;
	}
	
	.bento_policybuddy:hover{
	border-color: #3B7AB9 !important;
}
	.bento_custom_solutions:hover{
		border-color: #2DBCAD !important;
	}	
	
	.bento_custom:hover {
    	border-color: #8bdbd6 !important;
	}
	
	.bento_custom:hover {
    	border-color: #8bdbd6 !important;
	}
	.shadow_list .card-whitebox:hover {
		box-shadow: rgba(0, 0, 0, 0.07) 0px 8px 20px 0px;
	}
	
/* 	.careers-filters .filter-title {
		font-size: 2rem;
	} */
	.career-item .career-title {
        font-size: 1.375rem;
	}
/* 	.spine--pic picture {
		bottom: -20px;
	} */
	
	.scroll-y{
	height: 500px;
    overflow-y:scroll;
}
	
}
@media only screen and (min-width: 1400px) {
	.swipe-linear .elementor-testimonial__footer .elementor-testimonial__image {
		padding: 1.5rem 2.5rem;
		height: 100px !important;
	}
	.quote-text::before, .quote-text::after {
		font-size: 96px;
	}
	.video_full_wrapper {
		position: absolute;
		top: 15px;
		width: 700px;
		height: 700px;
		right: -90px;
	}

}

@media only screen and (min-width: 1680px) {
	.display--one h1 {
		font-size: 3.50rem !important;
	}	
	.display-two h2 {
    	font-size: 2.75rem !important;
	}
	.f-18 p {
    	font-size: 1.125rem;
		font-weight:300;
	}
		.h-260 {
		height: 260px;
	}
	.h-200 {
		height: 200px;
	}
	.resource-tab .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
    	font-size: 18px;
	}
	.font-xl-20 h3 {
		font-size: 22px !important;
	}
	.e-con-inner {
		--content-width: 1440px !important;
		/* --content-width:1170px !important; */
    }
	.footer-lablel-heading{
		font-size: 1.125rem;
	}
}

/*Form design*/
/* .form-design-demo .elementor-field-group:not(.elementor-field-type-checkbox) label.elementor-field-label {
    display: none;
} */
.form-design-demo .elementor-field-group .elementor-field::placeholder {
	color: #666666;
}
.form-design-demo .elementor-field-group .elementor-field {
    padding: 14px 20px 12px;
/* 	text-indent:30px; */
	padding-left: 54px;
    background-repeat: no-repeat;
    background-position: top 12px left 18px;
    background-size: 22px;
}
.form-design-demo .elementor-field-type-upload.elementor-field-group .elementor-field {
    padding-left: 16px;
    width: 100% !important;
	padding-top: 40px;
}
.elementor-field-group-uploadCv label.elementor-field-label.elementor-screen-only {
    position: relative;
    clip: initial;
    width: auto;
    height: auto;
    font-size: 15px !important;
    margin-bottom: -44px;
    padding-left: 16px;
    top: auto;
	line-height: 2;
}
/* .form-design-demo .elementor-field-group.elementor-field-group-firstName .elementor-field, .form-design-demo .elementor-field-group.elementor-field-group-lastName .elementor-field {
    background-image: url('/wp-content/uploads/2025/05/user_ic.svg');
	background-size: 20px;
} */
/* .form-design-demo .elementor-field-group.elementor-field-group-businessEmail .elementor-field {
	background-image: url('/wp-content/uploads/2025/05/email_ic.svg');
	background-position: top 15px left 17px;
} */
/* .form-design-demo .elementor-field-group.elementor-field-group-meetingText .elementor-field {
	background-image: url('/wp-content/uploads/2025/05/message_ic.svg');
	background-position: top 15px left 17px;
	resize: none;
} */

.form-design-demo .elementor-field-group.elementor-field-group-checkbox input[type="checkbox"] {
    background-color: var(--e-global-color-secondary);
    width: 18px;
    height: 18px;
    margin-top: .35em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMjkyNDkgOS4yOTI0NEM0LjkwMjQ5IDkuNjgyNDQgNC4yNzI0OSA5LjY4MjQ0IDMuODgyNDkgOS4yOTI0NEwwLjI5MjQ4NiA1LjcwMjQ0QzAuMTA1MjMzIDUuNTE1NjEgMCA1LjI2MTk2IDAgNC45OTc0NEMwIDQuNzMyOTIgMC4xMDUyMzMgNC40NzkyNyAwLjI5MjQ4NiA0LjI5MjQ0QzAuNjgyNDg2IDMuOTAyNDQgMS4zMTI0OSAzLjkwMjQ0IDEuNzAyNDkgNC4yOTI0NEw0LjU4MjQ5IDcuMTcyNDRMMTEuNDYyNSAwLjI5MjQzOUMxMS44NTI1IC0wLjA5NzU2MSAxMi40ODI1IC0wLjA5NzU2MSAxMi44NzI1IDAuMjkyNDM5QzEzLjI2MjUgMC42ODI0MzkgMTMuMjYyNSAxLjMxMjQ0IDEyLjg3MjUgMS43MDI0NEw1LjI5MjQ5IDkuMjkyNDRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    border: 2px solid #DADADA;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    border-radius: 4px;
	cursor: pointer;
	display: inline-block;
}
.form-design-demo .elementor-field-group.elementor-field-group-checkbox input[type="checkbox"]:checked {
	background-color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}
.form-design-demo .elementor-field-group.elementor-field-group-checkbox input[type="checkbox"] + label {
    color: #000;
}
.form-design-demo .elementor-field-group.elementor-field-type-submit .elementor-button {
    padding: .875rem 2rem;
    background: linear-gradient(270deg, #007DDB 0%, #0066B3 100%);
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--e-global-color-secondary);
    font-weight: 700;
    line-height: 1.15;
    transition: .3s ease all;
    cursor: pointer;
}
.form-design-demo .elementor-field-group.elementor-field-type-submit .elementor-button:hover {
	background: linear-gradient(270deg, #0066B3 0%, #007DDB 100%);
    color: var(--e-global-color-secondary);
}
.form-design-demo .elementor-field-group.elementor-field-type-html {
    margin-top: .25rem;
}
.elementor-message {
    text-align: start;
	font-size: 12px;
}
.elementor-message.elementor-message-danger::before {
	content: "";
	background-image: url('/wp-content/uploads/2025/05/alert-icon.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 12px;
    height: 12px;
    margin-top: -1px;
}
.form-design-demo .elementor-field-group .elementor-field:-webkit-autofill {
    background-color: #F5F5F5 !important;
    -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset !important;
    -webkit-text-fill-color: color: var(--e-global-color-text) !important;
    transition: background-color 5000s ease-in-out 0s; /* Prevents flashing */
}
.form-design-demo .elementor-field-group .elementor-field:-moz-autofill {
    background-color: #F5F5F5 !important;
    box-shadow: 0 0 0px 1000px #F5F5F5 inset !important;
    color: var(--e-global-color-text) !important;
}
.form-design-demo .elementor-field-group.elementor-field-group-firstName::before, .form-design-demo .elementor-field-group.elementor-field-group-lastName::before {
    content: '';
	background-image: url('/wp-content/uploads/2025/05/user_ic.svg');
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
    top: 10px;
    left: 18px;
    display: inline-block;
    width: 30px;
    height: 30px;
}
.form-design-demo .elementor-field-group.elementor-field-group-businessEmail::before {
    content: '';
	background-image: url('/wp-content/uploads/2025/05/email_ic.svg');
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
    top: 10px;
    left: 18px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.form-design-demo .elementor-field-group.elementor-field-group-companyName::before {
    content: '';
    background-image: url(/wp-content/uploads/2026/05/company_ic.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
    top: 10px;
    left: 18px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.form-design-demo .elementor-field-group.elementor-field-group-selectProduct::before {
    content: '';
	background-image: url('/wp-content/uploads/2025/05/email_ic.svg');
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
    top: 10px;
    left: 18px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.form-design-demo .elementor-field-group.elementor-field-group-meetingText::before {
	content: '';
	background-image: url('/wp-content/uploads/2025/05/message_ic.svg');
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
    top: 10px;
    left: 18px;
    display: inline-block;
    width: 30px;
    height: 30px;
}
.form-design-demo .elementor-field-type-recaptcha .elementor-field {
	padding: 0;
	background: none;
}
.form-design-demo .elementor-field-group.elementor-field-type-checkbox .elementor-field-option {
	flex-shrink: 0;
}
.elementor-form-spinner {
	display: none !important;	
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.elementor-field-type-recaptcha {
	justify-content: center;
}
.elementor-field-type-submit .elementor-button {
    min-height: 50px !important;
    min-width: 146px;
}
/* .form-design-demo .elementor-message.elementor-message-success {
	display: none !important;
} */

@media only screen and (min-width: 1025px) {
	.form-design-demo .elementor-form-fields-wrapper {
		display: grid;
    	grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: flex-start;
	}
	.form-design-demo .elementor-field-group.elementor-field-group-firstName .elementor-field {
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
		border-right: 0;
	}
	.form-design-demo .elementor-field-group.elementor-field-group-lastName .elementor-field {
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		border-left: 0;
		padding-left: 20px;
		background-image: none;
	}
	.form-design-demo .elementor-field-group.elementor-field-group-lastName {
		padding-left: 0 !important;
	}
	.form-design-demo .elementor-field-group.elementor-field-group-firstName {
		padding-right: 0 !important;
	}
	.form-design-demo .elementor-field-group .elementor-field:focus {
		box-shadow: none;
	}
	.form-design-demo .elementor-field-group.elementor-field-group-lastName::before {
		content: '';
		position: absolute;
		left: 0;
		top: 10px;
		bottom: auto;
		height: 30px;
		width: 1px;
		background: #AAAAAA;
	}
	.form-design-demo .elementor-field-group.elementor-field-group-businessEmail, .elementor-field-group.elementor-field-group-companyName, .elementor-field-group-selectProduct.elementor-field-group-selectProduct, .form-design-demo .elementor-field-group.elementor-field-group-checkbox, .form-design-demo .elementor-field-group.elementor-field-group-meetingText, .form-design-demo .elementor-field-group.elementor-field-type-submit, .form-design-demo .elementor-field-group.elementor-field-type-recaptcha, .form-design-demo .elementor-field-type-upload.elementor-field-group {
		grid-column: 1 / -1;
	}
}
/*Form design*/


/*GSAP ANIMATION*/
body:not(.elementor-editor-active) .reveal-container {
	display: block;
	overflow: hidden;
}

body:not(.elementor-editor-active) .reveal-text {
	display: block;
	transform: translateY(100%);
	opacity: 0;
}
body:not(.elementor-editor-active) .reveal-text.pb-1 {
	padding-bottom: .65rem;
}
body:not(.elementor-editor-active) .image-wrapper {
	overflow: hidden;
}
body:not(.elementor-editor-active) .reveal-image {
	transform: translateX(100%);
	opacity: 0;
	max-width: 100%;
	transition: none;
}
[data-aos=fade-up]:not(.aos-animate) {
    transform: translate3d(0, 40px, 0);
}
[data-aos=fade-down]:not(.aos-animate) {
	transform: translate3d(0, -40px, 0);
}
/*GSAP ANIMATION*/

@media screen and (max-width: 1280px) and (min-width: 1025px) {
	.display--one h1 {
		font-size: 2.5rem !important;
	}	
	.display-two h2 {
    	font-size: 1.875rem !important;
	}
}



/*New CSS 24-04-2026*/
.btn-bento .elementor-button {
  		display: inline-flex;
        height: 35px;
        padding: 10px 20px !important;
        justify-content: center;
        align-items: center;
        gap: 10px;
        transition: all 0.3s ease;
        color: #000 !important;
        border-radius: 8px !important;
}
.btn-engage .elementor-button {
    background: #FFD5E3;
}
.telematics-SDK .elementor-button {
    background: #FFCBA3;
}

.bento_sdk{
	 background: #fef5f1 !important;
    border: 1px solid #FFCBA3 !important;
}
.sdk-img{
		width:205px !important;
	}
.bento_policybuddy{
	border: 1px solid #BCDAF9 !important;
	background: #EFF7FF !important;
}
.btn-policybuddy .elementor-button {
    background: #BCDAF9;
}
.bento_policybuddy img{
	width:205px !important
}
.bento_custom_solutions{
border: 1px solid #B6E6E1 !important;
background-color: rgba(193, 240, 235, 0.30) !important;
}
.btn-custom_solutions .elementor-button {
    background: #B6E6E1;
}

.bento_custom_solutions img{
	width:175px !important;
}

div#form-field-field_0080210 {
    background: transparent;
}
.learn-more-right-img img {
    mix-blend-mode: lighten !important;
}
