/* Alignfull Compatibility */
body {
    overflow-x: hidden;
    background:
        radial-gradient(circle at top right, rgba(103, 175, 255, 0.20), transparent 28%),
        radial-gradient(circle at left 12%, rgba(37, 88, 211, 0.08), transparent 24%),
        linear-gradient(180deg, #fbfdff 0%, #f2f8ff 100%);
}
.entry-content .alignfull {
    margin-left: calc( -50vw + 50%);
    margin-right: calc( -50vw + 50%);
    max-width: 100vw;
    width: 100vw;
}



/*Reset Default Blocks Gap*/
.wp-site-blocks > * {
    margin-block-start: 0;
}

.wp-site-blocks {
    background: transparent;
}

.e-flex-soft-header.has-background {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(242, 248, 255, 0.92));
    box-shadow: 0 16px 40px rgba(37, 88, 211, 0.08);
}

.e-flex-brand-lockup {
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 0;
    flex-shrink: 0;
}

.e-flex-brand-lockup img {
    display: block;
    width: 100%;
    height: auto;
}

.e-flex-brand-lockup--header {
    width: 186px;
}

.e-flex-brand-lockup--footer {
    width: min(100%, 220px);
}

.e-flex-soft-card,
.e-flex-soft-cover,
.e-flex-soft-cover .wp-block-cover__inner-container > .wp-block-group {
    border: 1px solid rgba(37, 88, 211, 0.12);
    box-shadow: 0 24px 60px rgba(37, 88, 211, 0.12);
}

.e-flex-soft-card {
    border-radius: 28px;
    overflow: hidden;
}

.e-flex-soft-cover {
    overflow: hidden;
    border-radius: 32px;
    backdrop-filter: blur(10px);
}

.e-flex-soft-cover .wp-block-cover__image-background {
    transform: scale(1.02);
    transition: transform 0.6s ease;
}

.e-flex-soft-cover:hover .wp-block-cover__image-background {
    transform: scale(1.06);
}

.e-flex-soft-cover .wp-block-cover__inner-container > .wp-block-group,
.e-flex-soft-card.has-background {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(234, 244, 255, 0.88));
    backdrop-filter: blur(14px);
}

.has-primary-background-color.e-flex-soft-card {
    background: linear-gradient(180deg, rgba(103, 175, 255, 0.92), rgba(71, 140, 245, 0.92));
}

.e-flex-floating-image img,
.e-flex-floating-logo img,
.e-flex-floating-avatar img {
    display: block;
    width: 100%;
    border: 1px solid rgba(37, 88, 211, 0.12);
    box-shadow: 0 24px 60px rgba(37, 88, 211, 0.14);
}

.e-flex-floating-image img {
    padding: 10px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(226, 239, 255, 0.82));
}

.e-flex-floating-logo img {
    width: auto;
    max-width: 100%;
    margin-inline: auto;
    padding: 14px 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(12px);
}

.e-flex-floating-avatar img {
    padding: 8px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(220, 238, 255, 0.84));
}

/* Navigation */
@media screen and (min-width: 600px){
    .wp-block-navigation ul.wp-block-navigation-submenu li {
        border-bottom: 1px solid rgba(0,0,0,.15);
    }
    .wp-block-navigation ul.wp-block-navigation-submenu li:last-child {
        border: none;
    }
}

.e-flex-samdo-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.18), transparent 20%),
        radial-gradient(circle at 88% 24%, rgba(255, 255, 255, 0.14), transparent 24%),
        linear-gradient(135deg, #12305b 0%, #2558d3 52%, #67afff 100%);
    box-shadow: 0 30px 80px rgba(18, 48, 91, 0.24);
}

.e-flex-samdo-hero::before,
.e-flex-samdo-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(2px);
}

.e-flex-samdo-hero::before {
    width: 280px;
    height: 280px;
    top: -90px;
    right: -70px;
}

.e-flex-samdo-hero::after {
    width: 220px;
    height: 220px;
    bottom: -110px;
    left: -40px;
}

.e-flex-samdo-hero .wp-block-column {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.e-flex-samdo-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.e-flex-samdo-chip {
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
}

.e-flex-samdo-hero .wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 6px;
}

.e-flex-samdo-hero .wp-block-buttons > .wp-block-button {
    margin: 0;
}

.e-flex-samdo-hero .wp-block-buttons .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
}

.e-flex-samdo-chip-row {
    margin-top: 16px;
    gap: 14px;
}

