/* Pacific Coast Fence Website Styles */

/* === RESET & BASE STYLES === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* === LOGO === */
.logo-container {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 1000;
    height: 50px;
    display: flex;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    color: white;
    height: 100%;
}

.logo-icon {
    font-size: 2rem;
    margin-right: 12px;
    color: white;
}

option{
	color: black !important;
}

.logo-text {
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* === HERO SECTION === */
.hero-section {
    min-height: 100vh;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)),
        url('../img/img1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    width: 100%;
    padding: 100px 0 120px 0;
    position: relative;
}

/* === CALIFORNIA BADGE === */
.california-badge {
    background: linear-gradient(45deg, #ff8c00, #ffa500);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    display: inline-block;
}

.hero-title {
    font-size: 6.5rem;
    font-weight: 900;
    letter-spacing: 3px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
    line-height: 1.1;
    margin-bottom: 9rem;
}

.hero-subtitle {
    font-size: 1.3rem;
    font-weight: 300;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 3rem;
}

.hero-buttons .btn {
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    margin: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-outline-light {
    border: 2px solid #fff;
}

.btn-outline-light:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #333;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 193, 7, 0.4);
}

.btn-warning {
    background-color: #ffc107;
    border: 2px solid #ffc107;
    color: #333;
}

.btn-warning:hover {
    background-color: #e0a800;
    border-color: #e0a800;
    color: #333;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 193, 7, 0.4);
}

/* === SELECTION CONTROLS === */
.selection-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: stretch;
    background: rgba(186, 173, 158);
    backdrop-filter: blur(10px);
    padding: 0;
    margin: 0;
    height: 80px;
    border-radius: 0 30px 30px 0;
}

.selection-item {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 15px 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
}

.selection-item:hover {
    background: rgba(255, 255, 255, 0.2);
}

.selection-item:last-of-type {
    border-right: none;
}

.selection-item::after {
    content: '⌄';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 1.2rem;
    font-weight: normal;
}

.selection-icon {
    margin-right: 12px;
    color: #8B4513;
    font-size: 1.4rem;
    width: 50px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.selection-icon-img {
    width: 40px;
    height: 40px;
    opacity: 0.8;
    max-width: 100%;
    object-fit: contain;
}

.selection-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 2px;
}

.selection-label {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    margin-bottom: 2px;
    text-align: left !important;
}

.selection-dropdown {
    border: none;
    background: transparent;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 0;
}

.selection-dropdown:focus {
    outline: none;
}

.schedule-now-btn {
    background: rgb(70, 43, 26);
    color: white;
    border: none;
    padding: 0 40px;
    font-weight: 600;
    font-size: 1.4rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    min-width: 200px;
    height: 100%;
    border-radius: 0 30px 30px 0;
    text-transform: uppercase;
}

.schedule-now-btn:hover {
    background: #4E342E;
}

/* === FENCE STYLES SECTION === */
.fence-style-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    background: #fff;
}

.fence-style-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.fence-image-container {
    position: relative;
    height: 350px;
    overflow: hidden;
    border-radius: 15px;
}

.fence-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -webkit-object-position: center;
    transition: transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
}

.fence-style-card:hover .fence-image-container img {
    transform: scale(1.1);
}

.fence-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: transparent;
    padding: 15px;
    border-radius: 12px;
    text-align: left;
}

