﻿.rfq-page {
    color: #ffffff;
}

.rfq-page-head {
    max-width: 980px;
    margin-bottom: 38px;
}

    .rfq-page-head span,
    .rfq-contact-head span {
        display: block;
        margin-bottom: 10px;
        color: #00CFA9;
        font-size: 15px;
        line-height: 1.4;
        font-weight: 600;
        letter-spacing: .8px;
    }

    .rfq-page-head h1 {
        margin: 0 0 16px 0;
        color: #ffffff;
        font-size: 2rem;
        line-height: 1.35;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .rfq-page-head p {
        margin: 0;
        color: rgba(255,255,255,.95);
        font-size: 16px;
        line-height: 1.65;
        letter-spacing: .3px;
    }

.rfq-tabs {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.rfq-tab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 46px;
    padding: 0 24px;
    box-sizing: border-box;
    border-radius: 28px;
    color: #ffffff;
    text-decoration: none;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
    transition: all .25s ease;
}

    .rfq-tab-btn i {
        margin-right: 9px;
    }

    .rfq-tab-btn:hover,
    .rfq-tab-btn.active {
        color: #ffffff;
        border-color: transparent;
        background: linear-gradient(90deg, #00A4FD 0%, #00CFA9 100%);
        transform: translateY(-2px);
    }

.rfq-tab-content {
    margin-bottom: 42px;
}

.rfq-tab-pane {
    display: none;
}

    .rfq-tab-pane.active {
        display: block;
    }

.rfq-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.08);
}

.rfq-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
}

    .rfq-table th {
        padding: 16px 12px;
        color: #ffffff;
        font-size: 14px;
        line-height: 1.4;
        font-weight: 600;
        text-align: left;
        background: rgba(0,164,253,.22);
        border-bottom: 1px solid rgba(255,255,255,.14);
    }

        .rfq-table th em,
        .rfq-form-group label em {
            color: #00CFA9;
            font-style: normal;
        }

    .rfq-table td {
        padding: 12px;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

    .rfq-table tbody tr:last-child td {
        border-bottom: none;
    }

.rfq-input,
.rfq-form-input,
.rfq-form-textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.95);
    color: #111111;
    outline: none;
    transition: all .25s ease;
}

.rfq-input {
    height: 38px;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 14px;
}

    .rfq-input:focus,
    .rfq-form-input:focus,
    .rfq-form-textarea:focus {
        border-color: #00CFA9;
        box-shadow: 0 0 0 3px rgba(0,207,169,.18);
    }

.rfq-check-row,
#rfqCheckAll {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.rfq-row-del {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: #ffffff;
    cursor: pointer;
    transition: all .25s ease;
}

    .rfq-row-del:hover {
        background: #ff4d4f;
    }

.rfq-table-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
}

.rfq-small-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 22px;
    border: 0;
    border-radius: 24px;
    background: linear-gradient(90deg, #00A4FD 0%, #00CFA9 100%);
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    transition: all .25s ease;
}

    .rfq-small-btn i {
        margin-right: 8px;
    }

    .rfq-small-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(0,164,253,.25);
    }

.rfq-small-btn-line {
    background: transparent;
    border: 1px solid rgba(255,255,255,.22);
}

.rfq-upload-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 42px;
    box-sizing: border-box;
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
}

.rfq-upload-left {
    flex: 1;
    min-width: 0;
}

.rfq-upload-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 24px;
    border-radius: 18px;
    background: linear-gradient(90deg, #00A4FD 0%, #00CFA9 100%);
    color: #ffffff;
    font-size: 28px;
    line-height: 62px;
    text-align: center;
}

.rfq-upload-left h2 {
    margin: 0 0 16px 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.35;
    font-weight: 700;
}

.rfq-upload-left p {
    max-width: 620px;
    margin: 0 0 24px 0;
    color: rgba(255,255,255,.95);
    font-size: 15px;
    line-height: 1.65;
}