.e-flex-samdo-chip-row > .wp-block-column {
    min-width: 146px;
}

.e-flex-samdo-chip p {
    margin: 0;
}

.e-flex-service-chip-link {
    color: inherit;
    text-decoration: none;
}

.e-flex-service-chip-link:hover {
    text-decoration: none;
}

.e-flex-samdo-chip-active {
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 12px 28px rgba(11, 26, 53, 0.18);
}

.e-flex-samdo-panel {
    padding: clamp(24px, 3vw, 32px);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.10));
    backdrop-filter: blur(18px);
    box-shadow: 0 22px 60px rgba(11, 26, 53, 0.25);
}

@media screen and (min-width: 782px) {
    .e-flex-samdo-hero > .wp-block-columns {
        display: grid !important;
        grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.85fr);
        align-items: center !important;
        column-gap: clamp(24px, 4vw, 48px);
    }

    .e-flex-samdo-hero > .wp-block-columns > .wp-block-column {
        width: auto !important;
        flex-basis: auto !important;
    }
}

.e-flex-samdo-list {
    margin: 0;
    padding-left: 1.2rem;
}

.e-flex-samdo-list li {
    margin-bottom: 0.7rem;
}

.e-flex-samdo-list li:last-child {
    margin-bottom: 0;
}

.e-flex-samdo-card {
    height: 100%;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.10);
}

.e-flex-samdo-card p {
    margin-top: 0;
    margin-bottom: 0;
}

.e-flex-samdo-card-primary {
    background: rgba(255, 255, 255, 0.16);
}

.e-flex-frontpage-content {
    margin-top: clamp(32px, 4vw, 56px);
}

.e-flex-home-section-heading {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
}

.e-flex-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.e-flex-service-card,
.e-flex-process-card,
.e-flex-note-card,
.e-flex-cta-panel {
    border: 1px solid rgba(37, 88, 211, 0.12);
    border-radius: 28px;
    box-shadow: 0 20px 55px rgba(37, 88, 211, 0.10);
}

.e-flex-service-card,
.e-flex-process-card,
.e-flex-note-card {
    height: 100%;
}

.e-flex-process-card {
    overflow: hidden;
}

.e-flex-note-list,
.e-flex-note-list li {
    margin-top: 0;
}

.e-flex-note-list li + li {
    margin-top: 0.8rem;
}

.e-flex-reference-marquee {
    position: relative;
    overflow: hidden;
    margin-top: clamp(28px, 4vw, 42px);
    mask-image: linear-gradient(90deg, transparent 0, black 10%, black 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, black 10%, black 90%, transparent 100%);
}

.e-flex-reference-track {
    display: flex;
    align-items: center;
    gap: 18px;
    width: max-content;
    animation: e-flex-reference-scroll 32s linear infinite;
}

.e-flex-reference-marquee:hover .e-flex-reference-track {
    animation-play-state: paused;
}

.e-flex-reference-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    min-width: 220px;
    min-height: 120px;
    padding: 18px;
    border: 1px solid rgba(37, 88, 211, 0.10);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 48px rgba(37, 88, 211, 0.08);
}

.e-flex-reference-card img {
    width: auto;
    max-width: 100%;
    max-height: 68px;
    object-fit: contain;
    filter: grayscale(1) saturate(0.2) opacity(0.72);
    transition: filter 0.35s ease, transform 0.35s ease;
}

.e-flex-reference-card:hover img {
    filter: grayscale(0) saturate(1) opacity(1);
    transform: scale(1.03);
}

@keyframes e-flex-reference-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 9px));
    }
}

.e-flex-cta-panel {
    max-width: 920px;
    margin-inline: auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(234, 244, 255, 0.90));
}

.e-flex-footer-brand {
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

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

.no-list-style li {
    margin: 0 0 10px;
}

.no-list-style li:last-child {
    margin-bottom: 0;
}

.no-list-style a {
    display: inline-flex;
    align-items: center;
    padding: 4px 0;
}

.e-flex-cert-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.e-flex-cert-list {
    margin: 0;
    padding-left: 1.2rem;
}

.e-flex-cert-list li {
    margin-bottom: 0.8rem;
}

.e-flex-cert-list li:last-child {
    margin-bottom: 0;
}

.e-flex-cert-stat {
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.10);
}

.e-flex-cert-stat p {
    margin: 0;
}

