@media (max-width: 767px) {
    .container-fluid {
        padding: 0;
    }

    .row {
        margin: 0;
    }

    .head-box-row {
        background: #f6f6f6;
        padding: 0 10px;
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 0;
        margin: auto;
    }

    .head-box-title {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .contact-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
        display: flex;
        align-items: start;
        justify-content: space-between;
        flex-direction: column;
    }

    .contact-box-left {
        width: 100%;
        padding: 0 10px;
    }

    .contact-box-left img {
        width: 17px;
        height: auto;
    }

    .contact-box-right {
        width: 100%;
        padding: 0 10px;
    }

    .contact-box-left-row {
        display: flex;
        align-items: flex-start;
        height: 100px;
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 30px;
    }

    .contact-box-left-row:last-child {
        border-bottom: none;
    }

    .contact-box-left-icon {
        width: 40px;
    }

    .contact-box-left-icon img {
        width: 19px;
        height: auto;
    }

    .contact-box-left-content {
        flex: 1;
    }

    .contact-box-left-content-title {
        font-size: 18px;
        /*font-weight: bold;*/
        position: relative;
    }

    .contact-box-left-content-desc {
        font-size: 14px;
        color: #5d5d5d;
        margin-top: 10px;
    }

    .contact-box-left-content-desc a {
        color: #5d5d5d;
    }

    .contact-box-right-title {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .contact-box-right-form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: #fafafa;
    }

    .contact-box-right-form-row input::placeholder {
        color: #a0a0a0;
        /* 这里设置你想要的颜色 */
        font-size: 16px;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: #fafafa;
        height: 120px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #a0a0a0;
        /* 这里设置你想要的颜色 */
        font-size: 16px;
    }

    .send-btn {
        width: 100%;
        border-radius: 12px;
        background: #fa6a0b;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        border: none;
        padding: 10px 0;
    }

    .map-box {
        width: 100%;
        max-width: 1680px;
        margin: 50px auto 0;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 50px;
    }

    .margin-right-10 {
        margin-right: 10px;
    }

    .wechat {
        position: absolute;
        width: 150px !important;
        height: 150px !important;
        left: 0;
        top: 25px;
    }

    .skype {
        position: absolute;
        width: 150px !important;
        height: 150px !important;
        left: 0;
        top: 25px;
    }

    .foot-box {
        padding: 30px 15px;
    }
}

@media (min-width: 768px) and (max-width: 1365px) {
    .head-box-row {
        background: #f6f6f6;
        margin: 0 -15px;
        padding: 0 15px;
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 0;
        margin: auto;
    }

    .head-box-title {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .contact-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
        display: flex;
        align-items: start;
        justify-content: space-between;
        padding: 0 15px;
        gap: 10px;
    }

    .contact-box-left {
        width: 50%;
    }

    .contact-box-left img {
        width: 17px;
        height: auto;
    }

    .contact-box-right {
        /*width: 480px;*/
        flex: 1;
    }

    .contact-box-left-row {
        display: flex;
        align-items: flex-start;
        height: 100px;
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 30px;
    }

    .contact-box-left-row:last-child {
        border-bottom: none;
    }

    .contact-box-left-icon {
        width: 40px;
    }

    .contact-box-left-icon img {
        width: 19px;
        height: auto;
    }

    .contact-box-left-content {
        flex: 1;
    }

    .contact-box-left-content-title {
        font-size: 18px;
        /*font-weight: bold;*/
        position: relative;
    }

    .contact-box-left-content-desc {
        font-size: 14px;
        color: #5d5d5d;
        margin-top: 10px;
    }

    .contact-box-left-content-desc a {
        color: #5d5d5d;
    }

    .contact-box-right-title {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .contact-box-right-form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: #fafafa;
    }

    .contact-box-right-form-row input::placeholder {
        color: #a0a0a0;
        /* 这里设置你想要的颜色 */
        font-size: 16px;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: #fafafa;
        height: 120px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #a0a0a0;
        /* 这里设置你想要的颜色 */
        font-size: 16px;
    }

    .send-btn {
        width: 100%;
        border-radius: 12px;
        background: #fa6a0b;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        border: none;
        padding: 10px 0;
    }

    .map-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
        border-radius: 12px;
        overflow: hidden;
    }

    .margin-right-10 {
        margin-right: 10px;
    }

    .wechat {
        position: absolute;
        width: 150px !important;
        height: 150px !important;
        left: 0;
        top: 25px;
    }

    .skype {
        position: absolute;
        width: 150px !important;
        height: 150px !important;
        left: 0;
        top: 25px;
    }
}

