.elementor-kit-6{--e-global-color-primary:#212121;--e-global-color-secondary:#2D2D2D;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Libre Baskerville";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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);}@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 */.header-class {
  position: relative;
  border-radius: 50px;
  
   backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
    background: none;
    border-image-slice: 1;
    border: 3px solid;
    border-width: 3px;
    border-image-source: linear-gradient(123.19deg, rgba(26, 115, 232, 0.2) 6.84%, rgba(0, 191, 166, 0.2) 93.16%);
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(
      123.19deg,
      rgba(26, 115, 232, 0.2) 6.84%,
      rgba(0, 191, 166, 0.2) 93.16%
    ) border-box;
  

  box-shadow:
    0px 39px 85px 0px #a3a3a30d,
    0px 154px 154px 0px #a3a3a317,
    0px 347px 208px 0px #a3a3a30d,
    0px 616px 246px 0px #a3a3a303,
    0px 963px 250px 0px #a3a3a300;
}




#Send-button .elementor-button-text{
    background: linear-gradient(90deg, #1A73E8 0%, #00BFA6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
}

.boxShadow{
    box-shadow: 0px 1px 2px 0px #0000001A,
        0px 3px 3px 0px #00000017,
        0px 7px 4px 0px #0000000D,
        0px 13px 5px 0px #00000003,
        0px 21px 6px 0px #00000000;
}