.rfq-upload-control {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

    .rfq-upload-control label {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 150px;
        height: 42px;
        border-radius: 24px;
        background: linear-gradient(90deg, #00A4FD 0%, #00CFA9 100%);
        color: #ffffff;
        cursor: pointer;
        overflow: hidden;
    }

        .rfq-upload-control label input {
            position: absolute;
            left: -9999px;
            top: -9999px;
        }

    .rfq-upload-control strong {
        color: rgba(255,255,255,.9);
        font-size: 14px;
        font-weight: 400;
    }

.rfq-template-link {
    display: inline-flex;
    align-items: center;
    color: #00CFA9;
    text-decoration: none;
    font-size: 15px;
}

    .rfq-template-link i {
        margin-left: 8px;
    }

.rfq-upload-right {
    width: 660px;
    flex: 0 0 660px;
}

    .rfq-upload-right img {
        display: block;
        width: 100%;
        height: auto;
    }

.rfq-contact-form {
    padding: 38px 40px 42px 40px;
    box-sizing: border-box;
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
}

.rfq-contact-head {
    padding-bottom: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,.14);
}

    .rfq-contact-head h2 {
        margin: 0;
        color: #ffffff;
        font-size: 2rem;
        line-height: 1.35;
        font-weight: 700;
    }

.rfq-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 26px;
}

.rfq-form-group label {
    display: block;
    margin-bottom: 9px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
}

.rfq-form-group-full {
    grid-column: span 2;
}

.rfq-form-input {
    height: 46px;
    padding: 0 15px;
    border-radius: 6px;
    font-size: 15px;
}

.rfq-form-textarea {
    height: 138px;
    padding: 14px 15px;
    border-radius: 6px;
    font-size: 15px;
    resize: vertical;
}

.rfq-submit-row {
    margin-top: 30px;
}

.rfq-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 165px;
    height: 46px;
    padding: 0 28px;
    border: 0;
    border-radius: 28px;
    background: linear-gradient(90deg, #00A4FD 0%, #00CFA9 100%);
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: all .25s ease;
}

    .rfq-submit-btn i {
        margin-left: 10px;
    }

    .rfq-submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(0,164,253,.25);
    }

    .rfq-submit-btn.disabled {
        opacity: .65;
        cursor: not-allowed;
    }

.rfq-pop-mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,.48);
}

.rfq-pop {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.rfq-pop-box {
    width: 380px;
    max-width: calc(100% - 40px);
    padding: 36px 30px 30px 30px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0,0,0,.25);
}

.rfq-pop-loading {
    width: 44px;
    height: 44px;
    margin: 0 auto 20px auto;
    display: none;
    border: 4px solid #e8f6ff;
    border-top-color: #00A4FD;
    border-right-color: #00CFA9;
    border-radius: 50%;
    animation: rfqLoading .9s linear infinite;
}

@keyframes rfqLoading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rfq-pop-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px auto;
    display: none;
    border-radius: 50%;
    line-height: 50px;
    font-size: 25px;
    color: #ffffff;
}

    .rfq-pop-icon.success {
        display: block;
        background: linear-gradient(90deg, #00A4FD 0%, #00CFA9 100%);
    }

        .rfq-pop-icon.success::before {
            content: "✓";
        }

    .rfq-pop-icon.error {
        display: block;
        background: linear-gradient(90deg, #ff5f6d 0%, #ff9966 100%);
    }

        .rfq-pop-icon.error::before {
            content: "!";
            font-weight: 700;
        }

.rfq-pop-title {
    margin-bottom: 10px;
    color: #111111;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
}

.rfq-pop-text {
    margin-bottom: 24px;
    color: #555555;
    font-size: 15px;
    line-height: 1.65;
}

.rfq-pop-btn {
    min-width: 130px;
    height: 42px;
    padding: 0 28px;
    border: 0;
    border-radius: 24px;
    background: linear-gradient(90deg, #00A4FD 0%, #00CFA9 100%);
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    transition: all .25s ease;
}

    .rfq-pop-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(0,164,253,.28);
    }


.rfq-success {
    color: #ffffff;
}

.rfq-success-box {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    padding: 58px 54px 54px 54px;
    box-sizing: border-box;
    border-radius: 14px;
    text-align: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
    overflow: hidden;
}

.rfq-success-box::before {
    content: "";
    position: absolute;
    left: -120px;
    top: -120px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 207, 169, .28) 0%, rgba(0, 207, 169, 0) 68%);
    pointer-events: none;
}