@media (min-width: 1366px) {
    .head-box-row {
        background: #f6f6f6;
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 0;
        margin: auto;
    }

    .head-box-title {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .contact-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
        display: flex;
        align-items: start;
        justify-content: space-between;
    }

    .contact-box-left {
        width: 480px;
    }

    .contact-box-left img {
        width: 17px;
        height: auto;
    }

    .contact-box-right {
        width: 480px;
    }

    .contact-box-left-row {
        display: flex;
        align-items: flex-start;
        height: 100px;
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 30px;
    }

    .contact-box-left-row:last-child {
        border-bottom: none;
    }

    .contact-box-left-icon {
        width: 40px;
    }

    .contact-box-left-icon img {
        width: 19px;
        height: auto;
    }

    .contact-box-left-content {
        flex: 1;
    }

    .contact-box-left-content-title {
        font-size: 18px;
        /*font-weight: bold;*/
        position: relative;
    }

    .contact-box-left-content-desc {
        font-size: 14px;
        color: #5d5d5d;
        margin-top: 10px;
    }

    .contact-box-left-content-desc a {
        color: #5d5d5d;
    }

    .contact-box-right-title {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .contact-box-right-form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: #fafafa;
    }

    .contact-box-right-form-row input::placeholder {
        color: #a0a0a0;
        /* 这里设置你想要的颜色 */
        font-size: 16px;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: #fafafa;
        height: 120px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #a0a0a0;
        /* 这里设置你想要的颜色 */
        font-size: 16px;
    }

    .send-btn {
        width: 100%;
        border-radius: 12px;
        background: #fa6a0b;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        border: none;
        padding: 10px 0;
    }

    .map-box {
        width: 100%;
        max-width: 1680px;
        margin: 50px auto 0;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 50px;
        padding: 0 20px;
    }

    .margin-right-10 {
        margin-right: 10px;
    }

    .wechat {
        position: absolute;
        width: 150px !important;
        height: 150px !important;
        left: 0;
        top: 25px;
    }

    .skype {
        position: absolute;
        width: 150px !important;
        height: 150px !important;
        left: 0;
        top: 25px;
    }
}

.contact-box-left-content-title {
    padding-left: 5px;
}

.contact-box-left-content-desc a {
    padding: 5px;
}

.contact-box-left-content-desc a:hover {
    background: #f2f2f2;
    border-radius: 6px;
    /*padding: 5px;*/
}

.banner-desc-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner-desc-box-title {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}

.banner-desc-box-content {
    color: #fff;
    font-size: 18px;
}

/* Breadcrumb Navigation Styles */
.breadcrumb-nav {
    padding: 20px 0;
    background-color: #fff;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
}

.breadcrumb-container {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 20px;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
}

.breadcrumb-item:not(:last-child)::after {
    content: '>';
    margin-left: 10px;
    color: #999;
}

.breadcrumb-item a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #222;
}

.breadcrumb-item.active {
    color: #222;
    font-weight: 500;
}

.home-icon {
    display: flex;
    align-items: center;
}