.text-gradient >.elementor-heading-title{
   background: linear-gradient(90deg, #1A73E8 0%, #00BFA6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent !important;
}
.home-text{
    background: linear-gradient(90deg, #1A73E8 0%, #00BFA6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
  font-size: 30px;
}

.top-transform {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}

.left-transform{
    -webkit-animation: leftMover 1s infinite  alternate;
    animation: leftMover 1s infinite  alternate;
}
@-webkit-keyframes leftMover {
    0% { transform: translateX(0); }
    100% { transform: translateX(-5px); }
}
@keyframes leftMover {
    0% { transform: translateX(0); }
    100% { transform: translateX(-5px); }
}



.img-rotate{
    animation: rotate-animation 20s infinite linear;
}
@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


.techcore-icon{
    background-image: linear-gradient(221.35deg, #B5E2FF 2.81%, #2A89C7 97.19%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #85C3ED1A !important;
    border-radius: 50px;
    /* padding: 0.5rem 2rem !important; */
    box-shadow: -2.41px 2.41px 2.41px 0px #85C3ED66 inset, -1.21px 1.21px 1.21px 0px #FFFFFF66 inset, 2.41px -2.41px 2.41px 0px #FFFFFF66 inset, 1.21px -1.21px 1.21px 0px #85C3ED66 inset;
}

.healthCare-icon{
     background-image: linear-gradient(221.35deg, #FF7C5C 2.81%, #CA2700 97.19%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #FF886B1A !important;
    border-radius: 50px;
    /* padding: 0.5rem 2rem !important; */
    box-shadow: -2.41px 2.41px 2.41px 0px #FF886B66 inset,
            -1.21px 1.21px 1.21px 0px #FFFFFF66 inset,
            2.41px -2.41px 2.41px 0px #FFFFFF66 inset,
            1.21px -1.21px 1.21px 0px #FF886B66 inset;
            
}

.financialCore-icon{
    background-image: linear-gradient(221.35deg, #4AFFE7 2.81%, #00AB95 97.19%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #4AFFE71A !important;
    border-radius: 50px;
    /* padding: 0.5rem 2rem !important; */
    box-shadow: -2.41px 2.41px 2.41px 0px #4AFFE766 inset,

-1.21px 1.21px 1.21px 0px #FFFFFF66 inset,

 2.41px -2.41px 2.41px 0px #FFFFFF66 inset,

 1.21px -1.21px 1.21px 0px #4AFFE766 inset;
}


.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
}

.custom-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 15px;
  background-image: url('data:image/svg+xml;utf8,<svg width="18" height="15" viewBox="0 0 18 15" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 7.43463L16.5 7.43463M16.5 7.43463L10.875 1.43463M16.5 7.43463L10.875 13.4346" stroke="url(%23paint0_linear_159_1457)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><defs><linearGradient id="paint0_linear_159_1457" x1="13.9052" y1="1.43463" x2="6.86748" y2="14.8854" gradientUnits="userSpaceOnUse"><stop stop-color="%231A73E8"/><stop offset="1" stop-color="%2300BFA6"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}


#contact-send{
    background: linear-gradient(123.19deg, #1A73E8 6.84%, #00BFA6 93.16%);
    box-shadow: 0px 1px 2px 0px #0000001A,
 0px 3px 3px 0px #00000017,
 0px 7px 4px 0px #0000000D,
 0px 13px 5px 0px #00000003,
0px 21px 6px 0px #00000000;


}


.elementor-post__read-more{
   background: linear-gradient(90deg, #1A73E8 0%, #00BFA6 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent!important;

  background-clip: text !important;
  color: transparent !important; 
}


.ast-container{
    max-width: 100% !important;
    padding:0px !important;
}

.ast-article-single{
    padding:0px !important;
}
.ast-separate-container #primary{
    margin:0px !important;
}
.elementor-post__read-more-wrapper{
    display: flex;
    justify-content: end;
    align-items: center;
}

.elementor-post.elementor-grid-item.hentry{
    max-height: 550px;
}

.solution-list .elementor-icon-list-item {
  display: flex;
  align-items: center;
  justify-content: end !important;
  flex-direction: row-reverse; 
  gap: 10px; 
}


.gradient-hover {
  position: relative;
  border-radius: 30px;
  overflow: hidden; /* Ensures rounded corners clip child elements */
  z-index: 1;
  transition: all 0.4s ease;
}

.gradient-hover::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 2px; /* Border width */
  background: linear-gradient(123.19deg, #1A73E8 6.84%, #00BFA6 93.16%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gradient-hover:hover::before {
  opacity: 1;
}

.gradient-hover:hover {
  box-shadow:
    0px 20px 44px 0px #dedede1a,
    0px 80px 80px 0px #dedede17,
    0px 180px 108px 0px #dedede0d,
    0px 320px 128px 0px #dedede03,
    0px 500px 140px 0px #dedede00;
}

.card-wrapper .card-content {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

/* Show on hover */
.card-wrapper:hover .card-content {
  opacity: 1;
  transform: translateY(0);
}

/* ::before overlay setup */
.card-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, #00000000 60%, #000000 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

/* Show gradient overlay on hover */
.card-wrapper:hover::before {
  opacity: 1;
}

/* Make sure content stacks properly */
.card-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 1;
}



.core-class1 .core-view {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
  pointer-events: none;
}

.core-class1:hover .core-view {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


.core-class1 {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
}


.core-class1::before {
  content: "";
  position: absolute;
  inset: -10px; 
  border-radius: 24px;
  background: #DEEDF7;
  filter: blur(40px); 
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.core-class1:hover {
    box-shadow:  0px 19px 38px #DEEDF7,  0px 15px 12px #DEEDF7;
    -webkit-backdrop-filter: blur(40px);
backdrop-filter: blur(40px);
}


.core-class1:hover::before {
  opacity: 1;
}


.core-class1 > * {
  position: relative;
  z-index: 1;
}

.core-class2 .core-view {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
  pointer-events: none;
}

.core-class2:hover .core-view {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.core-class2 {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.core-class2::before {
  content: "";
  position: absolute;
  inset: -10px; 
  border-radius: 24px;
  background: #FFF4F3;
  filter: blur(40px); 
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.core-class2:hover {
  box-shadow: 0px 19px 38px #FFF4F3, 0px 15px 12px #FFF4F3;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}

.core-class2:hover::before {
  opacity: 1;
}

.core-class2 > * {
  position: relative;
  z-index: 1;
}

.core-class3 .core-view {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
  pointer-events: none;
}

.core-class3:hover .core-view {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.core-class3 {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.core-class3::before {
  content: "";
  position: absolute;
  inset: -10px; 
  border-radius: 24px;
  background: #D4FFF9;
  filter: blur(40px); 
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.core-class3:hover {
  box-shadow: 0px 19px 38px #D4FFF9, 0px 15px 12px #D4FFF9;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}

.core-class3:hover::before {
  opacity: 1;
}

.core-class3 > * {
  position: relative;
  z-index: 1;
}

#elementor-popup-modal-736 .dialog-widget-content{
    border-radius: 20px;
}

.email-contact{
    
}

#main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  transition: all 0.3s ease;
  z-index: 999;
}


/*#main-header.scrolled {*/
/*  position: fixed;*/
/*  background-color: white;*/
/*  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
/*}*/

@media(max-width:1024px){
    .header-position{
        position: relative !important;
    }
}/* End custom CSS */