@import url('/assets/css/style.css');

.ygtfrdesw {
    padding: 30px 0;
}

.contact-container {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.contact-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #ff6f61;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

.contact-item {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s;
}

.contact-item:hover {
    background: #fff5f4;
    transform: translateY(-5px);
}

.contact-item h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.contact-item p {
    color: #666;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .contact-container {
        padding: 25px 20px;
    }
    
    .contact-title {
        font-size: 22px;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
    }
}
.zxcvbnmas {
    background: #f8f9fa;
    padding: 12px 0;
    margin-bottom: 20px;
}

.dfghjklpoi {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.zxcvbnmas-item {
    display: flex;
    align-items: center;
}

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

.zxcvbnmas-item a:hover {
    color: #4a90e2;
}

.zxcvbnmas-item + .zxcvbnmas-item::before {
    content: ">";
    margin: 0 8px;
    color: #999;
}

.zxcvbnmas-item[aria-current="page"] {
    color: #333;
    font-weight: 500;
}
