.contact-page .service-box {
    border: 1px solid #eaebed;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    transition: all 0.3s ease;
}

.contact-page .service-box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}

.contact-page .contact-service-icon {
    width: 60px;
    height: 60px;
    background: #f0f5ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    font-size: 24px;
    flex-shrink: 0;
}

.contact-page .card-title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin: 0;
}

.contact-page .card-text {
    margin-top: 1.5rem;
}

.contact-page .card-text.d-flex {
    gap: 16px;
    align-items: flex-start !important;
}

.contact-page .icon-circle {
    width: 44px;
    height: 44px;
    border: 1px solid #eaebed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    flex-shrink: 0;
    font-size: 16px;
}

.contact-page .info-content h5 {
    font-size: 15px;
    color: #888;
    margin-bottom: 4px;
    font-weight: 400;
}

.contact-page .info-content span {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    display: block;
    line-height: 1.4;
}