.ajite-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.ajite-contact-form .ajite-form-notice {
    margin: 0 0 18px;
    padding: 12px 14px;
    border-left: 4px solid;
}

.ajite-contact-form .ajite-form-notice.is-success {
    color: #185c37;
    background: #edf8f1;
    border-color: #2e8b57;
}

.ajite-contact-form .ajite-form-notice.is-error {
    color: #842029;
    background: #fff1f2;
    border-color: #c62828;
}

.ajite-contact-form label {
    display: block;
    font-weight: 600;
}

.ajite-contact-form input[type="text"],
.ajite-contact-form input[type="email"],
.ajite-contact-form input[type="tel"],
.ajite-contact-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-top: 7px;
    padding: 11px 12px;
    border: 1px solid #c7cbd1;
    border-radius: 2px;
    background: #fff;
    color: #202124;
}

.ajite-contact-form textarea {
    resize: vertical;
}

.ajite-contact-form .wpcf7-submit {
    padding: 11px 24px;
    border: 0;
    background: #2f2483;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.ajite-infobox-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.ajite-info-box .info-box-inner,
.ajite-info-carousel .info-box-inner {
    position: relative;
    height: 100%;
}

.ajite-info-box .service-center {
    display: flex;
    min-height: inherit;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ajite-info-box .service-title,
.ajite-info-carousel .service-title {
    color: inherit;
    font-weight: 700;
}

.ajite-info-box .service-border {
    width: 64px;
    height: 1px;
    margin: 10px auto;
    background: currentColor;
    opacity: 0.85;
}

.ajite-info-box .service-media {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
}

.ajite-info-box .service-media .service-border {
    margin-right: 0;
    margin-left: 0;
}

.ajite-info-box .service-media .service-img-border {
    display: grid;
    flex: 0 0 74px;
    min-height: 74px;
    place-items: center;
}

.ajite-info-box .service-media .service-icon {
    font-size: 42px;
}

.ajite-info-box .service-content {
    min-width: 0;
    flex: 1;
}

.ajite-info-box .service-desc p:last-child,
.ajite-info-carousel .service-desc p:last-child {
    margin-bottom: 0;
}

.ajite-info-image img {
    display: block;
    width: 100%;
    height: auto;
}

.ajite-info-button {
    display: inline-block;
    margin-top: 10px;
    color: #2f2483;
    font-weight: 700;
}

.ajite-info-carousel .post-inner-loop {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ajite-info-carousel .info-box-inner {
    padding: 24px 16px;
    border: 1px solid #ddd;
    background: #fff;
}

.pt-plus-button-wrapper .button-link-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}

.pt-plus-button-wrapper .btn-arrow::before {
    content: "\2192";
}

.pt-plus-heading-animation .cd-words-wrapper {
    display: inline-block;
    padding: 0.08em 0.25em;
}

.ajite-blog-grid .post-inner-loop {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    height: auto !important;
}

.ajite-blog-grid .grid-item {
    position: static !important;
    width: auto !important;
    transform: none !important;
}

.ajite-blog-grid .blog-list-content {
    height: 100%;
    overflow: hidden;
    border: 1px solid #e3e3ea;
    background: #fff;
}

.ajite-blog-grid .post-content-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.ajite-blog-grid .post-content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ajite-blog-grid .post-content-bottom {
    padding: 14px 16px 18px;
}

.ajite-blog-grid .post-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
}

.twae-wrapper {
    --ajite-timeline-color: #2f2483;
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 25px 0;
}

.twae-timeline::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 34%;
    width: 4px;
    background: #d4d4d4;
    content: "";
}

.twae-story {
    position: relative;
    display: grid;
    grid-template-columns: 30% 8% 62%;
    align-items: start;
    margin: 0 0 42px;
}

.twae-labels {
    padding: 14px 20px 0 0;
    text-align: right;
}

.twae-label-big,
.twae-title {
    color: var(--ajite-timeline-color);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
}

.twae-label-small {
    margin-top: 3px;
    color: #777;
}

.twae-icon {
    position: relative;
    z-index: 2;
    display: grid;
    width: 42px;
    height: 42px;
    margin: 8px auto 0;
    place-items: center;
    border: 4px solid #d4d4d4;
    border-radius: 50%;
    background: var(--ajite-timeline-color);
    color: #fff;
}

.twae-arrow {
    display: none;
}

.twae-content {
    position: relative;
    padding: 16px;
    border-left: 3px solid var(--ajite-timeline-color);
    background: #f9f9f9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.twae-content::before {
    position: absolute;
    top: 20px;
    left: -12px;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent var(--ajite-timeline-color) transparent transparent;
    content: "";
}

.twae-media {
    margin-top: 12px;
}

.twae-media img {
    display: block;
    max-width: 100%;
    height: auto;
}

.twae-description {
    margin-top: 12px;
}

.twae-year {
    position: relative;
    z-index: 2;
    display: grid;
    width: 76px;
    height: 76px;
    margin: 20px 0 34px calc(34% - 36px);
    place-items: center;
    border: 4px solid #d4d4d4;
    border-radius: 50%;
    background: var(--ajite-timeline-color);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.ajite-lightbox {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 48px;
    background: rgba(0, 0, 0, 0.9);
}

.ajite-lightbox.is-open {
    display: flex;
}

.ajite-lightbox img {
    max-width: min(94vw, 1500px);
    max-height: 90vh;
    object-fit: contain;
}

.ajite-lightbox button {
    position: absolute;
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.ajite-lightbox-close {
    top: 18px;
    right: 18px;
}

.ajite-lightbox-prev {
    top: 50%;
    left: 18px;
}

.ajite-lightbox-next {
    top: 50%;
    right: 18px;
}

@media (max-width: 767px) {
    .ajite-info-carousel .post-inner-loop,
    .ajite-blog-grid .post-inner-loop {
        grid-template-columns: 1fr;
    }

    .twae-timeline::before {
        left: 20px;
    }

    .twae-story {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .twae-labels {
        grid-column: 2;
        padding: 0 0 8px 14px;
        text-align: left;
    }

    .twae-icon {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 38px;
        height: 38px;
        margin: 0;
    }

    .twae-content {
        grid-column: 2;
        padding: 14px;
    }

    .twae-year {
        width: 62px;
        height: 62px;
        margin-left: -9px;
    }

    .ajite-lightbox {
        padding: 56px 12px;
    }
}
