.holder {
    max-width: 1920px;
    padding: 0 16px;
    margin: 0 auto;
}

.holder.container {
    margin-top: 80px;
}

@media (min-width:768px) {
    .holder {
        padding: 0 40px;
    }
}

@media (min-width:1600px) {
    .holder {
        padding: 0 80px;
    }
}

.content-area {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.navigation-panel {
    overflow-x: hidden;
}

/* ========================================
   HEADER WRAPPER
   ======================================== */
#header {
    border-bottom: 1px solid rgba(14, 14, 14, .06);
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

#header.menu-open {
    z-index: 9;
}

/* ========================================
   HEADER LAYOUT
   ======================================== */
.header_content {
    justify-content: space-between;
    padding: 14px 0;
}

.header_content,
.header_left {
    display: flex;
    align-items: center;
}

.header_left {
    margin-right: 40px;
}

@media (min-width: 768px) {
    .header_left .logo {
        margin-right: 24px;
    }
}

@media (min-width: 1400px) {
    .header_left .logo {
        margin-right: 40px;
    }
}

/* ========================================
   HEADER LEFT: BURGER TRIGGER & NAV LINKS
   ======================================== */
.header_left .burger-menu {
    padding: 0;
    margin: 0;
    outline: none;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

@media (min-width: 1200px) {
    .header_left .burger-menu {
        display: none;
    }
}

.header_left .magento-solutions {
    display: none;
    margin: 0;
}

@media (min-width: 768px) {
    .header_left .magento-solutions {
        display: inline-flex;
        text-decoration: none;
        color: #0e0e0e;
    }

    .header_left .magento-solutions:hover {
        color: #fff;
    }
}

.header_left .go-web-mobile {
    display: none;
}

@media (min-width: 768px) {
    .header_left .go-web-mobile {
        display: inline-flex;
        text-decoration: none;
        color: #0e0e0e;
        border-color: #f26322;
    }

    .header_left .go-web-mobile:hover {
        color: #fff;
    }
}

/* ========================================
   HEADER NAV PILLS
   ======================================== */
#header .button {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}

#header .button .icon {
    margin-left: 16px;
}

#header .button.magento-solutions {
    display: none;
}

@media (min-width: 768px) {
    #header .button.magento-solutions {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
        gap: 8px;
        padding: 0;
        border: none;
        color: #0e0e0e;
        background: #fff;
        background-image: linear-gradient(rgba(175, 48, 48, .933333), rgba(175, 48, 48, .933333));
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size .3s, color .3s;
        margin-right: 16px;
    }

    #header .button.magento-solutions:hover {
        color: #f26322;
    }

    #header .button.magento-solutions .icon {
        width: auto;
        min-width: auto;
        height: 24px;
        margin-left: 0;
    }
}

@media (min-width: 1400px) {
    #header .button.magento-solutions {
        margin-right: 32px;
    }
}

#header .button.go-web-mobile {
    display: none;
}

@media (min-width: 768px) {
    #header .button.go-web-mobile {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
        gap: 8px;
        padding: 0;
        border: none;
        color: #0e0e0e;
        background: #fff;
        background-image: linear-gradient(rgba(175, 48, 48, .933333), rgba(175, 48, 48, .933333));
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size .3s, color .3s;
        margin-right: 16px;
    }

    #header .button.go-web-mobile:hover {
        color: #f26322;
    }

    #header .button.go-web-mobile .icon {
        width: auto;
        min-width: auto;
        height: 24px;
        margin-left: 0;
    }
}

@media (min-width: 1400px) {
    #header .button.go-web-mobile {
        margin-right: 32px;
    }
}

#header .button.ai-solutions,
#header .button.recruitment-solutions {
    display: none;
}

@media (min-width: 768px) {
    #header .button.ai-solutions,
    #header .button.recruitment-solutions {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
        gap: 8px;
        padding: 0;
        border: none;
        color: #0e0e0e;
        background: #fff;
        background-image: linear-gradient(rgba(175, 48, 48, .933333), rgba(175, 48, 48, .933333));
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size .3s, color .3s;
        margin-right: 16px;
    }

    #header .button.ai-solutions.active,
    #header .button.recruitment-solutions.active,
    #header .button.ai-solutions:hover,
    #header .button.recruitment-solutions:hover {
        color: #f26322;
        text-decoration: none;
    }

    #header .button.ai-solutions .icon,
    #header .button.recruitment-solutions .icon {
        width: auto;
        min-width: auto;
        height: 24px;
        margin-left: 0;
    }
}

