/* START GLOBAL STYLE */

/* HERO SECTION */
.gradient-text {
  background: linear-gradient(90deg, #8FA8B8 0%, #6B8A9F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.hero-shadow {
    background: linear-gradient(0deg, #1A2331 0%, #374151 50%, rgba(0, 0, 0, 0) 100%);

}

/* MAIN ACRD [STACKED ICON] */
.stacked-icon.elementor-element {
    width: 80px;
    height: 80px;
}
/* END GLOBAL STYLE */

/* START HEADER */
.main-header .header-buttons {
    width: fit-content;
    min-width: fit-content;
}
.main-header .wpml-ls-statics-shortcode_actions {
    padding: 0;
}
/* END HEADER */

/* START SINGLE POST */
.post-tags.elementor-element .elementor-post-info__terms-list {
    display: flex !important;
    align-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.post-tags.elementor-element .elementor-post-info__terms-list span {
    color: #9CA3AF;
    background-color: #F3F4F6;
    padding: 8px 16px;
    border-radius: 999px;
}
.p-content.elementor-element h1, .p-content.elementor-element h2, .p-content.elementor-element h3, .p-content.elementor-element h4, .p-content.elementor-element h5, .p-content.elementor-element h6 {
    color: white;
}
/* END SINGLE POST */

/* START SRVICE SINGLE POST */
.service-packages.elementor-element .jet-listing-grid__item:nth-child(2) .e-parent {
    background: linear-gradient(135deg, #6B8A9F 0%, #5A7A8F 100%);
}
.service-packages.elementor-element .jet-listing-grid__item:nth-child(2) .pck-content * {
    color: white;
}
.service-packages.elementor-element .jet-listing-grid__item:nth-child(2) .pck-content li {
    filter: brightness(0) invert(1);
}
.service-packages.elementor-element .jet-listing-grid__item:nth-child(2) .main-btn a {
    background-color: white;
    color: #6b8a9f;
}
/* END SRVICE SINGLE POST */