.e-flex-page-nav {
    max-width: 1120px;
    margin: 0 auto 30px;
    padding: 16px 18px 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.06));
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 48px rgba(10, 28, 66, 0.18);
}

.e-flex-page-nav__label {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.e-flex-page-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.e-flex-page-nav__item {
    margin: 0;
}

.e-flex-page-nav__link,
.e-flex-page-nav__current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 0.94rem;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.e-flex-page-nav__link {
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.e-flex-page-nav__link:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.30);
    transform: translateY(-1px);
}

.e-flex-page-nav__current {
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #15366a;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 10px 24px rgba(255, 255, 255, 0.16);
}

.e-flex-page-hero-shell {
    width: min(1120px, 100%);
    margin-inline: auto;
}

.e-flex-page-content-shell {
    width: min(1080px, calc(100% - 30px));
    margin-inline: auto;
    border: 1px solid rgba(37, 88, 211, 0.10);
    border-radius: 32px;
    box-shadow: 0 24px 64px rgba(37, 88, 211, 0.10);
}

.e-flex-page-content-shell .wp-block-post-featured-image {
    margin-bottom: 28px;
    overflow: hidden;
    border-radius: 24px;
}

.e-flex-page-content-shell .wp-block-post-content {
    max-width: none;
}

.e-flex-form-shell {
    max-width: 980px;
    margin-inline: auto;
    border: 1px solid rgba(37, 88, 211, 0.10);
    border-radius: 32px;
    box-shadow: 0 24px 64px rgba(37, 88, 211, 0.10);
}

.e-flex-form-shell > * {
    max-width: none !important;
}

.e-flex-form-shell h1:first-of-type {
    display: none;
}

.e-flex-form-shell input[type="text"],
.e-flex-form-shell input[type="email"],
.e-flex-form-shell input[type="tel"],
.e-flex-form-shell input[type="number"],
.e-flex-form-shell textarea,
.e-flex-form-shell select {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(37, 88, 211, 0.18);
    border-radius: 16px;
    background: #ffffff;
    box-sizing: border-box;
}

.e-flex-form-shell textarea {
    min-height: 140px;
}

.e-flex-form-shell input[type="submit"],
.e-flex-form-shell button,
.e-flex-form-shell .button {
    border: 0;
    border-radius: 999px;
    padding: 12px 22px;
    background: linear-gradient(135deg, #2558d3, #5fa4ff);
    color: #ffffff;
    box-shadow: 0 14px 32px rgba(37, 88, 211, 0.22);
}

.e-flex-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: var(--wp--preset--spacing--x-large);
}

.e-flex-contact-card {
    padding: 28px;
    border: 1px solid rgba(37, 88, 211, 0.10);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 48px rgba(37, 88, 211, 0.08);
}

.e-flex-contact-card h3 {
    margin-top: 0.35rem;
    margin-bottom: 0.75rem;
    color: #173a6a;
    font-size: 1.55rem;
}

.e-flex-contact-card p:last-child {
    margin-bottom: 0;
}

.e-flex-contact-card a {
    display: inline-flex;
    align-items: center;
    padding: 3px 0;
    color: #2558d3;
    text-decoration: none;
    font-weight: 600;
}

.e-flex-contact-card a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 781px) {
    .e-flex-samdo-hero {
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
    }

    .e-flex-samdo-chip-row {
        row-gap: 14px;
    }

    .e-flex-samdo-panel {
        margin-top: 12px;
    }

    .e-flex-cta-panel {
        padding-right: 22px !important;
        padding-left: 22px !important;
    }

    .e-flex-reference-card {
        width: 180px;
        min-width: 180px;
        min-height: 102px;
    }

    .e-flex-cert-grid {
        grid-template-columns: 1fr;
    }

    .e-flex-page-nav {
        padding: 14px;
        margin-bottom: 22px;
    }

    .e-flex-page-nav__list {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .e-flex-page-nav__list::-webkit-scrollbar {
        display: none;
    }

    .e-flex-form-shell {
        padding-right: 22px !important;
        padding-left: 22px !important;
    }

    .e-flex-page-content-shell {
        width: calc(100% - 24px);
        padding-right: 22px !important;
        padding-left: 22px !important;
    }

    .e-flex-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 520px) {
    .e-flex-reference-card {
        width: 150px;
        min-width: 150px;
        min-height: 92px;
        padding: 14px;
    }

    .e-flex-reference-card img {
        max-height: 56px;
    }
}