@media (min-width: 1400px) {
    #header .button.ai-solutions,
    #header .button.recruitment-solutions {
        margin-right: 32px;
    }
}

/* ========================================
   DROPDOWN — scoped via #header to avoid conflicts
   ======================================== */
#header .dropdown {
    padding-top: 5px;
    margin-right: 0;
    font-size: 14px;
    font-weight: 600;
    color: #0e0e0e;
    text-decoration: none;
    transition: all .3s;
}

@media (min-width: 992px) {
    #header .dropdown {
        position: relative;
        display: inline-block;
        margin-right: 0;
    }
}

#header .dropdown__icon {
    display: inline-block;
    line-height: 1;
    transition: transform .3s ease;
}

#header .dropdown:hover .dropdown__content {
    display: block;
}

#header .dropdown:hover .dropdown__icon {
    vertical-align: middle;
    transform: rotate(180deg);
}

#header .dropdown__content {
    display: none;
}

@media (min-width: 992px) {
    #header .dropdown__content {
        position: absolute;
        padding-top: 22px;
        z-index: 1;
        min-width: 310px;
        background-color: transparent;
        margin-left: -15px;
    }
}

#header .dropdown__content a {
    padding: 10px 16px;
    display: block;
}

@media (min-width: 992px) {
    #header .dropdown__content__links {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .25);
        background-color: #fff;
        padding: 10px 0;
    }

    #header .dropdown__content__links:hover .dropdown__content__links__link {
        opacity: .3;
    }

    #header .dropdown__content__links:hover .dropdown__content__links__link:hover {
        opacity: 1;
        transition: all .3s ease;
    }
}

#header .dropdown__content__links__link {
    color: #0e0e0e;
    text-decoration: none;
    transition: all .3s ease;
}

@media (max-width: 991px) {
    #header .dropdown__content__links__link {
        font-size: 15px;
    }
}

#header .dropdown__content__links__link:hover {
    opacity: 0;
    margin-left: 10px;
    transition: all .3s ease;
    color: #f26322;
}

/* ========================================
   NAV LINKS
   ======================================== */
@media (max-width: 991px) {
    #nav a.nav_link {
        font-size: 24px;
        line-height: 40px;
        text-transform: none;
    }
}

/* ========================================
   BURGER MENU OVERLAY
   ======================================== */
.burger-mask {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.burger-mask.is-open {
    opacity: 1;
    visibility: visible;
}

.burger {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.burger-mask.is-open .burger {
    transform: translateX(0);
}

.ai-header + .burger-mask .burger #nav.ec-menu,
.ai-header + .burger-mask .burger #nav.web-menu {
    display: none;
}

.burger {
    background: #f26322;
    border-radius: 0;
    width: 85.5vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

@media (max-width: 319px) {
    .burger {
        width: 100vw;
    }
}

@media (min-width: 481px) {
    .burger {
        width: 60.5vw;
    }
}

@media (min-width: 768px) {
    .burger {
        width: 45vw;
    }
}

.burger #nav {
    margin-left: 10px;
    margin-block-end: 48px;
}

.burger #nav .nav_link {
    font-size: 18px;
    line-height: 1.4;
}

@media (min-width: 321px) {
    .burger #nav .nav_link {
        font-size: 20px;
    }
}

.burger.orange {
    background: #f26322;
}

.burger.orange #nav {
    display: flex;
    flex-direction: column;
}

.burger.orange #nav .nav_link {
    margin: 0 10px;
}

@media (min-width: 321px) {
    .burger.orange #nav .nav_link {
        margin: 6px 16px;
    }
}

.burger.orange #nav .nav_link:focus,
.burger.orange #nav .nav_link:hover {
    color: #0e0e0e;
    transition: all .3s ease;
}

.burger.orange #nav .dropdown .nav_link {
    margin: 0;
}

.burger.orange #nav .dropdown__content__links {
    background-color: transparent;
}

.burger.orange #nav .dropdown:focus .nav_link,
.burger.orange #nav .dropdown:hover .nav_link {
    color: #fff;
}

.burger.orange #nav.web-menu {
    display: none;
}

.burger .dropdown,
.burger .item_links {
    padding: 0 0 0 10px;
}

@media (min-width: 321px) {
    .burger .dropdown,
    .burger .item_links {
        padding: 9px 0 9px 16px;
    }
}