.rfq-success-box::after {
    content: "";
    position: absolute;
    right: -130px;
    bottom: -130px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 164, 253, .28) 0%, rgba(0, 164, 253, 0) 68%);
    pointer-events: none;
}

.rfq-success-icon {
    position: relative;
    z-index: 2;
    width: 82px;
    height: 82px;
    margin: 0 auto 28px auto;
    border-radius: 50%;
    background: linear-gradient(90deg, #00A4FD 0%, #00CFA9 100%);
    color: #ffffff;
    font-size: 36px;
    line-height: 82px;
    text-align: center;
    box-shadow: 0 14px 32px rgba(0, 164, 253, .32);
}

.rfq-success-icon i {
    line-height: 82px;
}

.rfq-success-label {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 22px;
    border-radius: 22px;
    color: #00CFA9;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: .8px;
    background: rgba(0, 207, 169, .12);
    border: 1px solid rgba(0, 207, 169, .22);
}

.rfq-success-box h1 {
    position: relative;
    z-index: 2;
    margin: 0 0 22px 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 1px;
}

.rfq-success-desc {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto 28px auto;
    color: rgba(255, 255, 255, .95);
    font-size: 17px;
    line-height: 1.75;
    letter-spacing: .3px;
}

.rfq-success-note {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto 34px auto;
    padding: 18px 22px;
    box-sizing: border-box;
    border-radius: 8px;
    background: rgba(0, 164, 253, .13);
    border: 1px solid rgba(0, 207, 169, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.rfq-success-note i {
    color: #00CFA9;
    font-size: 22px;
    flex: 0 0 22px;
}

.rfq-success-note span {
    color: rgba(255, 255, 255, .92);
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}

.rfq-success-process {
    position: relative;
    z-index: 2;
    max-width: 680px;
    margin: 0 auto 34px auto;
    padding: 26px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
}

.rfq-success-process-item {
    position: relative;
    padding: 0 0 24px 0;
    margin-bottom: 24px;
    text-align: center;
}

.rfq-success-process-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.rfq-success-process-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 56px;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(0,164,253,0) 0%, rgba(0,207,169,.65) 50%, rgba(0,164,253,0) 100%);
}

.rfq-success-process-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
    background: linear-gradient(90deg, #00A4FD 0%, #00CFA9 100%);
    box-shadow: 0 8px 18px rgba(0,164,253,.25);
}

.rfq-success-process-item h3 {
    margin: 0 0 8px 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: .5px;
}

.rfq-success-process-item p {
    max-width: 560px;
    margin: 0 auto;
    color: rgba(255,255,255,.88);
    font-size: 15px;
    line-height: 1.65;
}

.rfq-success-process-item a,
.rfq-success a[href^="mailto:"],
.rfq-success-email {
    color: #00CFA9 !important;
    text-decoration: none;
    font-weight: 600;
}

.rfq-success-process-item a:hover,
.rfq-success a[href^="mailto:"]:hover,
.rfq-success-email:hover {
    color: #00A4FD !important;
}

.rfq-success-actions {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.rfq-success-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 48px;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 28px;
    color: #ffffff;
    font-size: 15px;
    line-height: 48px;
    text-decoration: none;
    background: linear-gradient(90deg, #00A4FD 0%, #00CFA9 100%);
    border: 1px solid transparent;
    transition: all .25s ease;
}

.rfq-success-btn span {
    display: inline-block;
}

.rfq-success-btn i {
    margin-left: 10px;
    font-size: 16px;
}

.rfq-success-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 164, 253, .3);
}

.rfq-success-btn-line {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .28);
}

.rfq-success-btn-line:hover {
    border-color: transparent;
    background: linear-gradient(90deg, #00A4FD 0%, #00CFA9 100%);
}


.rfq-success-list {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 34px auto;
    padding: 28px 34px;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
}

.rfq-success-list-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 0 0 24px 0;
    margin-bottom: 24px;
    text-align: left;
}

.rfq-success-list-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.rfq-success-list-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 44px;
    width: 1px;
    height: calc(100% - 20px);
    background: linear-gradient(180deg, rgba(0,207,169,.75) 0%, rgba(0,164,253,.15) 100%);
}