.home-icon img {
    width: 16px;
    height: 16px;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .breadcrumb-nav {
        padding: 15px 0;
    }

    .breadcrumb-container {
        padding: 0 15px;
    }

    .breadcrumb-item {
        font-size: 12px;
    }

    .breadcrumb-item:not(:last-child)::after {
        margin-left: 8px;
    }

    .home-icon img {
        width: 14px;
        height: 14px;
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

/* Contact Form Section Styles */
.contact-form-section {
    padding: 60px 5px;
    background-color: #fff;
    /* Assuming a white background for the section */
}

.contact-form-container {
    max-width: 1680px;
    margin: 0 auto;
    display: flex;
    gap: 140px;
    /* Gap between info column and form column */
    padding: 0;
    /* Padding for the container */
}

@media (min-width: 768px) and (max-width: 1365px) {
    .contact-form-container {
        gap: 20px;
    }
}

.contact-info-column {
    /* flex: 1;  */
    max-width: 550px;
    /* Max width for the info column */
}

@media (min-width: 768px) and (max-width: 1365px) {
    .contact-info-column {
        max-width: 50%;
    }
}

.contact-section-title {
    font-size: 36px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}

.contact-section-description {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
}

.contact-methods {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.contact-method {
    display: flex;
    align-items: center;

    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease, flex-grow 0.4s ease-in-out, flex-basis 0.4s ease-in-out;
    background-color: #d9d9d9;

    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 48px;
    overflow: hidden;
}

.contact-method a {
    width: 100%;
    height: 100%;
    padding: 12px;
}

.contact-method.active {
    background-color: #d9d9d9;
    flex-grow: 1;
}

.contact-method-header {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Default to center for collapsed state */
    width: 100%;
}

.contact-method.active .contact-method-header {
    justify-content: flex-start;
    /* Align to start (left) for active/expanded state */
}

.contact-method-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 0;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: margin-right 0.3s ease-in-out 0.1s;
}

.contact-method.active .contact-method-icon {
    margin-right: 8px;
}

.contact-method-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
}

.contact-method-text {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0;
    opacity: 0;
}

.contact-method.active .contact-method-text {
    max-width: 300px;
    opacity: 1;
    margin-left: 8px;
}

.contact-method.email.active .contact-method-text {
    max-width: 300px;
    opacity: 1;
    margin-left: 8px;
}

.contact-form-column {
    flex: 1.5;
    padding: 30px;
}

.contact-form-column .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .contact-form-column .form-row {
        margin-bottom: 0;
    }
}

.contact-form-column .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.contact-form-column label {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 500;
}

.contact-form-column input[type="text"],
.contact-form-column input[type="email"],
.contact-form-column input[type="tel"],
.contact-form-column textarea {
    /* width: 100%; */
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-column input:focus,
.contact-form-column textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    outline: none;
}

.contact-form-column .message-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form-column textarea {
    resize: vertical;
    min-height: 120px;
}

.file-upload-trigger {
    position: absolute;
    bottom: 12px;
    left: 12px;
    cursor: pointer;
    color: #555;
    width: 24px;
    height: 24px;
}

.file-upload-trigger svg {
    width: 100%;
    height: 100%;
}

.file-upload-trigger:hover {
    color: #007bff;
}

.form-submit-row {
    text-align: right;
    /* Align button to the right */
    margin-top: 20px;
}

.submit-button {
    padding: 12px 30px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #555;
}

/* Responsive Adjustments for Contact Form Section */
@media (max-width: 991px) {
    .contact-form-container {
        flex-direction: column;
        gap: 30px;
    }

    .contact-info-column {
        max-width: 100%;
        /* Full width on smaller screens */
    }

    .contact-section-title {
        font-size: 30px;
    }

    .contact-form-column {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .contact-form-section {
        padding: 40px 0;
    }

    .contact-form-container {
        padding: 0;
        /* Adjust container padding for mobile */
    }

    .contact-section-title {
        font-size: 26px;
    }

    .contact-section-description {
        font-size: 15px;
    }

    .contact-form-column .form-row {
        flex-direction: column;
        gap: 0;
        /* Remove gap, rely on form-group margin for mobile */
    }

    .contact-form-column .form-group {
        margin-bottom: 20px;
        /* Add margin between form groups when stacked */
    }

    .contact-form-column .form-row .form-group:last-child {
        margin-bottom: 0;
    }

    .contact-form-column .message-group {
        margin-bottom: 20px;
    }

    .submit-button {
        width: 100%;
        padding: 12px 20px;
    }

    .form-submit-row {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .contact-section-title {
        font-size: 22px;
    }

    .contact-method {
        padding: 10px 12px;
    }

    .contact-method-icon {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .contact-method-text {
        font-size: 14px;
    }

    .contact-form-column input[type="text"],
    .contact-form-column input[type="email"],
    .contact-form-column input[type="tel"],
    .contact-form-column textarea {
        padding: 10px 12px;
        font-size: 14px;
    }

    .file-upload-trigger {
        bottom: 10px;
        left: 10px;
        width: 22px;
        height: 22px;
    }
}

.site-footer {
    background: #fff !important;
}