.burger .dropdown:focus .nav_link,
.burger .dropdown:hover .nav_link,
.burger .item_links:focus .nav_link,
.burger .item_links:hover .nav_link {
    color: #0e0e0e;
    opacity: 1;
}

.burger .dropdown__content__links {
    padding: 0;
    margin-left: -1px;
}

.burger .dropdown__content__links__link {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    margin: 16px 0;
    padding: 0 16px 0 0;
}

@media (min-width: 321px) {
    .burger .dropdown__content__links__link {
        margin-bottom: 16px;
    }
}

.burger .dropdown__content__links__link:last-child {
    margin-bottom: 0;
}

.burger .dropdown__content__links__link:focus,
.burger .dropdown__content__links__link:hover {
    color: #0e0e0e;
}

.burger .menu-title {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    padding: 40px 0 20px 10px;
}

@media (min-width: 321px) {
    .burger .menu-title {
        padding: 60px 0 40px 16px;
    }
}

/* ========================================
   BURGER CONTENT
   ======================================== */
.burger-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 20px;
}

.burger-content .socials {
    padding: 16px 0 0 16px;
}

.burger-content .socials .copy {
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.burger-content .button {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    border: none;
    padding-left: 10px;
    margin-top: 5px;
}

@media (min-width: 321px) {
    .burger-content .button {
        padding-left: 16px;
        margin-top: 30px;
        font-size: 24px;
    }
}

@media (min-width: 481px) {
    .burger-content .button {
        margin-top: 48px;
    }
}

.burger-content .button .icon {
    margin-left: 10px;
    padding: 5px 0 0 10px;
    transition: all .3s ease-in-out;
}

.burger-content .button:focus .icon,
.burger-content .button:hover .icon {
    margin-left: 20px;
}

.burger-content .nav_link {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .burger-content .nav_link {
        margin-right: 40px;
        text-transform: none;
    }
}

/* ========================================
   BURGER CLOSE BUTTON
   ======================================== */
.burger-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    color: #fff;
}

.burger-inner .buttons {
    display: flex;
    flex-direction: column;
}

.burger-inner .buttons .button {
    margin: 0;
}

/* ========================================
   SOCIALS LIST
   ======================================== */
.socials-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.socials-list__item {
    margin-right: 20px;
}

.socials-list__item-link {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
}

.socials-list--white {
    margin-bottom: 10px;
}

/* ========================================
   COPYRIGHT
   ======================================== */
.copy {
    display: block;
    opacity: .5;
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .copy {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .copy {
        margin-bottom: 50px;
    }
}

/* ========================================
   AI CONTACT FORM MODAL
   ======================================== */
.ai-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.ai-modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.ai-modal-box {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    width: 90%;
    max-width: 480px;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    scrollbar-width: none;
}

.ai-modal-box::-webkit-scrollbar {
    display: none;
}

.ai-modal-close {
    position: absolute;
    top: 24px;
    right: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #555;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
    z-index: 9;
}

.ai-modal-close svg {
    width: 16px;
    height: 16px;
}

.ai-modal-close:hover {
    color: #000;
}

.ai-form-title {
    margin-top: 0;
    margin-bottom: 24px;

    font-size: 1.5rem;
    color: #b85d38;
    padding-bottom: 3px;
    position: relative;
}

.ai-form-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    /* Fixed short width - smaller than h1's ~150px */
    height: 2px;
    background: linear-gradient(90deg, var(--primary-orange), transparent);
}

.ai-form-desc {
    font-size: 14px;
    color: #666;
    margin: 0 0 22px;
}

/* Input groups */
.ai-input-group {
    position: relative;
    margin-bottom: 14px;
}

.ai-input {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    background: #f0f0f0;
    border: 1px solid #c2c2c2;
    border-radius: 26px;
    padding: 10px 24px;
    font-size: 1.05rem;
    font-family: inherit;
    color: #1a1a1a;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color 0.2s;
}

.ai-input:focus {
    border-color: #1a1a1a;
}

.ai-input.error {
    border-color: #E4612F;
    color: #E4612F;
}

.ai-input.success {
    border-color: #4caf50;
}

.ai-textarea {
    height: 80px;
    resize: none;
    border-radius: 26px;
    padding: 10px 24px;
}

.ai-label {
    position: absolute;
    left: 24px;
    top: 11px;
    font-size: 1.05rem;
    line-height: 28px;
    color: #555;
    pointer-events: none;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.2s, transform 0.2s;
}