.fence-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.fence-title {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* 高低错落效果 */
.fence-card-1 {
    margin-top: 0;
}

.fence-card-2 {
    margin-top: 40px;
}

.fence-card-3 {
    margin-top: 20px;
}

.fence-card-4 {
    margin-top: 60px;
}

/* 拉长的section，为按钮留出空间 */
.fence-section-extended {
    padding-bottom: 8rem !important;
}

/* 图片容器 */
.fence-cards-container {
    position: relative;
}

/* 右下角按钮 - 相对于图片区域 */
.fence-bottom-button {
    position: absolute;
    bottom: -80px;
    right: 0;
}

/* === INSTALLATION PROMO SECTION === */
.installation-promo {
    background: #2c2c2c;
    color: white;
}

.promo-badge {
    display: inline-block;
/*    background: rgba(255, 193, 7, 0.8); */
    color: green;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
}

.promo-content h2 {
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.promo-content .text-warning {
    color: #ffc107 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.promo-content p {
    font-weight: 300;
}

.promo-button {
    background-color: rgb(70, 43, 26) !important;
    color: white !important;
    border: none;
    transition: all 0.3s ease;
}

.promo-button:hover {
    background-color: #895C3C !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(139, 69, 19, 0.4);
}

/* 图片容器布局 */
.promo-images-container {
    display: flex;
    gap: 15px;
    height: 100%;
}

.promo-images-left,
.promo-images-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.promo-images-right {
    transform: translateY(-20px);
}

.promo-image {
    overflow: hidden;
    transition: all 0.3s ease;
}

.promo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -webkit-object-position: center;
    transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
}

.promo-image:hover img {
    transform: scale(1.05);
}

/* 不同大小和圆角的图片 */
.promo-image-1 {
    border-radius: 45px;
    height: 190px;
    /* 左上 - 中等高度 */
}

.promo-image-2 {
    border-radius: 40px;
    height: 280px;
    margin-top: 20px;
    /* 右上 - 最高最大 */
}

.promo-image-3 {
    border-radius: 50px;
    height: 250px;
    /* 左下 - 第二高 */
}

.promo-image-4 {
    border-radius: 55px;
    height: 160px;
    /* 右下 - 最矮最小 */
}

/* === WELCOME SECTION === */
.welcome-title {
    color: #333;
    font-weight: 900;
    line-height: 1.3;
}

.welcome-subtitle {
    color: #333;
    font-weight: 900;
}

.welcome-description {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.welcome-feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
}

.welcome-feature-item::before {
    content: "•";
    color: #8B4513;
    font-size: 1.5rem;
    margin-right: 12px;
    line-height: 1;
    flex-shrink: 0;
}

.feature-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    flex-shrink: 0;
}

.feature-icon i {
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.stats-card {
    background: rgb(186,173,158);
    border-radius: 10px !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.stats-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(184, 160, 130, 0.3);
}

.stats-icon {
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stats-icon i {
    color: #5D4037;
    font-size: 40px;
}

.stats-icon-img {
    width: 40px;
    height: 40px;
	margin-right: 0.3rem;
}

.stats-number {
    color: #5D4037;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 0;
}

.stats-label {
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0;
}

.welcome-team-img {
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    height: 400px;
    width: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -webkit-object-position: center;
}

/* === TESTIMONIALS SECTION === */
.testimonials-section {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7)),
        url('../img/back2.png');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    color: white;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    transition: all 0.4s ease;
    height: auto;
    max-width: 450px;
    margin: 0 auto;
}

