.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-92 .elementor-element.elementor-element-ef0adf6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:8px 8px 8px 8px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-92 .elementor-element.elementor-element-ef0adf6:not(.elementor-motion-effects-element-type-background), .elementor-92 .elementor-element.elementor-element-ef0adf6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ECEFF7;}.elementor-92 .elementor-element.elementor-element-02eeb63{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-image .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-92 .elementor-element.elementor-element-9faa5cb img{width:100%;height:352px;object-fit:cover;object-position:center center;border-radius:8px 8px 0px 0px;}.elementor-92 .elementor-element.elementor-element-2aed2ae{--display:flex;--justify-content:space-between;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-92 .elementor-element.elementor-element-a2b27f0 .elementor-heading-title{font-family:"VendSans", Sans-serif;font-size:24px;font-weight:600;color:var( --e-global-color-text );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-button .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-button .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-92 .elementor-element.elementor-element-1689cb1 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"VendSans", Sans-serif;font-size:16px;font-weight:500;fill:#1560AA;color:#1560AA;border-radius:7px 7px 7px 7px;padding:12px 12px 12px 12px;}.elementor-92 .elementor-element.elementor-element-1689cb1 .elementor-button-content-wrapper{flex-direction:row-reverse;}.jet-listing-item.single-jet-engine.elementor-page-92 > .elementor{width:400px;margin-left:auto;margin-right:auto;}@media(max-width:1024px){.elementor-92 .elementor-element.elementor-element-9faa5cb img{height:285px;}.elementor-92 .elementor-element.elementor-element-a2b27f0 .elementor-heading-title{font-size:20px;}.elementor-92 .elementor-element.elementor-element-1689cb1 .elementor-button{font-size:14px;}}@media(max-width:767px){.elementor-92 .elementor-element.elementor-element-9faa5cb img{height:240px;}.elementor-92 .elementor-element.elementor-element-a2b27f0 .elementor-heading-title{font-size:16px;}.elementor-92 .elementor-element.elementor-element-1689cb1 .elementor-button{font-size:12px;}}/* Start custom CSS for container, class: .elementor-element-ef0adf6 *//* HOVER CARD: background */
.card-certification:hover{
  background-color: #1560AA !important; /* ganti ke biru donker kamu */
}

/* TITLE: target heading Elementor (dan link kalau title berupa <a>) */
.card-certification:hover .card-certification__title,
.card-certification:hover .card-certification__title .elementor-heading-title,
.card-certification:hover .card-certification__title .elementor-heading-title a{
  color: #fff !important;
}

/* BUTTON: target struktur button Elementor */
.card-certification:hover .card-certification__btn .elementor-button,
.card-certification:hover .card-certification__btn .elementor-button-text,
.card-certification:hover .card-certification__btn .elementor-button-icon,
.card-certification:hover .card-certification__btn .elementor-button-icon svg{
  color: #1560AA !important;
  fill: #1560AA !important; /* penting kalau ada icon svg */
}

.card-certification .card-certification__btn{
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .5s ease, transform .5s ease, visibility .5s ease;
}
.card-certification:hover .card-certification__btn{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}/* End custom CSS */