.ai-label span {
    color: #E4612F;
    font-weight: 700;
}

.ai-label.error {
    color: #E4612F;
}

.ai-input:placeholder-shown + .ai-label {
    opacity: 1;
    transform: translateX(0);
}

.ai-input:focus + .ai-label,
.ai-input:active + .ai-label {
    opacity: 0;
    transform: translateX(20px);
}

.ai-error {
    display: none;
    color: #E4612F;
    font-size: 12px;
    padding-left: 16px;
    margin-bottom: 8px;
    line-height: 20px;
}

/* File upload */
.ai-files-row {
    margin-bottom: 24px;
    font-size: 1.05rem;
    color: #333;
}

.ai-files-label {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    cursor: default;
}

.ai-file-btn {
    padding: 4px 14px;
    cursor: pointer;
    background: #E4612F;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    transition: opacity 0.2s;
    white-space: nowrap;
}

.ai-file-btn:hover {
    opacity: 0.85;
}

.ai-file-input {
    position: absolute;
    width: 0.4px;
    height: 0.4px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.ai-files-list {
    margin-top: 6px;
}

.ai-file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    border-bottom: 1px solid #e0e0e0;
    padding: 3px 0;
    gap: 8px;
}

.ai-file-remove {
    background: none;
    border: none;
    color: #E4612F;
    cursor: pointer;
    font-size: 18px;
    padding: 0 4px;
    line-height: 1;
    flex-shrink: 0;
}

/* Captcha */
.ai-captcha-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    font-size: 1.05rem;
}

.ai-captcha-label {
    color: #333;
    white-space: nowrap;
}

.ai-required {
    color: #E4612F;
    font-weight: 700;
}

.ai-captcha-refresh {
    background: none;
    border: none;
    cursor: pointer;
    color: #E4612F;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.ai-captcha-refresh svg {
    width: 22px;
    height: 22px;
}

.ai-captcha-canvas {
    border-radius: 6px;
    vertical-align: middle;
    flex-shrink: 0;
}

.ai-captcha-input-group {
    margin-bottom: 0;
    flex: 1;
    min-width: 80px;
}

.ai-captcha-input-group .ai-input {
    padding: 8px 12px;
    font-size: 14px;
}

.ai-captcha-input-group .ai-label {
    top: 8px;
}

#macf-captcha-error {
    padding-left: 0;
    margin-top: 0;
    width: 100%;
}

/* Submit button */
.ai-form-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 24px;
    background: #E4612F;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    transition: opacity 0.2s;
    margin-top: 8px;
}

.ai-form-submit:hover {
    opacity: 0.9;
}

.ai-form-submit:disabled {
    cursor: default;
}

.ai-form-submit.loading {
    background: #aaa;
    pointer-events: none;
}

.ai-form-submit.loading::after {
    display: inline-block;
    animation: ai-dotty steps(1, end) 1.5s infinite;
    content: '';
}

@keyframes ai-dotty {
    0%   { content: ''; }
    25%  { content: '.'; }
    50%  { content: '..'; }
    75%  { content: '...'; }
    100% { content: ' '; }
}

.ai-form-submit .icon {
    display: flex;
    align-items: center;
    color: #fff;
}

/* Result message */
.ai-form-result {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}

.ai-result-box {
    max-width: 420px;
}

.ai-result-box .ai-form-result {
    margin-top: 0;
    padding: 24px 0;
    font-size: 1.05rem;
}

.ai-form-result--success {
    color: #2e7d32;
}

.ai-form-result--error {
    color: #c62828;
}

/* Autofill fix */
.ai-input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #f5f5f5;
    -webkit-text-fill-color: #1a1a1a;
}

/* ========================================
   HEADER: START A PROJECT BUTTON
   ======================================== */
/* The static AI site ships with a system font stack; load Raleway (as the Vue
   build does) and scope it to the header so the tabs and the button read the
   same as on the other pages. */
#header {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
}

.header_content .header_right {
    display: flex;
    align-items: center;
}

/* Matches .button.primary from the Vue app: pill 16px radius, 2px border, 14px/600. */
.site-start-project {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border: 2px solid #F26322;
    border-radius: 16px;
    background: #F26322;
    color: #fff;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .3s ease, border-color .3s ease, transform .1s ease;
}

.site-start-project:hover {
    background: #d14a0c;
    border-color: #d14a0c;
    color: #fff;
}

.site-start-project:active {
    transform: translateY(1px);
}
