.elementor-kit-13{--e-global-color-primary:#163066;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#E6003A;--e-global-color-a504663:#F30B4C;--e-global-color-1074439:#00000042;--e-global-color-bb5e669:#F0EFEF;--e-global-color-b48f6f5:#FFFFFFA8;--e-global-color-1c5c57f:#00000042;--e-global-typography-primary-font-family:"Antonio";--e-global-typography-primary-font-size:46px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:-0.3px;--e-global-typography-secondary-font-family:"Antonio";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-letter-spacing:-0.03em;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-size:19px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-text-letter-spacing:0.01em;--e-global-typography-accent-font-family:"Antonio";--e-global-typography-accent-font-size:19px;--e-global-typography-accent-font-weight:600;--e-global-typography-ddaaf4a-font-family:"Antonio";--e-global-typography-ddaaf4a-font-size:17px;--e-global-typography-ddaaf4a-font-weight:600;--e-global-typography-ddaaf4a-letter-spacing:0.01em;--e-global-typography-27ad6dc-font-family:"Antonio";--e-global-typography-27ad6dc-font-size:58px;--e-global-typography-27ad6dc-font-weight:700;--e-global-typography-27ad6dc-line-height:1.2em;--e-global-typography-27ad6dc-letter-spacing:-0.3px;--e-global-typography-2a723fd-font-family:"Inter Tight";--e-global-typography-2a723fd-font-size:23px;--e-global-typography-2a723fd-font-weight:400;--e-global-typography-2a723fd-line-height:1.4em;--e-global-typography-0188bc1-font-family:"Inter Tight";--e-global-typography-0188bc1-font-size:16px;--e-global-typography-0188bc1-font-weight:400;--e-global-typography-0188bc1-line-height:1.4em;--e-global-typography-0188bc1-letter-spacing:0.01em;--e-global-typography-9e04371-font-family:"Antonio";--e-global-typography-9e04371-font-size:22px;--e-global-typography-9e04371-font-weight:600;--e-global-typography-9e04371-letter-spacing:-0.3px;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 );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-13 e-page-transition{background-color:#FFFFFF;}.elementor-kit-13 a{color:var( --e-global-color-text );}.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);}@media(max-width:1366px){.elementor-kit-13{--e-global-typography-text-font-size:18px;--e-global-typography-0188bc1-font-size:18px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );--e-page-transition-entrance-animation:e-page-transition-fade-out;}}@media(max-width:1200px){.elementor-kit-13{--e-global-typography-primary-font-size:40px;--e-global-typography-27ad6dc-font-size:46px;--e-global-typography-2a723fd-font-size:19px;--e-global-typography-0188bc1-font-size:14px;}}@media(max-width:1024px){.elementor-kit-13{--e-global-typography-secondary-font-size:25px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13{--e-global-typography-primary-font-size:30px;--e-global-typography-text-font-size:17px;--e-global-typography-27ad6dc-font-size:37px;--e-global-typography-9e04371-font-size:20px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Heading:Antonio; }
/* Start custom CSS *//* Moving Carousel - desktop linear scroll */
#portfolio-carousel .swiper-wrapper,
#logo-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* Reduced motion — disable ALL Swiper CSS interference, JS takes over */
@media (prefers-reduced-motion: reduce) {
  #portfolio-carousel .swiper-wrapper,
  #logo-carousel .swiper-wrapper {
    transition-duration: 0ms !important;
    animation: none !important;
  }
}



/*HIDE Navi on large screen*/
@media only screen and (min-width: 768px) {
.d-lg-none {
    display: none !important;
}
}


/* Fade-out edges effect */
#logo-carousel .elementor-image-carousel-wrapper, #portfolio-carousel .elementor-image-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

#logo-carousel .elementor-image-carousel-wrapper::before,
#logo-carousel .elementor-image-carousel-wrapper::after, #portfolio-carousel .elementor-image-carousel-wrapper::before,
#portfolio-carousel .elementor-image-carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 180px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

/* Left fade */
#logo-carousel .elementor-image-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, transparent 100%);
}

/* Right fade */
#logo-carousel .elementor-image-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, transparent 100%);
}



/* Left fade */
#portfolio-carousel .elementor-image-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #163066 0%, transparent 100%);
}

/* Right fade */
#portfolio-carousel .elementor-image-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #163066 0%, transparent 100%);
}




/*CTA Card Hover Zoom Out*/
.elementor-cta:hover .elementor-cta__bg {
  transform: scale(1.02)!important;
}

/*CTA Image*/
.elementor-cta__bg-wrapper {
    border-radius: 0px 0px 8px 8px;
}


  /* === CTA Card: Border Top + Arrow Button === */
  
  .cta-card .elementor-cta {
  position: relative;
  overflow: hidden;
  }
  
  /* Top border bar */
  .cta-card .elementor-cta__bg-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #e6003a; /* Default brand red/pink — adjust to match your theme */
  z-index: 10;
  transition: background-color 0.3s ease;
  }
  
  /* Arrow button — positioned top-right over the image */
  .cta-card .elementor-cta__bg-wrapper::after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
  position: absolute;
  bottom: 13px;
  right: 12px;
  width: 40px;
  height: 40px;
  background-color: #e6003a; /* Default brand color */
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  line-height: 1;
 
  }
  
  /* On CTA hover: both turn blue */
  .cta-card .elementor-cta:hover .elementor-cta__bg-wrapper::before,
  .cta-card .elementor-cta:hover .elementor-cta__bg-wrapper::after {
  background-color: #f30b4c; /* Blue on hover — adjust to your preferred blue */
  }/* End custom CSS */