.elementor-kit-15{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-560e96b:#022037;--e-global-color-774201e:#00B7EF;--e-global-color-922af82:#F2F2F2;--e-global-color-5b3815e:#022037CC;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;background-image:url("https://egcmea.dev/wp-content/uploads/2025/07/gird.png");background-position:center center;background-repeat:repeat-y;background-size:0px auto;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1276px;}.e-con{--container-max-width:1276px;--container-default-padding-top:30px;--container-default-padding-right:30px;--container-default-padding-bottom:30px;--container-default-padding-left:30px;}.elementor-widget:not(:last-child){--kit-widget-spacing:32px;}.elementor-element{--widgets-spacing:32px 32px;--widgets-spacing-row:32px;--widgets-spacing-column:32px;}{}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-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 */.btn-icon-effect:hover .elementor-button-icon{
  transform: translateX(5px);
  transition: transform 0.3s ease;
}

.btn-icon-effect .elementor-button-icon{
  transition: transform 0.3s ease;
}

.title-hover-effect:hover .elementor-icon {
  transform: translateX(5px);
  color:#00B7EF !important;
  transition: transform 0.3s ease, color 0.3s ease;
}

.title-hover-effect .elementor-icon{
  transition: transform 0.3s ease, color 0.3s ease;
}

.title-hover-effect:hover .elementor-heading-title{
    color: #00B7EF !important;
    transition: color 0.3s ease;
}

.title-hover-effect .elementor-heading-title{
    transition: color 0.3s ease;
}

.overlay-gradient::before,
.overlay-gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.overlay-gradient::before {
  background: linear-gradient(192deg, rgba(6, 91, 157, 0) 9.06%, rgba(2, 32, 55, 1) 90.94%);
  opacity: 0.9;
}


.overlay-gradient::after {
  background: rgba(0, 183, 239, 0.2);
  mix-blend-mode: overlay;
}

.image-link-reset a{
    display: block !important;
}

.menu-scroll-tracker a {
  color: white;
  transition: color 0.3s ease;
}

.menu-scroll-tracker a.active {
  color: #00B7EF !important; /* Blue when active */
}

.post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* jumlah baris maksimal */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}/* End custom CSS */