.testimonial-card-middle {
    margin-top: 3rem;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.stars i {
    margin: 0 3px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.testimonial-card h5 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.testimonial-card p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.avatar-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -webkit-object-position: center;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

/* === TEAM SECTION === */
.team-member-card {
    background: white;
    /* border-radius: 20px; */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.team-member-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.member-image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    /* 1:1 Aspect Ratio for square */
    overflow: hidden;
}

.member-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -webkit-object-position: center;
    transition: transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
}

.team-member-card:hover .member-image img {
    transform: scale(1.05);
}

.member-info {
    background: white;
/*    border-top: 3px solid #ffc107; */
    text-align: left;
}

/* === STATISTICS SECTION === */
.stats-section {
    background: #2d2d2d;
}

.stat-card {
    background: #3a3a3a;
    border-radius: 15px;
    padding: 2rem 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.stat-icon-img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
}

.stat-number {
    color: white;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 0;
}

.stat-label {
    color: #bbb;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0;
}

/* === FOOTER === */
.footer-section {
    background-color: #2d2d2d;
    color: white;
}

.footer-title {
    color: white;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.footer-btn {
    background-color: #8B4513;
    color: white;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-left: 20px; /* 添加左边距，使按钮向右移动 */
}

.footer-btn:hover {
    background-color: #6B3410;
    color: white;
}

.footer-heading {
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
}

.footer-icon {
    color: #ffc107;
}

.footer-text {
    color: #bbb;
    font-size: 0.95rem;
    line-height: 1.5;
}

.footer-link {
    color: #bbb;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #ffc107;
}

.payment-methods {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.payment-icon {
    width: 40px;
    height: 25px;
    object-fit: contain;
    border-radius: 4px;
    background: #444;
    padding: 3px;
}

.footer-divider {
    border-color: #444;
}

.social-icons {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-right: 70px; /* 从50px增加到70px，让版权信息更向右 */
}

.social-icon {
    width: 40px;
    height: 40px;
    background: #444;
    border-radius: 50%;
    color: #bbb;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #555;
    color: #ffc107;
}

.footer-copyright {
    color: #999;
    font-size: 0.85rem;
    font-weight: 400;
    margin-left: 70px; /* 从50px增加到70px，让版权信息更向右 */
}

.footer-bottom-link {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer-bottom-link:hover {
    color: white;
}

.footer-bullet {
    color: #999;
    margin: 0 5px;
}

.footer-bottom {
    padding-top: 1rem;
}

.footer-bottom .social-icons {
    gap: 8px;
    flex-shrink: 0;
    margin-right: 70px; /* 从50px增加到70px，让版权信息更向右 */
}

.footer-copyright {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 70px; /* 从50px增加到70px，让版权信息更向右 */
}

.footer-links-wrapper {
    white-space: nowrap;
}

.footer-bottom .footer-bottom-link {
    margin: 0 8px;
}

.footer-bottom .footer-bottom-link:first-child {
    margin-left: 0;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 4rem;
    }
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 5rem;
    }
    
    .promo-content h2 {
        font-size: 2.5rem;
    }
    
    .welcome-team-img {
        height: 400px;
    }
    
    .stats-card {
        padding: 1.5rem;
    }
    
    .promo-images-container {
        gap: 15px;
    }
    
    .promo-image-1 {
        height: 180px;
        border-radius: 35px;
    }
    
    .promo-image-2 {
        height: 140px;
        border-radius: 30px;
    }
    
    .promo-image-3 {
        height: 140px;
        border-radius: 30px;
    }
    
    .promo-image-4 {
        height: 180px;
        border-radius: 35px;
    }

    .selection-controls {
        height: 75px;
    }
    
    .selection-icon {
        width: 45px;
        height: 38px;
    }
    
    .selection-icon-img {
        width: 35px;
        height: 35px;
    }
    
    .schedule-now-btn {
        font-size: 1.3rem;
        min-width: 180px;
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .logo-container {
        top: 20px;
        left: 20px;
    }
    
    .logo-icon {
        font-size: 1.5rem;
    }
    
    .logo-text {
        font-size: 1.3rem;
    }
    
    /* 导航栏样式已移至navbar.css */
    /*
    .hero-navigation {
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
    }
    
    .nav-capsule {
        padding: 5px 15px;
    }
    
    .nav-menu {
        gap: 0.8rem;
    }
    
    .nav-menu .nav-link {
        font-size: 0.9rem;
        padding: 6px 10px;
    }
    */
    
    .hero-content {
        padding: 80px 0 100px 0;
    }
    
    .hero-title {
        font-size: 4rem;
        margin-bottom: 5rem;
    }
    
    .california-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
    
    .selection-controls {
        height: 70px;
    }
    
    .selection-item {
        padding: 12px 20px;
    }
    
    .selection-item::after {
        right: 10px;
        font-size: 1rem;
    }
    
    .selection-icon {
        width: 40px;
        height: 35px;
        margin-right: 10px;
    }
    
    .selection-icon-img {
        width: 32px;
        height: 32px;
    }
    
    .selection-label {
        font-size: 0.7rem;
    }
    
    .selection-dropdown {
        font-size: 0.9rem;
    }
    
    .schedule-now-btn {
        font-size: 1.1rem;
        min-width: 160px;
        padding: 0 20px;
    }
    
    .promo-content h2 {
        font-size: 2.5rem;
    }
    
    .fence-style-card {
        margin-bottom: 20px;
    }
    
    .fence-image-container {
        height: 220px;
    }
    
    .fence-overlay {
        padding: 15px;
    }
    
    .fence-label {
        font-size: 0.8rem;
    }
    
    .fence-title {
        font-size: 1.2rem;
    }
    
    .fence-card-1,
    .fence-card-2,
    .fence-card-3,
    .fence-card-4 {
        margin-bottom: 15px;
    }
    
    .fence-bottom-button {
        margin-top: 10px;
    }
    
    .fence-bottom-button .btn {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
    
    .fence-section-extended {
        padding-bottom: 60px;
    }
    
    .testimonial-card {
        margin-bottom: 20px;
    }
    
    .stats-card {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .stats-icon {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    
    .welcome-team-img {
        margin-top: 30px;
    }
    
    .promo-images-container {
        margin-top: 30px;
    }
    
    .promo-images-left,
    .promo-images-right {
        width: 48%;
    }
    
    .promo-image-1,
    .promo-image-2,
    .promo-image-3,
    .promo-image-4 {
        height: 150px;
    }

    .selection-icon {
        width: 40px; /* 等比例缩小 */
        height: 40px;
        margin-right: 10px;
    }
    
    .selection-icon-img {
        width: 35px; /* 等比例缩小图标 */
        height: 35px;
    }
    
    .selection-label {
        font-size: 0.7rem; /* 缩小字体 */
    }
    
    .selection-dropdown {
        font-size: 0.9rem; /* 缩小字体 */
    }
}

@media (max-width: 576px) {
    .logo-container {
        top: 15px;
        left: 15px;
    }
    
    .logo-icon {
        font-size: 1.2rem;
        margin-right: 8px;
    }
    
    .logo-text {
        font-size: 1.1rem;
    }
    
    /* 导航栏样式已移至navbar.css */
    /*
    .hero-navigation {
        position: fixed;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1001;
        width: 90%;
    }
    
    .nav-capsule {
        padding: 5px 10px;
        width: 100%;
    }
    
    .nav-menu {
        gap: 0.3rem;
        width: 100%;
        justify-content: space-between;
    }
    
    .nav-menu .nav-item {
        flex: 1;
        text-align: center;
    }
    
    .nav-menu .nav-link {
        font-size: 0.8rem;
        padding: 4px 5px;
        text-align: center;
        display: block;
    }
    */
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
    }
    
    .california-badge {
        font-size: 0.8rem;
        padding: 8px 16px;
    }
    
    .selection-controls {
        flex-direction: column;
        height: auto;
        border-radius: 0;
        position: relative;
        margin-top: 20px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 15px;
        overflow: hidden;
    }
    
    .selection-item {
        padding: 12px 15px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .selection-item::after {
        right: 15px;
    }
    
    .selection-icon {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }
    
    .selection-icon-img {
        width: 28px;
        height: 28px;
    }
    
    .schedule-now-btn {
        width: 100%;
        border-radius: 0 0 15px 15px;
        min-height: 50px;
        font-size: 1rem;
    }
    
    .promo-content h2 {
        font-size: 2rem;
    }
    
    .promo-images-container {
        flex-direction: column;
    }
    
    .promo-images-left,
    .promo-images-right {
        width: 100%;
    }
    
    .promo-image-1,
    .promo-image-2,
    .promo-image-3,
    .promo-image-4 {
        height: 180px;
        margin-bottom: 15px;
    }
    
    .promo-badge {
        font-size: 0.9rem;
    }
    
    .fence-style-card {
        margin-bottom: 15px;
    }
    
    .fence-image-container {
        height: 180px;
    }
    
    .fence-overlay {
        padding: 10px;
    }
    
    .fence-bottom-button {
        margin-top: 5px;
    }
    
    .fence-section-extended {
        padding-bottom: 50px;
    }
    
    .member-image img {
        height: 200px;
    }
    
    .welcome-title {
        font-size: 1.8rem;
    }
    
    .welcome-description {
        font-size: 0.9rem;
    }
    
    .feature-icon {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }
    
    .feature-text {
        font-size: 0.9rem;
    }
    
    .stats-card {
        padding: 10px;
    }
    
    .stats-icon {
        width: 40px;
        height: 40px;
    }
    
    .stats-icon i {
        font-size: 1.2rem;
    }
    
    .stats-number {
        font-size: 1.2rem;
    }
    
    .welcome-team-img {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .selection-item {
        padding: 10px 15px;
    }
    
    .selection-icon {
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }
    
    .selection-icon-img {
        width: 24px;
        height: 24px;
    }
    
    .selection-label {
        font-size: 0.65rem;
    }
    
    .selection-dropdown {
        font-size: 0.8rem;
    }
    
    .schedule-now-btn {
        min-height: 45px;
        font-size: 0.9rem;
    }

    .selection-controls {
        max-width: 95%;
    }
}

/* === SCROLL ANIMATIONS === */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* === SMOOTH SCROLLING === */
html {
    scroll-behavior: smooth;
}

/* === SECTION SPACING === */
section {
    padding: 6rem 0;
    scroll-margin-top: 80px;
}

@media (max-width: 768px) {
    section {
        padding: 4rem 0;
    }
}

/* === UTILITY CLASSES === */
.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.border-warning {
    border-color: #ffc107 !important;
}

.bg-gradient-dark {
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
}

/* === HOVER EFFECTS === */
.hover-scale {
    transition: transform 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.05);
}

/* === LOADING ANIMATIONS === */
.loading-fade {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

/* === CUSTOM SCROLLBAR === */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
}

/* 添加响应式样式，确保在不同屏幕尺寸下版权信息都能正确显示 */
@media (max-width: 768px) {
    .social-icons {
        margin-right: 35px; /* 从25px增加到35px */
    }
    
    .footer-copyright {
        margin-left: 35px; /* 从25px增加到35px */
        font-size: 0.8rem;
    }
    
    .footer-btn {
        margin-left: 10px; /* 小屏幕下减少按钮左边距 */
    }
}

@media (max-width: 576px) {
    .footer-bottom .col-md-8 {
        justify-content: center;
    }
    
    .social-icons {
        margin-right: 20px; /* 从15px增加到20px */
    }
    
    .footer-copyright {
        margin-left: 20px; /* 从15px增加到20px */
        font-size: 0.75rem;
    }
    
    .footer-btn {
        margin-left: 5px; /* 超小屏幕下进一步减少按钮左边距 */
    }
}

/* 苹果设备专用修复 */
@supports (-webkit-appearance: none) {
    /* Safari 专用修复 */
    .fence-image-container img,
    .promo-image img,
    .welcome-team-img,
    .avatar-img,
    .member-image img {
        object-fit: cover !important;
        -webkit-object-fit: cover !important;
        object-position: center !important;
        -webkit-object-position: center !important;
    }

    /* 防止transform导致的图片变形 */
    .fence-style-card:hover .fence-image-container img,
    .promo-image:hover img,
    .team-member-card:hover .member-image img {
        transform: scale(1.05) !important;
        -webkit-transform: scale(1.05) !important;
    }
}

/* iOS 设备专用修复 */
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .hero-section {
        background-attachment: scroll !important;
        -webkit-background-attachment: scroll !important;
    }

    .fence-image-container,
    .promo-image,
    .member-image {
        overflow: hidden;
        position: relative;
    }

    .fence-image-container img,
    .promo-image img,
    .member-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-object-fit: cover;
        object-position: center;
        -webkit-object-position: center;
    }
}

/* 优化联系信息区域的样式，使整体向左移动 */
.contact-section {
    padding-left: 0; /* 移除左内边距 */
    margin-left: 0; /* 移除负边距，使用正常对齐 */
}

.contact-section .footer-heading {
    display: flex;
    align-items: center;
    margin-left: 0; /* 确保标题没有额外的左边距 */
}

.contact-section .footer-icon {
    margin-right: 8px; /* 调整图标与文本之间的间距 */
    display: inline-block; /* 确保图标正确显示 */
}

.contact-section .footer-text {
    padding-left: 0; /* 移除文本的左内边距，使其与图标左对齐 */
    margin-left: 0; /* 确保文本没有左边距 */
}

/* 添加媒体查询，确保在小屏幕上也保持良好的对齐 */
@media (max-width: 768px) {
    .contact-section {
        margin-left: 0; /* 移除负边距 */
        padding-left: 15px; /* 添加适当的内边距 */
    }
    
    .contact-section .footer-text {
        padding-left: 0; /* 移除文本在小屏幕上的内边距 */
    }
}

@media (max-width: 576px) {
    .contact-section {
        margin-left: 0; /* 移除负边距 */
        padding-left: 10px; /* 添加适当的内边距 */
    }
    
    .contact-section .footer-text {
        padding-left: 0; /* 移除文本在超小屏幕上的内边距 */
    }
}