/*
Theme Name: bio
Theme URI: https://wp-westlake.com
Author: wp-westlake.com
Author URI: https://wp-westlake.com
Description: customised by wp-westlake.com.
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: prodnpumps
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
/* CSS Document */
/* KISSY CSS Reset */


.admin-bar .header-wrap{
	top:32px!important;
}
.container{
	margin:0 auto;
}
.home_icon{
	width:20px;
	height:20px;
	display: inline-block;
	background: url('./img/home.png') no-repeat center center;
}
.banner_bread_nav_arr{
	width:20px;
	height:20px;
	display: inline-block;
	background: url('./img/right.png') no-repeat center center;
}

.common-banner h1{

	position: absolute;
	left:10%;
	top:50%;
	font-weight: bold;
	font-size: 46px;
	color:#fff;
	margin-top:-24px;
	line-height: 46px;
}

/* 分页样式 */
.pagination {
    text-align: center;
    margin-top: 40px;
}

.pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.pagination a,
.pagination span {
    padding: 8px 16px;
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.pagination a:hover {
    background: #0066cc;
    color: #fff;
}

.pagination .current {
    background: #1F222D;
    color: #fff;
}

.no-posts {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}


			.contact_wrap * {
				margin: 0;
				padding: 0;
				box-sizing: border-box;
			}	

            .contact_wrap {             
                padding: 60px 20px;
            }

            .contact_wrap .contact-container {
                max-width: 1400px;
                margin: 0 auto;
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 80px;
                background: white;
                padding: 60px;
                border-radius: 12px;
                box-shadow: 0 2px 20px rgba(0,0,0,0.08);
            }

            .contact_wrap .contact-info {
                padding-right: 40px;
            }

            .contact_wrap .contact-info h2 {
                font-size: 42px;
                font-weight: 700;
                color: #1a1a1a;
                margin-bottom: 10px;
            }

            .contact_wrap .contact-info h3 {
                font-size: 32px;
                font-weight: 600;
                color: #0066cc;
                margin-bottom: 50px;
            }

            .contact_wrap .info-item {
                display: flex;
                align-items: flex-start;
                margin-bottom: 40px;
            }

            .contact_wrap .icon-wrapper {
                width: 60px;
                height: 60px;
                background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 20px;
                flex-shrink: 0;
            }

            .contact_wrap .icon-wrapper svg {
                width: 28px;
                height: 28px;
                stroke: #0066cc;
                fill: none;
                stroke-width: 2;
            }

            .contact_wrap .info-content h4 {
                font-size: 16px;
                color: #666;
                font-weight: 400;
                margin-bottom: 8px;
            }

            .contact_wrap .info-content p {
                font-size: 20px;
                color: #1a1a1a;
                font-weight: 600;
                line-height: 1.6;
            }

            .contact_wrap .contact-form h2 {
                font-size: 42px;
                font-weight: 700;
                color: #1a1a1a;
                margin-bottom: 20px;
            }

            .contact_wrap .form-description {
                font-size: 16px;
                color: #666;
                line-height: 1.8;
                margin-bottom: 40px;
            }

            .contact_wrap .form-row {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 20px;
                margin-bottom: 20px;
            }

            .contact_wrap .form-group {
                margin-bottom: 20px;
            }

            .contact_wrap .form-group.full-width {
                grid-column: 1 / -1;
            }

            .contact_wrap input,
            .contact_wrap select,
            .contact_wrap textarea {
                width: 100%;
                padding: 16px 20px;
                border: 1px solid #e0e0e0;
                border-radius: 8px;
                font-size: 15px;
                font-family: inherit;
                transition: all 0.3s;
                background: white;
            }

            .contact_wrap input:focus,
            .contact_wrap select:focus,
            .contact_wrap textarea:focus {
                outline: none;
                border-color: #0066cc;
                box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
            }

            .contact_wrap textarea {
                resize: vertical;
                min-height: 140px;
            }

            .contact_wrap select {
                appearance: none;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: right 16px center;
                cursor: pointer;
            }

            .contact_wrap .submit-btn {
                background: #0066cc;
                color: white;
                padding: 16px 48px;
                border: none;
                border-radius: 8px;
                font-size: 16px;
                font-weight: 600;
                cursor: pointer;
                transition: all 0.3s;
            }

            .contact_wrap .submit-btn:hover {
                background: #0052a3;
                transform: translateY(-2px);
                box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
            }

            .contact_wrap .submit-btn:disabled {
                background: #ccc;
                cursor: not-allowed;
                transform: none;
            }

            .contact_wrap .form-message {
                padding: 15px 20px;
                border-radius: 8px;
                margin-bottom: 20px;
                display: none;
            }

            .contact_wrap .form-message.success {
                background: #d4edda;
                color: #155724;
                border: 1px solid #c3e6cb;
                display: block;
            }

            .contact_wrap .form-message.error {
                background: #f8d7da;
                color: #721c24;
                border: 1px solid #f5c6cb;
                display: block;
            }

            .contact_wrap .error-field {
                border-color: #dc3545 !important;
            }

            @media (max-width: 1024px) {
                .contact_wrap .contact-container {
                    grid-template-columns: 1fr;
                    gap: 60px;
                    padding: 40px;
                }

                .contact_wrap .contact-info {
                    padding-right: 0;
                }
            }

            @media (max-width: 768px) {

			.common-banner h1{

				font-size: 26px;
				color:#fff;
				margin-top:-13px;
				line-height:  26px;
			}
			.home_icon,.banner_bread_nav_arr{
				height:14px;
				width: 14px;
				background-size: 100%;
			}
			.banner_bread_nav_arr{
				height:10px;
				width: 10px;
			}
			.common-crumbs p{
				font-size: 12px;
			}
			.common-nav-wrap{
				top:100%!important;
				bottom: auto;
				position: absolute;
				font-size: 18px;

			}
			.common-nav-wrap{
				padding: 10px;
			}
			.common-nav-list{
				margin-top:0;
			}

            .contact_wrap {
                padding: 20px;
            }

            .contact_wrap .contact-container {
                padding: 30px 20px;
            }

            .contact_wrap .contact-info h2,
            .contact_wrap .contact-form h2 {
                font-size: 32px;
            }

            .contact_wrap .contact-info h3 {
                font-size: 24px;
            }

            .contact_wrap .form-row {
                grid-template-columns: 1fr;
            }


			.index-plat-wrap{
				padding:.9rem 35px;
			}
			.common-nav{
				width: 2rem;
				}
}