#main_image_banner {
    display: block;
}

#main_slider {
    display: none;
}

.breadcrumb-wrapper a {
    font-size: 14px;
}

.amada_software_support_container {
    z-index: 3000;
}

.amada_software_support_container .uk-modal-dialog {
    width: fit-content;
}

.amada_software_support_container h2 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.amada_modal_close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    font-size: 38px;
    cursor: pointer;
    line-height: 1;
}

.amada_modal_close:hover {
    color: #000;
}

.amada_modal_header {
    text-align: center;
    margin-bottom: 20px;
}

.amada_contact_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0 10px;
}

.amada_contact_item {
    padding: 15px;
    text-align: left;
}

.amada_contact_item h3 {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 2px;
    margin-bottom: 10px;
}

.amada_contact_item b {
    display: block;
    margin-bottom: 5px;
}

.amada_software_support_phone {
    color: #8f3131;
}

.amada_software_support_phone_main {
    color: #8f3131;
    font-size: 16px;
    text-align: left; 
    margin-bottom: 5px;
}

.amada_software_support_phone_main span {
    color: #000;
}

a.amada_software_support_email {
    color: #d53636;
    text-decoration: none;
    text-underline-offset: 2px;
    font-size: 15px;
}

a.amada_software_support_email:hover {
    color: #6d6d6d;
    text-decoration: underline
}

.amada_software_support_requirements {
    padding: 7px 0;
    background: linear-gradient(135deg, #1f2937 , #374151, #4b5563 );
    border: 1.5px solid #a0a0a0;
    width: 80%;
    /* margin: 0 auto; */
    /* background: linear-gradient(135deg, #2c2c2c, #1a1a1a); */
    /* background: linear-gradient(225deg, #334155, #1e293b); */
    /* background:linear-gradient(180deg, #3f3f46, #18181b); */
}

/* Zip Code Input Field - Start  */

.amada_zip_code_container {
    position: relative;
    display: inline-block;
}

.amada_zip_code_input {
    border: 1px solid #7a7a7a;
    border-radius: 4px;
    padding: 6px 12px;
    background: #fff;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
    width: 112px;
    height: 20px;
}

.amada_zip_code_input:focus {
    border-color: #ef413d;
}

.amada_zip_code_input:focus + .amada_zip_code_label,
.amada_zip_code_input:not(:placeholder-shown) + .amada_zip_code_label {
    transform: translateY(-50%) translateY(-20px) scale(0.8);
    color: #ef413d;
}

.amada_zip_code_label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #757070;
    font-size: 14px;
    pointer-events: none;
    transition: all 0.3s ease;
    transform-origin: left top;
    background: #fff;
    padding: 0 4px;
}

/* Zip Code Input Field - End  */

.amada_field_support-segment {
    text-align: left;
    display: flex; 
    align-items: center;
    margin: 24px 0 32px 0;
}

.slide-button--software-custom {
    font-size: 20px;
    padding: 5px 7px;
    cursor: pointer;
    top: 1.5px;
    position: relative;
    transition: all 0.1s ease;
}

.slide-button--software-custom:hover {
    top: 2.5px; 
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.amada_field_sales-button {
    margin-left: auto;
    background-color: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 0px 0px, rgba(0, 0, 0, 0.22) 0px 0px 0px;
    cursor: pointer;
}

.amada_pdf_download_link {
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 1px;
}

.amada_pdf_download_link:hover {
    color: #757575;
    text-decoration: none;
}

.amada_download_icon img {
    position: relative;
    top: 0;
    transition: all 0.1s ease;
}

.amada_download_icon img:hover {
    top: 1px;
}

.amada_software_support_info {
    font-size: 18px;
}


/* Mobile - Start */

@media (max-width: 767px) {
    #ctl00_ContentPlaceHolder1_DynimEntryData .uk-height-large {
        height: 250px!important;
    }
    #ctl00_ContentPlaceHolder1_DynimEntryData .page-banner-title {
        padding: 35px;
        width: 78%;
    }

    #ctl00_ContentPlaceHolder1_DynimEntryData .page-banner-title h1 {
        font-size: 25px;
        margin-right: 16px !important;
    }
    .amada_software_support_info {
        font-size: 13px;
    }
    .amada_software_support_page .featured {
        margin: 20px 14px;
    }

    .amada_software_support_page h3 {
        font-size: 22px;
    }

    .amada_software_support_page .uk-grid>* {
        padding-left: 0;
    }

    .breadcrumb-wrapper #breadcrumb {
        padding: 20px 0;
    }

    .breadcrumb-wrapper a {
        font-size: 12px;
    }

    .amada_software_support_container .uk-modal-dialog {
        width: 80vw;
    }
    .amada_contact_grid {
        grid-template-columns: 1fr;
        gap: 15px;
        max-width: 400px;
        margin: 0 auto;
    }
    .amada_contact_item {
        padding: 12px;
        text-align: center;
    }
    
    .amada_software_support_container h2 {
        font-size: 20px;
    }

    .amada_software_support_container .uk-modal-dialog {
        padding-top: 10px;
    }

    .amada_modal_close {
        font-size: 26px;
        top: 0;
        right: 0;
    }

    .amada_field_support-segment {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    
    .amada_zip_search_wrapper {
        display: flex;
        align-items: center;
        order: 1;
    }
    
    .amada_field_sales-button {
        margin-left: 0;
        order: 2;
        width: 124px;
        margin-top: 12px;
        font-size: 12.5px;
        padding: 6px;
    }
    
    #ZipSearchButton {
        flex-shrink: 0;
        top: 0px;
        font-size: 18px;
        padding: 7px 10px;
        margin-left: 3px;
    }

    .amada_zip_code_input {
        width: 122px;
    }

    .amada_software_support_requirements {
        padding: 7px 0 7px 8px;
        text-align: left;
        font-size: 13px;
    }
    .amada_software_support_page .amada_slide_button-black {
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .breadcrumb-wrapper a {
        font-size: 11px;
    }
}

/* Mobile - End */