.rfq-success-list-item i {
    position: relative;
    z-index: 2;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 50%;
    background: linear-gradient(90deg, #00A4FD 0%, #00CFA9 100%);
    color: #ffffff;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    box-shadow: 0 8px 18px rgba(0,164,253,.25);
}

.rfq-success-list-item h3 {
    margin: 0 0 8px 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: .4px;
}

.rfq-success-list-item p {
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: .2px;
}

.rfq-success-list-item a,
.rfq-success-list-item .rfq-success-email {
    color: #00CFA9 !important;
    text-decoration: none;
    font-weight: 600;
}

.rfq-success-list-item a:hover,
.rfq-success-list-item .rfq-success-email:hover {
    color: #00A4FD !important;
}
/* mobile */
@media screen and (max-width: 768px) {
    .rfq-page {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .rfq-page-head {
        margin-bottom: 28px;
    }

        .rfq-page-head h1,
        .rfq-contact-head h2,
        .rfq-upload-left h2 {
            font-size: 1.7rem;
            line-height: 1.4;
        }

        .rfq-page-head p {
            font-size: 14px;
            line-height: 1.7;
        }

    .rfq-tabs {
        gap: 10px;
        flex-wrap: wrap;
    }

    .rfq-tab-btn {
        min-width: auto;
        height: 40px;
        padding: 0 18px;
        font-size: 14px;
    }

    .rfq-table-wrap {
        border-radius: 8px;
    }

    .rfq-table-actions {
        flex-wrap: wrap;
    }

    .rfq-upload-box {
        display: block;
        padding: 26px 18px;
    }

    .rfq-upload-left p {
        font-size: 14px;
        line-height: 1.7;
    }

    .rfq-upload-control {
        display: block;
    }

        .rfq-upload-control label {
            margin-bottom: 12px;
        }

    .rfq-upload-right {
        width: 100%;
        margin-top: 24px;
    }

    .rfq-contact-form {
        padding: 26px 18px 32px 18px;
    }

    .rfq-contact-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .rfq-form-group-full {
        grid-column: span 1;
    }

    .rfq-submit-btn {
        width: 100%;
    }

     .rfq-success {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .rfq-success-box {
        padding: 40px 22px 36px 22px;
        border-radius: 12px;
    }

    .rfq-success-icon {
        width: 68px;
        height: 68px;
        margin-bottom: 22px;
        font-size: 29px;
        line-height: 68px;
    }

    .rfq-success-icon i {
        line-height: 68px;
    }

    .rfq-success-label {
        margin-bottom: 16px;
        padding: 6px 18px;
        font-size: 13px;
    }

    .rfq-success-box h1 {
        margin-bottom: 18px;
        font-size: 1.7rem;
        line-height: 1.4;
    }

    .rfq-success-desc {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 1.75;
    }

    .rfq-success-note {
        display: block;
        padding: 16px 18px;
        margin-bottom: 28px;
        text-align: center;
    }

    .rfq-success-note i {
        display: block;
        margin-bottom: 10px;
        font-size: 22px;
    }

    .rfq-success-note span {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 1.7;
    }

    .rfq-success-process {
        padding: 22px 18px;
        margin-bottom: 28px;
    }

    .rfq-success-process-item {
        padding-bottom: 22px;
        margin-bottom: 22px;
    }

    .rfq-success-process-item i {
        width: 32px;
        height: 32px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .rfq-success-process-item h3 {
        font-size: 17px;
    }

    .rfq-success-process-item p {
        font-size: 14px;
        line-height: 1.7;
    }

    .rfq-success-actions {
        display: block;
    }

    .rfq-success-btn {
        width: 100%;
        height: 44px;
        line-height: 44px;
        margin-bottom: 12px;
    }

    .rfq-success-btn:last-child {
        margin-bottom: 0;
    }

     .rfq-success-list {
        padding: 22px 18px;
        margin-bottom: 28px;
    }

    .rfq-success-list-item {
        gap: 14px;
        padding-bottom: 22px;
        margin-bottom: 22px;
    }

    .rfq-success-list-item i {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        font-size: 14px;
        line-height: 32px;
    }

    .rfq-success-list-item:not(:last-child)::after {
        left: 16px;
        top: 40px;
    }

    .rfq-success-list-item h3 {
        font-size: 17px;
        line-height: 1.4;
    }

    .rfq-success-list-item p {
        font-size: 14px;
        line-height: 1.7;
    }


}
